Siebel Application Integration for Oracle Fusion Middleware Guide > Working with Web Services Using SAI for Oracle Fusion Middleware >

Testing Outbound Web Services Using SAI for Oracle Fusion Middleware


This task is a step in Roadmap for Deploying Outbound Web Services Using SAI for Oracle Fusion Middleware.

To test outbound Web services using SAI for Oracle Fusion Middleware

  1. Navigate to the Administration - Business Service screen, then the Simulator view.
  2. Create a new business service with the following values:
    • Service Name is EAI Outbound Proxy Service.
    • Method Name is CallExternalWebSvc.
  3. Import an XML file by doing the following:
    1. In the Inputs Arguments list, create a new record.
    2. In the Property Name field in the new record, create the following new properties, and then click OK.
      Property
      Value

      RemoteJNDIName

      JNDI name of the outbound WSDL deployed

      WebServiceName

      Service Name

      WebMethodName

      Method name

      EndPointName

      Ports for a service name

      Input

      Value for input

      The following is sample input created for the GlobalWeather Web service:

    <?xml version="1.0" encoding="UTF-8"?><?Siebel-Property-Set EscapeNames="true"?><GetWeather
    CountryName="INDIA"
    CityName="BOMBAY"
    RemoteJNDIName="eis.siebel.outbound.globalweather"
    WebServiceName="GlobalWeather"
    WebMethodName="GetWeather"
    EndPointName="GlobalWeatherSoap"></GetWeather
    >

  4. Click Run.
  5. The XML response appears in Output Arguments.

Siebel Application Integration for Oracle Fusion Middleware Guide Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.