I have a provider that has a SOAP service.. I am used to writing to .net webservices but this is a bit different. There are authentication headers I have to define which I dont know how to do... and there is the fact that in .net the methods show up as public sub meaning they dont have any return values... yet the developer specifies what the soap return will look like....
So something isnt connecting for me... I dont understand how a sub could have a return and even if it did when I create the object and call the sub how would I even check the return.
This is really a general SOAP question...
Thanks
Start Free Trial