[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
Tue Jun 17 10:42:33 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBWS-2183?page=all ]

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

    Comment: was deleted

> SOAP 1.2 Endpoint Deployed as SOAP 1.1
> --------------------------------------
>
>                 Key: JBWS-2183
>                 URL: http://jira.jboss.com/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
>         Assigned To: Darran Lofthouse
>             Fix For:  jbossws-native-3.0.3
>
>
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list