[jboss-user] [JBossWS] - Re: advice needed
florian79
do-not-reply at jboss.com
Wed Jun 27 11:29:29 EDT 2007
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/"><soap:Body><getHalloWorld 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:Header></env:Header><env:Body
|
| ><env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><faultcode>env:Server</faultcode><faultstring
|
| >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#4058252
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058252
More information about the jboss-user
mailing list