[jbossws-users] [JBossWS] - ws4ee invalid xml response
ericdeshayes
do-not-reply at jboss.com
Wed Jan 17 12:12:32 EST 2007
Hi,
I have the very strange behaviour. I have created a web service from a WSDL.
Here is the request sent by a .NET client:
--
POST /referenceWS/ 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: ""
Host: kassia:17001
Content-Length: 387
Expect: 100-continue
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body>Currency</soap:Body></soap:Envelope>
--
And here is the response:
--
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)/Tomcat-5.5
Content-Type: text/xml;charset=utf-8
Transfer-Encoding: chunked
Date: Wed, 17 Jan 2007 17:06:56 GMT
1eb
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:GetAvailableIdsResponseType xmlns:ns1="http://referencews.type.hps.jrisk.appl.net">
myId
myName
ok
</ns1:GetAvailableIdsResponseType>
</soapenv:Body>
</soapenv:Envelope>
0
--
What are these 1eb and 0 that are seen around the soap message??
Regards,
Eric
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002940#4002940
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002940
More information about the jbossws-users
mailing list