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
I have an issue with a nuSoap client (using a WSDL) where one of the params is being sent as empty, which i think is because I don't know how to define which complexType to send the params as. So for example:
As i can see in nusoap code, nusoap is working with wsdl. in wsdl that provides server there is no key "TelephoneNumberAvailabilityRequest" in "RequestDetails". Probably if you will use it without that key, you will have more success.
Thanks for the response... Am not sure if doing it that way will set the "xsi:type" to "TelephoneNumberAvailabilityRequest" but next time I am looking at that particular code I will give it a try.
Hi,
I have an issue with a nuSoap client (using a WSDL) where one of the params is being sent as empty, which i think is because I don't know how to define which complexType to send the params as. So for example:
this gets sent to the server as:
I've tried lots of combinations of defining the payload, such as
What I am trying to acheive is to send:
but just does not want to work???
The text was updated successfully, but these errors were encountered: