all groups > dotnet web services > november 2006 >
You're in the

dotnet web services

group:

2.0 Interop with 1.1



2.0 Interop with 1.1 Davidlev
11/27/2006 3:22:02 PM
dotnet web services: In 2.0, are the soap messaged encrypted? I am using a 2.0 client to reach a
webservice built in 1.1 and this is the conversation error:

POST /WebServices/InCMS/InCmsRenewalPackage.asmx HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
Protocol 2.0.50727.42)
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://www.bla.com/WebServices/InCMS/GetRenewalLinkData"
Host: www.bla.com
Content-Length: 454
Expect: 100-continue
Connection: Keep-Alive

HTTP/1.1 100 Continue

UEsDBBQAAAAIANuNmzWWnh2r5wAAAIMBAAAEAAAAc29hcIWQQW+DMAyF/wrKHQzbDhMCKq2rqg64wKSh3TLw2mjgIJKS8u8XOtS12mEXy37292w5Wp261hlxUEJSzALPZw5SLRtB+5gd9af7yFZJpCTvww2N2MoeHYuQCmctZget+xBA1QfsuPJsa9Y9OexhTgAXCNiCnZS4UMYYz9yfh+98P4Aqz8qzkStIaU41/lLN/xRbDn2SzZREW9QFEhreZoK+nrnmP143Pt3koh6OSnu17OANP0ocRlGjgh2t8xKsZWtLUpjilLwX6WvgbtbVNnOr/MXGIk13DxFczUTwd7EVrw6Dm28m31BLAQIUABQACAAIANuNmzWWnh2r5wAAAIMBAAAEAAAAAAAAAAAAAAAAAAAAAABzb2FwUEsFBgAAAAABAAEAMgAAAAkBAAAAAA==

HTTP/1.1 500 Internal Server Error.
Date: Mon, 27 Nov 2006 22:46:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Content-Length: 1052

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
mlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
mlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>System.Web.Services.Protocols.SoapException: Server was
unable to process request. ---> System.Xml.XmlException: The data at the root
level is invalid. Line 1, position 1.
at System.Xml.XmlTextReader.ParseRoot()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at
System.Web.Services.Protocols.SoapServerProtocolHelper.GetHelper(SoapServerProtocol protocol)
at System.Web.Services.Protocols.SoapServerProtocol.ReadParameters()
at System.Web.Services.Protocols.WebServiceHandler.Invoke()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
--- End of inner exception stack trace ---</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>

Any ideas??
Re: 2.0 Interop with 1.1 John Saunders
11/29/2006 5:32:26 PM
[quoted text, click to view]

No.

John

AddThis Social Bookmark Button