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.  How an asp can call webmethods service

    Posted 03/12/04 01:28 PM

    hi. currently an asp page is invoking my webMethods service.
    say the URL that i gave them is this:

    http://<ipaddress> :<portnumber>/invoke/package.folder.subFolder:serviceName

    how can i get them to pass URL, XML String, userID & password in 1 single URL to our webMethods service?

    is there a standard way that webMethods does this?


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 2.  RE: How an asp can call webmethods service

    Posted 03/12/04 01:46 PM

    Jen,

    If I were to do that, I would create a html form in my asp page with hidden user/password fields and hidden/visible XML input fields and action as your URL, and use POST method to get the response.

    However if you want to create a link then you could use the following URL:

    http://<user>:<password>@<hostip>:<hostport>/invoke/folder.subfolder:service?input1="<xml …"&input2=junk etc

    HTH
    Ashok


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 3.  RE: How an asp can call webmethods service

    Posted 04/05/04 02:08 AM

    We are also searching for a sample code on invoking webMethods flow service from ASP (Http POST). It is highly appreciated, if some one helps us with sample code.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB