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.  How to call the webservices through internet browser

    Posted Thu July 12, 2007 03:15 PM

    Hi All,
    I am new to webMethods. Can you pls provide me the solution for my query.
    How to call the webServices developed in webMethods through internet explorer? ie. (outside world).

    Below is the location of webservice connector in webMethods

    acme.purchaseOrder.work.acmeSupport_examplesPortType:demoService

    can you pls let me know the correct URL to call the webservices.

    Regards,
    Prakash


    #API-Management
    #soa
    #webMethods


  • 2.  RE: How to call the webservices through internet browser

    Posted Thu July 12, 2007 03:21 PM

    Web services are not called from a browser. In general another application (which might have a web-based UI) posts a SOAP request to one of the SOAP URL’s on Integration Server (either /soap/rpc or /soap/default).

    Mark


    #webMethods
    #API-Management
    #soa


  • 3.  RE: How to call the webservices through internet browser

    Posted Thu July 12, 2007 03:29 PM

    Mark, thanks for your quick reply. I just dont know what should be the SOAP URL to call the webService. For example, say I create simple form web application to send webservice request through HTTP Post. What should be the URL to be set in the form action.


    #API-Management
    #soa
    #webMethods


  • 4.  RE: How to call the webservices through internet browser

    Posted Thu July 12, 2007 04:25 PM

    Review the SOAP Developer’s Guide for this information. You’ll find the guide in the Developer/doc/guides directory.


    #soa
    #API-Management
    #webMethods


  • 5.  RE: How to call the webservices through internet browser

    Posted Thu July 12, 2007 06:03 PM

    Typically, you would be using some SOAP client API code in the browser (JavaScript,AJAX, Perl, PHP, Java, some .NET language, etc.) to make your webservices call.

    In addition to the SOAP Developer’s Guide that Rob recommended, you might also need to read up on how your web programming language of choice makes SOAP calls. Ba-zillions of books on that over-hyped topic.

    If you just want a quick way to test web services provided by IS, download a free copy of CrossCheck Network’s SOAP Sonar personal edition, point it at a WSDL and execute the test cases it generates.

    Mark


    #soa
    #API-Management
    #webMethods


  • 6.  RE: How to call the webservices through internet browser

    Posted Fri July 13, 2007 09:38 AM

    Thanks Mark and Rob for your suggestion. Appreciate your response.

    Regards,
    JP


    #webMethods
    #soa
    #API-Management