Skip to content
Advertisement

Why the SOAP request is empty?

I develop the system to export some data from the client’s side using the SOAP. I have a link to their staging wsdl, and implemented some kind of the SOAP client, but unfortunately my SOAP request is empty and the response is the error one.

Link to WSDL: https://rewardsservices.griris.net/mapi/OrderManagementServices.svc?wsdl

Operation called: exportPendingOrder

Snippet of my SOAP Client:

JavaScript

Log information (incl. the request/response):

JavaScript

Could you please advise what I do wrongly, and why my SOAP request is empty basing on the wsdl provided? Any help is appreciated!

Thanks in advance,

Yevhen

Advertisement

Answer

Finally I have managed to send the non-empty request. I have checked the partner’s wsdl using the SoapUI tool and it showed me the correct format of the request. So the correct request has to be the following one:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement