I have developed webservice using php_soap. i am call the webservice and get perfect data. But my client say it is not working with .net. How can i test that server is correct or not??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use a client to check. See this very good thread : Simple, free SOAP client? Normally SOAP is abstract to any language so it should work. |
|||
|
|
|
Test from your .NET client, look at the request/response and debug what your web service does with that request. Might help to use for instance XDEBUG to actually run your web service in an IDE, set breakpoints etc. |
|||
|
|