-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOAPEngine dosent convert base class object to XML after 2 levels of inheritance #183
Labels
Comments
priore
added a commit
that referenced
this issue
May 23, 2018
we have fixed. thanks for your patience |
May i know how do i get the updates?
…On Wed, May 23, 2018 at 5:36 PM, Prioregroup.com ***@***.***> wrote:
Closed #183 <#183>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#183 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AluMWcwJMNpdyn3Qh2W-rDEnk6pmm9VVks5t1VDNgaJpZM4UKKjO>
.
|
It working now. Thank you for the quick update.
…On Wed, May 23, 2018 at 5:52 PM, Prioregroup.com ***@***.***> wrote:
You can download the last versions from GitHub
<https://github.com/priore/SOAPEngine>, or integrate the pod management
with Cocoapods <https://cocoapods.org>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#183 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AluMWX0IR3bRhNxH4Eqt34zf5HpCfFzJks5t1VRtgaJpZM4UKKjO>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My Class structure is as follows,
When i try to send an object of classC to web service i am noticing that the SOAPEngine is not converting the variable's of base class i.e. ClassA's to XML.
In didBeforeSendingURLRequest, when i inspect the [request HTTPBody] the request XML is as follows:
Since i have set the c.ProductId = 11; which is actually present in ClassA but SOAPEngine has not converted it to XML.
This works fine if object of ClassA or ClassB is send to web service.
Can anybody tell me why this is happening? and how i can resolve it?
The text was updated successfully, but these errors were encountered: