[esb-issues] [JBoss JIRA] (JBESB-3809) SOAPClient fails to send message with <xs:any> data type

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue May 29 08:41:17 EDT 2012


    [ https://issues.jboss.org/browse/JBESB-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696748#comment-12696748 ] 

RH Bugzilla Integration commented on JBESB-3809:
------------------------------------------------

Rick Wagner <rwagner at redhat.com> made a comment on [bug 826012|https://bugzilla.redhat.com/show_bug.cgi?id=826012]

GSS prioritizes this 'high'.  There is a customer awaiting resolution for this case.  SOA-PM stakeholders, please triage this issue so GSS can assess the likelihood of resolution in 5.3.  (This will help us in our discussions with the customer, who is on 5.2)

Thanks,

Rick
                
> SOAPClient fails to send message with <xs:any> data type
> --------------------------------------------------------
>
>                 Key: JBESB-3809
>                 URL: https://issues.jboss.org/browse/JBESB-3809
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Web Services
>    Affects Versions: 4.10 CP1
>            Reporter: Sato Tadayoshi
>
> The soapUI SOAPClient cannot map a request Map to a SOAP message template using OGNL and thus fails to send it if the message is defined with <xs:any> data type in the WSDL. An example WSDL in mind looks like this:
> {code:xml}
>  ...
>  <types>
>   <xs:schema targetNamespace="http://www.acme.com/ws/" xmlns:tns="http://www.acme.com/ws/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
>    <xs:element name="MyRequest">
>     <xs:complexType>
>      <xs:sequence>
>       <xs:element minOccurs="0" ref="tns:myRequestDetails"/>
>      </xs:sequence>
>     </xs:complexType>
>    </xs:element>
>    <xs:element name="myRequestDetails">
>     <xs:complexType>
>      <xs:sequence>
>       <xs:any namespace="##other" processContents="lax"/>
>      </xs:sequence>
>     </xs:complexType>
>    </xs:element>
>   </xs:schema>
>  </types>
>  <message name="MyWebServicePort_MyRequest">
>   <part element="tns:MyRequest" name="MyRequest"/>
>  </message>
>  ...
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list