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.  Binder not found exception for webservice provider

    Posted Tue December 30, 2008 12:09 AM

    Hi,
    I have a webservice provider in 7.1.1. which is working fine when it is getting invoked from clientHttp service or from a webMethods webservice consumer for that provider. I even tried invoking froma SOAP UI tool. Every where I got the soap response data back.
    But, when it gets invoked from IBM end, they are getting the following error.

    [12/29/08 10:09:22:157 PST] 00000031 ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource eis/JCAHTTP-WS. The exception which was received is java.io.IOException: [ISS.0088.9166] Binder not found for soapAction
    can anyone help me providing the solution?? Thanks


    #API-Management
    #soa
    #webMethods


  • 2.  RE: Binder not found exception for webservice provider

    Posted Tue December 30, 2008 12:49 PM

    Are you using the WSDL generated by the webMethods IS webservice wsd provider or are you using a custom WSDL?

    I’ve seen this error before and it can be cause by a couple of different things. 1- The calling client (websphere in this case) is not sending a soapaction or the soapaction doesn’t match what is define in the WSDL 2- you changed the binding in WSD provider but didn’t update the custom WSDL.


    #soa
    #API-Management
    #webMethods


  • 3.  RE: Binder not found exception for webservice provider

    Posted Mon January 05, 2009 11:30 PM

    Hi,
    Thanks for your suggestion.The wsdl I used for Consumer is what generated by the wm provider. We have given them them the provider URL to invoke while calling the wm’s webservice.
    I have a doubt here while specifying the Soap action in the wsdl while generating the provider. Is that the SOAP action inside the Operation should contain the Operation name or the location where the provider wsd resides in the developer package?

    Thanks


    #webMethods
    #API-Management
    #soa


  • 4.  RE: Binder not found exception for webservice provider

    Posted Tue January 06, 2009 02:10 AM

    If you used the generated WSDL you shouldn’t have to worry about that it fills it in for you. If you try and invoke the web service say through SOAPUI what happens? Does it work?


    #API-Management
    #soa
    #webMethods


  • 5.  RE: Binder not found exception for webservice provider

    Posted Wed January 07, 2009 12:45 AM

    It works well with the provider generated WDSL. But when its get invoked from websphere it gives binder not found exception. I am very curious to know is there any way to edit the soap action after the provider got generated?

    Thanks


    #webMethods
    #API-Management
    #soa


  • 6.  RE: Binder not found exception for webservice provider

    Posted Wed January 07, 2009 01:41 AM

    Sounds like the webSphere client is not sending the complete soap message maybe? You can edited the binding but I’m not sure that is going to help. Might want to use TCPTrace to see what webSphere is sending.


    #API-Management
    #webMethods
    #soa


  • 7.  RE: Binder not found exception for webservice provider

    Posted Mon January 12, 2009 11:41 PM

    hi guys… it got resolved finally. Its a problem with IBM and they had gone with a fix for it about binder name .


    #API-Management
    #webMethods
    #soa