I executed my code with jbossws-2.0.0.GA and Jbossws-3.0.1-native-2.0.4.GA.
The POST with jbossws-2.0.0.GA (successful)
| POST /webservices/v3/Authentication/Authentication.asmx?datatype=JBossWSMessage
HTTP/1.1
|
| SOAPAction: "http://webservices.maplink2.com.br/getToken"
|
| Content-Type: text/xml; charset=UTF-8
|
| JBoss-Remoting-Version: 22
|
| User-Agent: JBossRemoting - 2.2.2.SP4 (Bluto)
|
| Host: webservices.maplink2.com.br
|
| Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
|
| Connection: keep-alive
|
| Content-Length: 230
|
|
|
| <env:Envelope
xmlns:env='http://www.w3.org/2003/05/soap-envelope'><env:He...
xmlns="http://webservices.maplink2.com.br"><user>user</user><pwd>password</pwd></getToken></env:Body></env:Envelope>
The POST with Jbossws-3.0.1-native-2.0.4.GA (with problem)
POST /webservices/v3/Authentication/Authentication.asmx HTTP/1.1
|
| SOAPAction: "http://webservices.maplink2.com.br/getToken"
|
| Content-Type: application/soap+xml; charset=UTF-8
|
| JBoss-Remoting-Version: 22
|
| User-Agent: JBossRemoting - 2.2.2.SP4 (Bluto)
|
| Host: webservices.maplink2.com.br
|
| Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
|
| Connection: keep-alive
|
| Transfer-Encoding: chunked
|
|
|
| e6
|
| <env:Envelope
xmlns:env='http://www.w3.org/2003/05/soap-envelope'><env:He...
xmlns="http://webservices.maplink2.com.br"><user>user</user><pwd>password</pwd></getToken></env:Body></env:Envelope>
|
| 0
Please, read my last post too.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144616#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...