macros for webservices , scriptcase 8.1

webservices macros for SOAP, WSDL, can anyone teach me or help me?
my website is a tax return website in india.
i want to exchange data between my tax website and tax website of government.

my email is kunjanshah1@gmail.com
thanks

The webservice macro’s cannot be used with wsdl’s and are mainly to be used with pre-cooked connections like Amazon. But you can make use of soap by using an open-source nusoap library or similar, or the build-in functions of PHP.

See here: http://php.net/manual/en/book.soap.php

nusoap is only option

ok, sc webservice macros is not suited for me.

trying nusoap or inbuilt php soap …
thanks sir,
regards, mr.kunjan, india.

Inbuilt php soap works like a charm, we use it here. See one of my other posts. It isnt that hard to do…