Re: [DOTNET] SOAP Problems with ASP.NET

2002-06-13 Thread Tewari, Vijay
I actually already had that attribute on the server. It turns out that the problem was subtle. The sent XML uses NS declaration as xmlns:tns="http://tempuri.org Changing that to xmlns:tns="http://tempuri.org/"; "note the ending slash" rectified the problem. Regards Vijay > >I am sending the

Re: [DOTNET] SOAP Problems with ASP.NET

2002-06-13 Thread Stephane Murphy
will be retired 7/1/02 ><[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [DOTNET] SOAP Problems with ASP.NET >Date: Thu, 13 Jun 2002 11:33:19 -0700 >MIME-Version: 1.0 >Received: from hotmail.com ([65.54.236.31]) by hotmail.com with Microsoft >SMTPSVC(5.0.2195.4905); Thu, 13

Re: [DOTNET] SOAP Problems with ASP.NET

2002-06-13 Thread Tewari, Vijay
Did that too, still the same result. Regards Vijay -Original Message- From: Christian Weyer [mailto: Sent: Thursday, June 13, 2002 11:43 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] SOAP Problems with ASP.NET Try to avoid the "" when specifying the SAOPAction HTTP heade

Re: [DOTNET] SOAP Problems with ASP.NET

2002-06-13 Thread Christian Weyer
Try to avoid the "" when specifying the SAOPAction HTTP header. Cheers, Christian - .NET XML Web Services Repertory http://www.xmlwebservices.cc/ - Tewari, Vijay wrote: > I am sending the following explicitly using sockets to

[DOTNET] SOAP Problems with ASP.NET

2002-06-13 Thread Tewari, Vijay
I am sending the following explicitly using sockets to a ASP.NET service POST /HelloWorldService/Service1.asmx HTTP/1.1 Content-Type: text/xml; charset=utf-8 SOAPAction: "http://tempuri.org/Add"; Content-Length: 544 Expect: 100-continue Connection: Keep-Alive Host: localhost http://schemas.xmlso