简体   繁体   中英

Regarding webservice created using PHP_soap

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??

Use a client to check. See this very good thread: https://stackoverflow.com/questions/578306/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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM