Hello all,
Could you help me with accessing a web service using Visual
Studio 2008's Web References?
I have created a test application and successfully connected
to a public area-unit conversion service, while any call to
our client's service keeps returning null.
Then I tested the latter service using SOAP UI, and the
response was not null, but a correctly formed structure with
an error code and call stack, which maps well to the
EdiService.RetRes type generated by Visual Studio.
How can a service work from SOAP UI but fail from Visual
Studio? How to debug this problem?
This is my test project with both connections:
https://dl.dropboxusercontent.com/u/59075928/WebServiceTest.zip
And this is the reply from our client's service's
Relationships function as reported by SOAP UI:
https://dl.dropboxusercontent.com/u/59075928/response.xml
--
Anton Shepelev (via NNTP Bridge)