<?xml version="1.0" encoding="UTF-8"?>
<definitions name="FND_PROFILE" targetNamespace="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/" xmlns:tns="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns1="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/get/" xmlns:tns2="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/put/" xmlns:tns3="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/value/">
   <types>
      <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/get/">
         <include schemaLocation="http://idc00123.oracle.com:8018/webservices/SOAProvider/plsql/fnd_profile/APPS_FND_PROFILE_GET.xsd"/>
      </schema>
      <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/put/">
         <include schemaLocation="http://idc00123.oracle.com:8018/webservices/SOAProvider/plsql/fnd_profile/APPS_FND_PROFILE_PUT.xsd"/>
      </schema>
      <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/value/">
         <include schemaLocation="http://idc00123.oracle.com:8018/webservices/SOAProvider/plsql/fnd_profile/APPS_FND_PROFILE_VALUE.xsd"/>
      </schema>
      <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_profile/">
         <element name="SOAHeader">
            <complexType>
               <sequence>
                  <element name="Responsibility" minOccurs="0" type="string"/>
                  <element name="RespApplication" minOccurs="0" type="string"/>
                  <element name="SecurityGroup" minOccurs="0" type="string"/>
                  <element name="NLSLanguage" minOccurs="0" type="string"/>
                  <element name="Org_Id" minOccurs="0" type="string"/>
               </sequence>
            </complexType>
         </element>
      </schema>
   </types>
   <message name="GET_Input_Msg">
      <part name="header" element="tns:SOAHeader"/>
      <part name="body" element="tns1:InputParameters"/>
   </message>
   <message name="GET_Output_Msg">
      <part name="body" element="tns1:OutputParameters"/>
   </message>
   <message name="PUT_Input_Msg">
      <part name="header" element="tns:SOAHeader"/>
      <part name="body" element="tns2:InputParameters"/>
   </message>
   <message name="VALUE_Input_Msg">
      <part name="header" element="tns:SOAHeader"/>
      <part name="body" element="tns3:InputParameters"/>
   </message>
   <message name="VALUE_Output_Msg">
      <part name="body" element="tns3:OutputParameters"/>
   </message>
   <portType name="FND_PROFILE_PortType">
      <operation name="GET">
         <input message="tns:GET_Input_Msg"/>
         <output message="tns:GET_Output_Msg"/>
      </operation>
      <operation name="PUT">
         <input message="tns:PUT_Input_Msg"/>
      </operation>
      <operation name="VALUE">
         <input message="tns:VALUE_Input_Msg"/>
         <output message="tns:VALUE_Output_Msg"/>
      </operation>
   </portType>
   <binding name="FND_PROFILE_Binding" type="tns:FND_PROFILE_PortType">
      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
      <operation name="GET">
         <soap:operation soapAction="http://idc00123.oracle.com:8018/webservices/SOAProvider/plsql/fnd_profile/"/>
         <input>
            <soap:header message="tns:GET_Input_Msg" part="header" use="literal"/>
            <soap:body parts="body" use="literal"/>
         </input>
         <output>
            <soap:body use="literal"/>
         </output>
      </operation>
      <operation name="PUT">
         <soap:operation soapAction="http://idc00123.oracle.com:8018/webservices/SOAProvider/plsql/fnd_profile/"/>
         <input>
            <soap:header message="tns:PUT_Input_Msg" part="header" use="literal"/>
            <soap:body parts="body" use="literal"/>
         </input>
      </operation>
      <operation name="VALUE">
         <soap:operation soapAction="http://idc00123.oracle.com:8018/webservices/SOAProvider/plsql/fnd_profile/"/>
         <input>
            <soap:header message="tns:VALUE_Input_Msg" part="header" use="literal"/>
            <soap:body parts="body" use="literal"/>
         </input>
         <output>
            <soap:body use="literal"/>
         </output>
      </operation>
   </binding>
   <service name="FND_PROFILE_Service">
      <port name="FND_PROFILE_Port" binding="tns:FND_PROFILE_Binding">
         <soap:address location="http://idc00123.oracle.com:8018/webservices/SOAProvider/plsql/fnd_profile/"/>
      </port>
   </service>
</definitions>
