SC_Webservice_SoapServer () Macro

Hello there, i think your system is great but i think it should have not only the client side for consuming a webservice, i think you guys should consider in implementing an WebService Client and a Web Service SOAP server application so it will be easy to both create SOAP servers within a ScriptCase application and use the Webservice Client Application to easily consume 3rd party webservices or consuming the webservice soap server you create at another location also with scriptcase and been able to make calls and transfer data between those 2 applications

Looking forward to your comment and the comments of all the scripcase community

You can do that yourself of course using the php SoapServer class it is more advanced php programming tho but there are enough examples on the net.
Implementing a webservice client is basic standard php (examples enough as well on the internet).

Hi

Look at this
https://patelmilap.wordpress.com/2011/09/01/soap-simple-object-access-protocol/

Nac