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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Webservice connector migration

    Posted 09/19/05 05:16 PM

    Hi
    We are first time working with a web services and web connector. I have created a web service connector for one of ours partner test server to ours webMethods test server. I checked the web service connector code and its having ours client test server address.
    Now my question is how to move the web service connector from test to production? Either I should create the web service connector from client’s production to webMethods test and publish to webMethods production or create the web service connector in webMethods production directly from client’s production.
    What are others webMethods users are using to migrate web service connector?
    Please Advice.

    Thanks
    Ranjan Khanna


    #soa
    #webMethods
    #API-Management


  • 2.  RE: Webservice connector migration

    Posted 09/19/05 07:34 PM

    I would only use a web service connector in early development. Once you have things working, modify the generated Flow service to read the endpoint address from a properties file (or database table, if you prefer).

    Promotion to the next environment should not involve regenerating the Flow service (web service connector) from a new WSDL. Move the code and update the properties file or database table with the correct endpoint address (and login credentials, if required).

    Mark


    #webMethods
    #API-Management
    #soa