You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am using Savon.v2, I posted it on stackoverflow also.
and passing wsdl url to the Savon.Client, and getting proper response in header, but I am not getting how to pass multiple namespace to the body:
Here is the code that I am using for calling Savon methods.
and it is generating code for body like this:
But I need a request like this:
like here it is generating ns1, ns3, ns3 along with xmlns:ns1 different URL's, how should I modify the code to get like above request.
The text was updated successfully, but these errors were encountered: