<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://localhost:8080/axis/Ponder2.jws"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://localhost:8080/axis/Ponder2.jws"
xmlns:intf="http://localhost:8080/axis/Ponder2.jws"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
<wsdl:message name="getObjectResponse">
<wsdl:part name="getObjectReturn" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="executeRequest1">
<wsdl:part name="xmlString" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="executeResponse1">
<wsdl:part name="executeReturn" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="getObjectRequest">
<wsdl:part name="location" type="xsd:string"/>
<wsdl:part name="path" type="xsd:string"/>
<wsdl:part name="sresult" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="executeResponse">
<wsdl:part name="executeReturn" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="executeRequest">
<wsdl:part name="soidxml" type="xsd:string"/>
<wsdl:part name="sxml" type="xsd:string"/>
<wsdl:part name="sresult" type="xsd:string"/>
</wsdl:message>
<wsdl:portType name="Ponder2">
<wsdl:operation name="getObject" parameterOrder="location path sresult">
<wsdl:input message="impl:getObjectRequest" name="getObjectRequest"/>
<wsdl:output message="impl:getObjectResponse" name="getObjectResponse"/>
</wsdl:operation>
<wsdl:operation name="execute" parameterOrder="soidxml sxml sresult">
<wsdl:input message="impl:executeRequest" name="executeRequest"/>
<wsdl:output message="impl:executeResponse" name="executeResponse"/>
</wsdl:operation>
<wsdl:operation name="execute" parameterOrder="xmlString">
<wsdl:input message="impl:executeRequest1" name="executeRequest1"/>
<wsdl:output message="impl:executeResponse1" name="executeResponse1"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="Ponder2SoapBinding" type="impl:Ponder2">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getObject">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getObjectRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="getObjectResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://localhost:8080/axis/Ponder2.jws" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="execute">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="executeRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="executeResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://localhost:8080/axis/Ponder2.jws" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="execute">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="executeRequest1">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="executeResponse1">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://localhost:8080/axis/Ponder2.jws" use="encoded"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="Ponder2Service">
<wsdl:port binding="impl:Ponder2SoapBinding" name="Ponder2">
<wsdlsoap:address location="http://localhost:8080/axis/Ponder2.jws"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>