I installed a pipeline between the client and server which shows the problem:

POST /seems-ejb/SeemsServiceImpl HTTP/1.1
User-Agent: Profile/MIDP-1.0 Configuration/CLDC-1.0
Content-Language: en-US
Content-Type: text/xml
SOAPAction: "
User-Agent: UNTRUSTED/1.0
Content-Length: 325
Host: geoffreydesktop:8081

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:xsd="http://www.w3.org/2001/XMLSchema";
        xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
        xmlns:tns="http://seems.kahosl.be/jaws";>
<soap:Body>
<tns:sayHello>
</tns:sayHello>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA 
date=200605151000)/Tomcat-5.5
Set-Cookie: JSESSIONID=DAD82CAF9143C49861F34EFD5131AB5F; Path=/
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 16 Oct 2006 15:18:24 GMT

e2
<env:Envelope 
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header/><env:Body><ns1:sayHelloResponse
 xmlns:ns1='http://seems.kahosl.be/jaws' 
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><ns1:result>Hello:)
d
</ns1:result>
17
</ns1:sayHelloResponse>
1a
</env:Body></env:Envelope>
0



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978571#3978571

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978571
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to