06-15-2010, 08:39 PM
(This post was last modified: 06-15-2010, 08:47 PM by NeilJester.)
Saket, thank's so much for your response.
When I use the wizard this is what is produced:
' STransport_2003_12 Web service object steps
WebService("STransport_2003_12Service").PutMessage XMLWarehouse("UnsupportedType")
I did set the service name and port correctly as well as the WSDL, so I'm not sure why I got the result above.
Unfortunately I did paste the asmx into IE and it does not display an invoke when I select the PutMessage operation. The PutMessage operation does display "The test form is only available for requests from the local machine. " This is due to the fact that http Post is disabled on the web service.
Is there anything else you could think of that I could try, or any other information I could send you that would help?
When I use the wizard this is what is produced:
' STransport_2003_12 Web service object steps
WebService("STransport_2003_12Service").PutMessage XMLWarehouse("UnsupportedType")
I did set the service name and port correctly as well as the WSDL, so I'm not sure why I got the result above.
Unfortunately I did paste the asmx into IE and it does not display an invoke when I select the PutMessage operation. The PutMessage operation does display "The test form is only available for requests from the local machine. " This is due to the fact that http Post is disabled on the web service.
Is there anything else you could think of that I could try, or any other information I could send you that would help?