[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2183) SOAP 1.2 Endpoint Deployed as SOAP 1.1

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Aug 7 05:13:49 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBWS-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-2183:
----------------------------------

    Fix Version/s: jbossws-native-3.0.4
                       (was:  jbossws-native-3.0.3)


> SOAP 1.2 Endpoint Deployed as SOAP 1.1
> --------------------------------------
>
>                 Key: JBWS-2183
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2183
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    Affects Versions:  jbossws-native-3.0.2
>            Reporter: Darran Lofthouse
>            Assignee: Darran Lofthouse
>             Fix For: jbossws-native-3.0.4
>
>
> A SEI annotated as: -
> @WebService(targetNamespace = "http://www.jboss.org/support/phonebook")
> @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL)
> @BindingType(javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_BINDING)
> public interface PhoneBook extends Remote
> The binding in the generated WSDL is still SOAP 1.1 based: -
> <binding name='PhoneBookBinding' type='tns:PhoneBook'>
>   <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
>   <operation name='lookup'>
>    <soap:operation soapAction=''/>
>    <input>
>     <soap:body use='literal'/>
>    </input>
>    <output>
>     <soap:body use='literal'/>
>    </output>
>   </operation>
>  </binding>
> Where - xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'

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

        



More information about the jbossws-issues mailing list