开发者

How to test a wsdl webservice?

开发者 https://www.devze.com 2023-01-24 15:43 出处:网络
i\'m completely n开发者_StackOverflow中文版ew to webservices (and especially with SOAP / WSDL) Right now, i have a .WSDL in the root of my server which i have fully automatically generated.

i'm completely n开发者_StackOverflow中文版ew to webservices (and especially with SOAP / WSDL) Right now, i have a .WSDL in the root of my server which i have fully automatically generated.

How to test that my webservice is functionning (echoing the right results) without bugs ? *How to interact with that .wsdl file ?*

Regards.


Or use SOAP UI.


If you want to use PHP, I would say you look into PHP SoapClient.

0

精彩评论

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