How to test a wsdl webservice?
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.
精彩评论