B
bronco
Guest
But, since you have the WSDL. Place it in a directory under your working directory (say wsdl). Then you can connect like: hWs:connect('-wsdl ./wsdl/myws.wsdl -SOAPEndpoint '). this approach is a lot easier than fabricating the XML's yourself. It is faster than fetching the wsdl over the web and it's easier to prove that the other end changed its WSDL without telling you. Moreover, you can put the WSDL in a VCS for tracebility.
Continue reading...
Continue reading...