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
  • 1.  WebService Connector Error

    Posted Wed November 09, 2005 11:53 AM

    Pavan,
    From the error you can make out that the WSDL file contains a recursive element decalaration.IS supports creating a WSDL file with recursive document type in the input signature but does not support creating a web Service Connector with it.You need to check the XSD for recursive Document Types.

    HTH…

    Thanks,
    Puneet Verma


    #soa
    #API-Management
    #webMethods


  • 2.  RE: WebService Connector Error

    Posted Wed November 09, 2005 02:02 PM

    Pavan,

    Remember a web service connector is just a Flow service. Just because you can’t use the wizard to generate a Flow, doesn’t mean you can’t create a Flow that will invoke your web service.

    One way to do this is to create document types from the types defined in the WSDL and use them to build the soap request. It sounds hard, but is actually pretty straightforward.

    Mark


    #webMethods
    #soa
    #API-Management


  • 3.  RE: WebService Connector Error

    Posted Fri November 11, 2005 01:51 PM

    Thank you… i created a new documenttype from the types defined in the wsdl and it solved my problem…

    thanks a lot


    #API-Management
    #soa
    #webMethods