Siebel Application Integration for Oracle Fusion Middleware Guide > Migrating Siebel Web Services to Oracle WebLogic Server >

Example of Testing Migrated Outbound Web Services by Using SAI for Oracle Fusion Middleware


This topic gives one example of testing a migrated outbound Web service by using SAI for Oracle Fusion Middleware. You might use this feature differently, depending on your business model.

To test a migrated outbound Web service by 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 Web_Service_Name

      where Web_Service_Name is obtained from the import of the external WSDL in Siebel Tools.

    • Method Name is MethodName

      where you select a MethodName from the Proxy Business Service.

  3. Pass the XML for the method being called.

    For example, the following is sample XML input created for GlobalWeather:

    <?xml version="1.0" encoding="UTF-8"?>

    <?Siebel-Property-Set EscapeNames="true"?>

    <PropertySet remote_undjndi_undname="eis.siebel.outbound.globalweather">

    <GetWeatherSoapIn_clnparameters>

    <ListOfGetWeather>

    <GetWeather CountryName="INDIA" CityName="BANGALORE">

    </GetWeather>

    </ListOfGetWeather>

    </GetWeatherSoapIn_clnparameters>

    </PropertySet>

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