hi Arjen,
I have downloaded RC2 and replaced my files, but the result is the same. Here is the SOAP request that is sent from the client.
Code:
POST /EchoServer HTTP/1.1
Accept-Encoding: gzip
Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Content-Type: text/xml; charset=utf-8
Content-Length: 241
Cache-Control: no-cache
Pragma: no-cache
User-Agent: Java/1.6.0_01
Host: localhost:7001
Connection: keep-alive
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><echoRequest xmlns="http://www.springframework.org/spring-ws/samples/echo">Hello</echoRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
The response from the server seems to have junk characters.
Code:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)/Tomcat-5.5
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Tue, 19 Jun 2007 01:50:11 GMT
b4
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body><echoResponse xmlns='http://www.springframework.org/spring-ws/samples/echo'/>
1a
</env:Body></env:Envelope>
0
Please let me know the work around for this problem. If you have a WAR file that works in JBoss, can I download it and use the same settings?
Thanks,
Seema