How to test a wsdl webservice?

10,540

Solution 1

Or use SOAP UI.

Solution 2

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

Share:
10,540
sf_tristanb
Author by

sf_tristanb

CTO @ Y-Proximité (Lyon - France) | @sf_tristanb Symfony developper | Personal project : http://www.seek-team.com

Updated on August 11, 2022

Comments

  • sf_tristanb
    sf_tristanb over 1 year

    i'm completely new 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.