![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I have this project where I am creating a ASP.NET Web service that's |
#3
| |||
| |||
|
|
Mr. Arnold wrote: Hello, I have this project where I am creating a ASP.NET Web service that's I'm not clear why you are posting this to a classic ASP group (.asp.general). Are you asking how to consume this web service from a classic ASP application? |
#4
| |||
| |||
|
|
"Bob Barrows [MVP]" <reb01501 (AT) NOyahoo (DOT) SPAMcom> wrote in message news:uKV6SNjQIHA.4656 (AT) TK2MSFTNGP03 (DOT) phx.gbl... Mr. Arnold wrote: Hello, I have this project where I am creating a ASP.NET Web service that's I'm not clear why you are posting this to a classic ASP group (.asp.general). Are you asking how to consume this web service from a classic ASP application? I didn't know that this was an ASP classic NG. No, I am not asking about ASP classic, but rather it's ASP.Net. If this is not the correct NG, then I'll find the correct one to post my questions. |
#5
| ||||
| ||||
|
|
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/d...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. |
#6
| |||
| |||
|
|
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? |
#7
| |||
| |||
|
|
"Mr. Arnold" <MR. Arnold (AT) Arnold (DOT) com> wrote in news:#1L6NeiQIHA.4752 (AT) TK2MSFTNGP05 (DOT) phx.gbl: 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 Depends on how the web service is built, you can use built in Windows authentication, pass the username/password a parameter, or use WSE and WS-Security to handle username and password tokens. 2) If I can login to the 3rd party Web service how do I post the XML to the 3rd party Web service? As a string parameter or as an xmldocument/xmlnode. 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? XSD may or may not work - sometimes it cannot generate the class files from the XSD. If not, you're going to have to build the XML file from scratch (i.e. with your own code rather than pre-generated code). |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |