You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jongjin Choi <gu...@hotmail.com> on 2005/01/12 17:11:33 UTC

Handling SOAP Fault detail which has text children

Dear, all.

Some SOAP implementation (eg. WebLogic, gSOAP and what else?) generates a soap fault message of which detail element has text children or mixed contents. 
Although the detail element which has child text node is not conformant to SOAP 1.1 schema, IMHO, 
it would be good to handle this soap fault message smoothly.
It is not the problem of Axis, but it will make the user life easier to notify soap fault instead of ClassCastException to application. 

Your opinion?

ps. 
This was discussed currently at axis-user-list.
http://marc.theaimsgroup.com/?l=axis-user&m=110545377815624&w=2



Re: Handling SOAP Fault detail which has text children

Posted by Davanum Srinivas <da...@gmail.com>.
+1 from me. 


On Thu, 13 Jan 2005 01:11:33 +0900, Jongjin Choi <gu...@hotmail.com> wrote:
> Dear, all.
> 
> Some SOAP implementation (eg. WebLogic, gSOAP and what else?) generates a soap fault message of which detail element has text children or mixed contents.
> Although the detail element which has child text node is not conformant to SOAP 1.1 schema, IMHO,
> it would be good to handle this soap fault message smoothly.
> It is not the problem of Axis, but it will make the user life easier to notify soap fault instead of ClassCastException to application.
> 
> Your opinion?
> 
> ps.
> This was discussed currently at axis-user-list.
> http://marc.theaimsgroup.com/?l=axis-user&m=110545377815624&w=2
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/