webMethods

webMethods

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

Alias in consumer web service

  • 1.  Alias in consumer web service

    Posted Thu June 21, 2012 02:54 PM

    The web Methods development team was given a wsdl file from another of our systems which we inturn created a consumer webservice within IS The endpoint address is something like

    [URL]http://dev2-aaa-bbb-001.domain.com/[/URL]eai_enu/start.swe?SWEExtSource=

    We have this tested and running within our dev environment. But are now in the process of moving all of these services into our QA/Test and Prod environments.

    The endpoint address (on the binder) of the consumer webservice will switch to a different system such as

    [URL]http://QAT2-aaa-bbb-001.domain.com/[/URL]eai_enu/start.swe?SWEExtSource=

    I setup a consumer webservice alias called CONWSA1 which is tied to dev2 and QAT2 on each of respective IS servers and changed the properties of the webservice connector bindings with the alias but this dosn’t seem to do anything.

    How do I get the wsd consumer flow service to recognize the alias, it seems to always “hardcode” the address and url?


    #soa
    #API-Management
    #webMethods


  • 2.  RE: Alias in consumer web service

    Posted Wed June 27, 2012 11:17 AM

    Everything you have done is correct.

    The hardcoded value will misguide you that you are still pointing to Dev environment but in actual the webService alias url will be used at runtime.


    #API-Management
    #soa
    #webMethods