M
Mr. Arnold
Hello,
I have this project where I am creating a ASP.NET Web service that's going
to be consumed by an application on the Intranet. This Web service will
access a SQL Server database, extract data from tables, create XML DOM
that's going to be posted to 3rd party Internet Web service.
I have a couple of questions.
1) If I have the user ID and PSW blah, blah for this site and the URL, how
do I present credentials to the 3rd party Web Service from my Web service? I
do have (URL?) WSDL that I generated so that I can from a test URL
2) If I can login to the 3rd party Web service how do I post the XML to the
3rd party Web service?
I have the XSD(s) for the 3 types of XML(s) that I am suppose populate and
transmit to the 3rd party Web service.
I found this link that's talking about the tool to take a XSD and generate
the classes from them so you can come out with a serialized XML to be
transmitted once populated.
Is this a good approach to take?
<http://www.microsoft.com/downloads/...e5-f66c-4a4d-933b-46222bb01eb0&displaylang=en>
What I need is some good links with examples on how to do this on how to
make the contact with the Web service and post XML to a Web Service.
If you can provide some examples, it would be much appreciated.
I have this project where I am creating a ASP.NET Web service that's going
to be consumed by an application on the Intranet. This Web service will
access a SQL Server database, extract data from tables, create XML DOM
that's going to be posted to 3rd party Internet Web service.
I have a couple of questions.
1) If I have the user ID and PSW blah, blah for this site and the URL, how
do I present credentials to the 3rd party Web Service from my Web service? I
do have (URL?) WSDL that I generated so that I can from a test URL
2) If I can login to the 3rd party Web service how do I post the XML to the
3rd party Web service?
I have the XSD(s) for the 3 types of XML(s) that I am suppose populate and
transmit to the 3rd party Web service.
I found this link that's talking about the tool to take a XSD and generate
the classes from them so you can come out with a serialized XML to be
transmitted once populated.
Is this a good approach to take?
<http://www.microsoft.com/downloads/...e5-f66c-4a4d-933b-46222bb01eb0&displaylang=en>
What I need is some good links with examples on how to do this on how to
make the contact with the Web service and post XML to a Web Service.
If you can provide some examples, it would be much appreciated.