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.


#TechXchangePresenter
 View Only
  • 1.  How configure soap/default for external partners

    Posted Thu June 02, 2011 10:24 PM

    I’m trying to do a POC if external partners application can send us a soap message to wM. We have a RI server that receives the message which then route it to our internal wM server. I created a simple flow service and generate a WSDL to provide. I’m using soapUI to confirm if it works or not. The endpoint that it’s using is [URL]https://host/soap/default[/URL] However, it doesn’t appear to be executing the IS flow service.

    SoapUI is spiting out an error of "java.net.UnknownHostException: host.

    Has anyone successfully configure their environment to receive soap message from external partners?


    #webMethods
    #soa
    #API-Management


  • 2.  RE: How configure soap/default for external partners

    Posted Fri June 03, 2011 04:07 PM

    pthcincy,

    Are you using http(s)://host:port/soap/default?

    From your error, I see that the request is not even reaching the IS. If it did, you would see a different error.

    I have done a lot of work on default soap processors, feel free to send me an IM with any questions you could have.

    Regards,
    Hara


    #soa
    #webMethods
    #API-Management


  • 3.  RE: How configure soap/default for external partners

    Posted Fri June 03, 2011 04:15 PM

    We have a RI gateway and does not need a port. Basically, our RI gateway will send to our internal wM server. So, the endpoint is https://external_ip/soap/default. Right now, it’s not invoking the IS flow service. It’s probably that we don’t have our RI port setup correctly to allow external partner to invoke that endpoint.


    #webMethods
    #API-Management
    #soa


  • 4.  RE: How configure soap/default for external partners

    Posted Fri June 03, 2011 07:21 PM

    pthcincy,

    Either your request is not reaching the gateway or the gateway is not correctly configured to reach your IS.

    • Hara

    #API-Management
    #soa
    #webMethods


  • 5.  RE: How configure soap/default for external partners

    Posted Fri June 03, 2011 07:49 PM

    Well, I know our RI is configured and connected to our internal wM servers because we’re receiving XML and EDI from external partners. Having external to send soap data is the challenge. BTW, we’re using v6.5.


    #soa
    #webMethods
    #API-Management


  • 6.  RE: How configure soap/default for external partners

    Posted Fri June 03, 2011 08:14 PM

    pthcincy,

    Have you tried hitting your IS straight from SOAP UI? Did that work?

    • Hara

    #API-Management
    #soa
    #webMethods