Re: SOAP 1.2 fault subcode
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.