IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Error consuming external webservice:

  • 1.  Error consuming external webservice:

    Posted Mon October 06, 2014 07:40 PM

    When I try to create a web service descriptor from a WSDL in Designer 9.6 for IS 8.2.2, I get this error:

    The issue is that some of the complex elements in the WSDL have named elements followed by “any” elements. For example:

    <xsd:sequence>
    <xsd:element name="objectReferentId" type="common:ObjectIdentifierType" nillable="true" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="additionalRowInfo" type="AdditionalInfoType" nillable="true" minOccurs="0" maxOccurs="1"/>
    <xsd:any minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>

    SOAPUI handles this WSDL without complaint. Is there anything I can do to convince webMethods to do the same?


    #API-Management
    #soa
    #webMethods


  • 2.  RE: Error consuming external webservice:

    Posted Thu October 09, 2014 07:28 PM

    I submitted this question to SAG support also and got this response:

    After following these instructions I was able to generate the WSD.


    #soa
    #webMethods
    #API-Management