<?xml version = '1.0' encoding = 'UTF-8'?>
<!--Generated by the Oracle9i JDeveloper Web Services WSDL Generator-->
<!--Date Created: Wed Dec 10 17:20:20 PST 2003-->
<definitions
   name="GreetingService"
   targetNamespace="http://com/rpc/Greeting.wsdl"
   xmlns="http://schemas.xmlsoap.org/wsdl/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
   xmlns:tns="http://com/rpc/Greeting.wsdl"
   xmlns:ns1="http://com.rpc/IGreetingService.xsd">
   <types>
      <schema
         targetNamespace="http://com.rpc/IGreetingService.xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"/>
   </types>
   <message name="sayHello0Request">
      <part name="p" type="xsd:string"/>
   </message>
   <message name="sayHello0Response">
      <part name="return" type="xsd:string"/>
   </message>
   <portType name="GreetingPortType">
      <operation name="sayHello">
         <input name="sayHello0Request" message="tns:sayHello0Request"/>
         <output name="sayHello0Response" message="tns:sayHello0Response"/>
      </operation>
   </portType>
   <binding name="GreetingBinding" type="tns:GreetingPortType">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
      <operation name="sayHello">
         <soap:operation soapAction="" style="rpc"/>
         <input name="sayHello0Request">
            <soap:body use="encoded" namespace="GreetingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="sayHello0Response">
            <soap:body use="encoded" namespace="GreetingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
   </binding>
   <service name="GreetingService">
      <port name="GreetingPort" binding="tns:GreetingBinding">
         <soap:address location="http://127.0.0.1:8888/ws/GreetingService"/>
      </port>
   </service>
</definitions>
