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.  mocking webservice on IS

    Posted Fri October 09, 2015 01:40 PM

    hi,

    i would like to mock 3rd party web service (SOAP/http) on my IS.

    1. used the 3rd party web service wsdl and generated provider wsd
    2. this newly created wsd changed three things from the soap endpoint url
      a. hostname
      b. port
      c. servicename

    as a web service client, i would used the 3rd party web service wsdl to generate consumer wsd

    1. using consumer web service endpoint alias, change my connectors to point to mock service
      → only host and port can be configurable from IS admin using consumer web service endpoint alias
      → how to make servicename configurable??

    Thanks & Regards
    Ajay Kumar Kasam


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


  • 2.  RE: mocking webservice on IS

    Posted Fri October 09, 2015 02:27 PM

    for now, i fixed this with custom solution.

    work around: make whole of endpoint url in consumer’s wsd connectors configurable (tailor made solution). there seems to be no out-of-box to make web service’s servicename part of endpoint url configurable.

    let me know if anybody got better solution.

    Thanks & Regards
    Ajay Kumar Kasam


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


  • 3.  RE: mocking webservice on IS

    Posted Thu October 15, 2015 12:06 PM

    Hi,

    please let me know how to control and configure different part of my port location for provider web service with

    1. host (can be configured using web service endpoint alias)

    2. port (can be configured using web service endpoint alias)

    3. service name (by default IS creates http://:/wsd/<folder1.folder2>/wsdl-port-name)

    my query is how provide any alias for “wsd/<folder1.folder2>/wsdl-port-name” (service name part of web service end point url)

    i’m exposing this service to partner outside enterprise, so i can’t give details of my IS folders as part of web service end point url.

    we don’t use mediator & centrasite.

    any help is appreciated.

    thanks and regards
    ajay kasam


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


  • 4.  RE: mocking webservice on IS

    Posted Fri October 16, 2015 04:42 PM

    Ajay,

    I’ve done something very similar to what you’re describing via URL Aliases. Open the IS Admin console and go to Settings > URL Aliases.

    Let me know if you have questions.

    Good luck,
    Percio


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


  • 5.  RE: mocking webservice on IS

    Posted Mon October 19, 2015 06:57 AM