How to get XMLResponse from Webservice in c# Soap or other soap
Posted
by dzajdol
on Stack Overflow
See other posts from Stack Overflow
or by dzajdol
Published on 2010-04-12T12:50:13Z
Indexed on
2010/04/12
12:53 UTC
Read the original article
Hit count: 385
Hi
I want to integrate with webservice writes in php (PEAR SOAP).
Wsdl file is without types definition.
When i was connect to webservice i getting a null response.
In WebServiceStudio i see xmlrequest and xmlresponse, my I get xmlresponse in c# default soap or other soap.
I know what is causing the null response. PEAR SOAP returnx STRUCT[X] as a response type, where X is number of list element.
When I my get XMLresponse and replace this section then it would be cool
Regards
Sorry for my english
© Stack Overflow or respective owner