开发者

Regarding webservice created using PHP_soap

开发者 https://www.devze.com 2023-03-19 09:43 出处:网络
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 .ne开发者_C百科t. How can i test that server is correct or not??Test

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 .ne开发者_C百科t. How can i test that server is correct or not??


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消