Reserved characters in data need to be converted into entity references [1],
per the XML standard.
In your example,
<per:args0><dfg</per:args0>
needs to be
<per:args0><dfg</per:args0>
Regards,
Bill
[1]
https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
On Fri, Sep 21, 2018 at 04:48:27AM +0000, Krishna Kadire wrote:
>
> Hi,
>
> When we have invalid characters(<,>,&..) in soap request, example:
>
> <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/<http://schemas.xmlsoap.org/soap/envelope/>"
> xmlns:per="http://person.ws<http://person.ws/>">
>
> <soapenv:Header/>
>
> <soapenv:Body>
>
> <per:login>
>
> <!--Optional:-->
>
> <per:args0><dfg</per:args0>
>
> <!--Optional:-->
>
> <per:args1>secret</per:args1>
>
> </per:login>
>
> </soapenv:Body>
>
> </soapenv:Envelope>
>
> We are getting below response:
>
> <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/<http://schemas.xmlsoap.org/soap/envelope/>">
>
> <soapenv:Header/>
>
> <soapenv:Body>
>
> <soapenv:Fault>
>
> <faultcode>soapenv:Server</faultcode>
>
> <faultstring>com.ctc.wstx.exc.WstxUnexpectedCharException:
> Unexpected character '<' (code 60) excepted space, or '>' or "/>"
>
> at [row,col {unknown-source}]: [6,25]</faultstring>
>
> <detail/>
>
> </soapenv:Fault>
>
> </soapenv:Body>
>
> </soapenv:Envelope>
>
>
>
>
>
> We are getting kind of stack trace in <faultstring>, is there any way to get
> user defined error message instead of stacktrace.
>
> can we override handleFault() method in AxisServlet or can you please
> provide example of handling fault to show custom messages.
>
>
>
>
>
>
>
> Thanks in Advance
>
>
>
> Regards,
>
> Krishna
>
>
--
GPG: 5CDD 0C9C F446 BC1B 2509 8791 1762 E022 7034 CF84
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]