dev@jax-ws.java.net

SOAP 1.2 fault subcode

From: Arun Gupta <Arun.Gupta_at_Sun.COM>
Date: Sun, 03 Sep 2006 01:43:48 -0700

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
-- 
Web Technologies and Standards
Sun Microsystems, Inc.
Blog: http://blogs.sun.com/arungupta