I have the same problem by using an javascript/AJAX client.
That is the xml, that I send to the webservice:
| <soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><s...
xmlns
|
|
="http://hibernate.base.dooris.com/jaws"></getHalloWorld></soap:Body></soap:Envelope>
|
and that is the xml of the response:
| <env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
|
| ><env:Fault
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><faul...
|
| >Unsupported content type:
application/x-www-form-urlencoded</faultstring></env:Fault></env:Body></env
|
| :Envelope>
|
|
what is the meaning of this Exception: "Unsupported content type:
application/x-www-form-urlencoded"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058252#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...