dev@jax-ws.java.net

Re: SOAP 1.2 fault subcode

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Tue, 05 Sep 2006 10:39:28 -0700

Arun Gupta wrote:
> I made the following changes in my local workspace in SOAPFaultBuilder
> after which the two regressions in WS-A tests in mr-21 branch are fixed:
>
> RCS file:
> /cvs/jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/fault/Attic/SOAPFaultBuilder.java,v
>
> retrieving revision 1.1.2.6
> diff -r1.1.2.6 SOAPFaultBuilder.java
> 340c340,341
> < code = new CodeType(faultCode);
> ---
> > if (code == null)
> > code = new CodeType(faultCode);
>
> Basically, the fault subcodes in SOAP 1.2 does not seem to be getting
> populated correctly without this.
>
> Can somebody look at this ?
>
> Thanks,
> -Arun
>
I will look into it.

-vievk.