soap12Binding in services.xml ignored
-------------------------------------

                 Key: XFIRE-851
                 URL: http://jira.codehaus.org/browse/XFIRE-851
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.4
         Environment: XP / Java 5 
            Reporter: Henri Gomez
         Assigned To: Dan Diephouse


the soap12Binding token is ignored in WSDL generation onny soap11Binding is 
exploited.

Very similar to JIRA #XFIRE-689 but in 1.2.4 no more exception are raised :

...

beans xmlns="http://xfire.codehaus.org/config/1.0";>
<service>
<name>HelloService</name>
<namespace>http://www.sterlingcommerce.com/HelloService</namespace>
<serviceClass>com.sterlingcommerce.xfire.HelloWS</serviceClass>
<createDefaultBindings>false</createDefaultBindings>
<bindings xmlns:mesa="http://www.sterlingcommerce.org/";>
<soap11Binding name="mesa:HelloSOAP11Binding" 
transport="http://schemas.xmlsoap.org/soap/http";
allowUndefinedEndpoints="true">
</soap11Binding>
<soap12Binding name="mesa:HelloSOAP12Binding" 
transport="http://www.w3.org/2003/05/soap/bindings/HTTP/";
allowUndefinedEndpoints="true">
</soap12Binding>
</bindings>
</service>
</beans>

...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to