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.  Web Services with Siebel

    Posted Tue February 12, 2013 11:38 PM

    Hi,
    We are in UAT with several integrations using Web Services (Consumer) with Siebel. We have noticed that when there are a lot of requests to Siebel, webMethods receives intermittent failures from Siebel:

    • java.net.SocketException: Connection reset at wm.server.ws.wsHTTP

    • HTTP Error: 400 - Bad Request

    • HTTP Error: 500 - Internal Server Error

      My question is, has anyone else experienced similiar intermittent failures from Web Service Requests to Siebel, and what how did you reslove it ??

    Thanks for any help that can be provided.
    David K.


    #webMethods
    #soa
    #API-Management


  • 2.  RE: Web Services with Siebel

    Posted Wed February 13, 2013 01:42 AM

    We have experienced such behavior. It is due to overrunning the SOAP processing components in Siebel. The way we worked around it is to use the Siebel adapter to interact with Siebel.


    #webMethods
    #soa
    #API-Management


  • 3.  RE: Web Services with Siebel

    Posted Wed February 13, 2013 09:38 PM

    Thanks Reamon. Unfortunately, the project that I’m is to convert the legacy Tibco Integrations to webMethods without changing the end-point applications (MfgPro/Siebel). The existing integration is done via Web Services, so I have to replicate that.

    Anybody have any other ideas ??


    #soa
    #webMethods
    #API-Management


  • 4.  RE: Web Services with Siebel

    Posted Wed February 13, 2013 09:57 PM

    You wouldn’t need to change Siebel. It would all be work on IS.

    Another possible way to throttle the number of concurrent calls to Siebel would be to use a Broker queue, IS trigger and publishAndWait. Configure the trigger with a max number of threads to something that Siebel can handle.


    #webMethods
    #API-Management
    #soa


  • 5.  RE: Web Services with Siebel

    Posted Thu February 14, 2013 09:30 PM

    Design currently is using Broker pub-sub. Trigger is set to serial, not concurrent, so at any one time Siebel is only handling one Web Service request at a time. And we are still experiencing Connection Resets and HTTP 400.

    Have come to the realisation that the HTTP 500’s were due to the Siebel guys dropping their QA environment without informing me.

    Does anyone know what would cause the Connection Reset errors ??

    Cheers & Beers,
    David K


    #webMethods
    #soa
    #API-Management