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

Web Service Connector

  • 1.  Web Service Connector

    Posted Wed January 23, 2008 10:02 AM

    Hi friends,
    can u please explain me what is the use of “Web Service Connecter”?

    Thanks & Regards,
    suri


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Web Service Connector

    Posted Wed January 23, 2008 04:41 PM
    1. webservice connector is used to connect webservice.
    2. normally webservice connector created through wsdl file in WM.

    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Web Service Connector

    Posted Thu January 24, 2008 05:53 AM

    can u please explain me briefly how to connect webservice by using webserviceconecter through wsdl?


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Web Service Connector

    Posted Thu January 24, 2008 10:10 AM

    Hi Suri,

    1) Open WM Developer
    2) select any folder, right click, select All choices.
    3) select webservice connector option
    4) select the folder where you want to create webservice connector and click Next
    5) select the wsdl file from your local machine.
    6) and click Finish.
    7) Now webservice connector will be created in the selected folder.

    invoking this webservice connector from your flow service you can connect webservice.

    Hope this helps.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Web Service Connector

    Posted Thu January 24, 2008 02:14 PM

    Hi arulchristhuraj,
    i got it.Thank you very much,can u please give more information about WebServiceConnecter (i.e., where it will be used,what is the importance? can u please suggest me).

    Thanks & Regards,
    Suri.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: Web Service Connector

    Posted Fri January 25, 2008 05:28 PM

    As explained earlier, A Web service connector is a flow service that invokes a WebService located on a remote server. Developer uses a WSDL document to automatically generate a Web service connector.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: Web Service Connector

    Posted Tue February 05, 2008 10:37 PM

    Just be careful, the connector flow service doesn’t cleanup its pipeline usage and leaves stuff in the pipeline that can cause problems:

    In 7.1 if your service that uses the connector (to make a web service call i.e. SOAP/http) is called as a web service thru a Web Service Descriptor, if you don’t drop soapResponseData, the caller of your service will never get a response.

    ]Monty[


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 8.  RE: Web Service Connector

    Posted Wed February 06, 2008 06:31 PM

    Sage advice. Pipeline litter is the bane of IS services!


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 9.  RE: Web Service Connector

    Posted Wed February 06, 2008 11:35 PM

    Good advice.

    Can you please advise where and how to drop soapResponseData?


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 10.  RE: Web Service Connector

    Posted Thu February 07, 2008 02:44 AM

    Actually I consider this a bug in soapClient. The problem could be fixed if the generated connector service cleaned up the pipeline, but that would be fixing the symptom, not the problem. The real bug is that pub.client:soapClient should not care about a string on the pipline called soapResponseData when it is called. The very fact that its existance causes soapClient to not return a SOAP response is messed up. So as a work around, add a MAP and drop a string called soapResponseData after calling the connector service. The real fix is coming with a new soapClient service.

    ]Monty[


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 11.  RE: Web Service Connector

    Posted Thu February 07, 2008 05:02 PM

    True again.

    Please be mindful of the site policies regarding profanity.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods