There is SoapBindingInfoFactoryBean which still hard code the SOAPVersion with Soap11, i haven't change that, but the basic soap12 message should be working now.
I'll working on Soap12 fault tomorrow.

BTW, Is SOAP11Fault working now? if not, maybe i should get that working first.


Cheers,
James.

Author: mmao
Date: Tue Oct 10 06:12:13 2006
New Revision: 454730

URL: http://svn.apache.org/viewvc?view=rev&rev=454730
Log:
Generate SOAP12 Message

* SOAPBindingInfo resolve SoapVersion through namespace (bindingId)
* SOAPBinding create SoapVersion based SoapMessage * SoapBindingFactory create SoapVersion based SOAPBinding * Added unit test with soap12 SoapBindingFactory * Fixed SOAP12_HTTP_NAMESPACE * Should add more unit tests

Modified:
    
incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapBinding.java
    
incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapBindingFactory.java
    
incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/model/SoapBindingInfo.java
    
incubator/cxf/trunk/rt/bindings/soap/src/test/java/org/apache/cxf/binding/soap/SoapBindingFactoryTest.java
    
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/WSDLConstants.java


Reply via email to