[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat
claudio_br
do-not-reply at jboss.com
Wed Apr 16 15:02:37 EDT 2008
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:Header></env:Header><env:Body><getToken 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:Header></env:Header><env:Body><getToken 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#4144616
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144616
More information about the jboss-user
mailing list