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.  Invoking service through SOAP UI

    Posted Thu April 02, 2015 09:44 AM

    Hi,

    I am invoking my flow service from SOAP UI by doinvoke. It works fine if the inputs of the service is only fields. Im unable to pass input from SOAP UI if the input type of the service is a document.

    has anyone come across this scenario?? Is there a work around other than creating a wrapper service to take xml string and converting it to doc.

    Thanks
    Nandini

    PS: im using a SOAP UI version 4.5.2


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Invoking service through SOAP UI

    Posted Thu April 02, 2015 10:33 AM

    Loading the WSDL and configuring the end points (user and password) on SOAP UI. Pass the request and see the response

    did it not work as suggest above?


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Invoking service through SOAP UI

    Posted Mon April 06, 2015 04:02 AM

    Hi Mahesh,

    Its not a webservice that im trying to invoke here. Its a plain flow service which is being invoked in soap ui like we invoke through browser. but the input type is a document.

    Thanks and Regards
    Nandini


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Invoking service through SOAP UI

    Posted Mon April 06, 2015 09:53 AM

    I am not sure about this.


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Invoking service through SOAP UI

    Posted Mon April 06, 2015 11:46 AM

    “Is there a work around other than creating a wrapper service to take xml string and converting it to doc” → I think this is the only option you have to do as a work around for the doInvoke aspect.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Invoking service through SOAP UI

    Posted Tue April 07, 2015 03:07 PM

    A possibility might be to create a provider WSD (WebService Descriptor) for that service and use this one as a WSDL for SoapUI (and Partners).

    This might enable the input type “document”.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods