Error Accessing Web Services from Client

When invoking webservices from client, you may get the following error:

Error invoking 'getServiceProperty':'oracle.fabric.common.xml.xpath.XPathFunctionException: oracle.apps.aia.core.config.PropertyNotFoundException: Property Not Found (SystemConfiguration/Default.SystemID)'

To resolve the issue:

  1. In the PATH environment variable, add the JDK path as C:\Oracle\Java\jdk\bin;

  2. Add the Managed Server (the server where wsdl .ear is deployed) in the config.xml file:

    1. Take a backup of the config.xml file under $DOMAIN_HOME/config as config.xml_bkp and open config.xml.

    2. Search for the string oracle.wsm.seedpolicies.

    3. The current entry has only the AdminServer deployment location. Add the Managed Server separated by a comma as shown below:

      <library>
         <name>oracle.wsm.seedpolicies#11.1.1@11.1.1</name>
         <target>AdminServer,AIAServer1</target>
         <source-path>C:/Oracle/Middleware/oracle_common/modules/ oracle.wsm.policies_11.1.1/wsm-seed-policies.jar</source-path>
          <security-dd-model>DDOnly</security-dd-model>
         <staging-mode>nostage</staging-mode>
       </library>
      
  3. Restart the Managed Server.