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

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Fri May 16 10:14:22 EDT 2008


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.3
            Reporter: Darran Lofthouse
         Assigned To: Darran Lofthouse
             Fix For: jbossws-2.0.1.SP2


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