Here is an example of what is in one of the xml files. I edited some
of the file in case it left their web services open to anyone
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- Generated by the Oracle JDeveloper 10g Web Services WSDL
Generator
-->
- <!-- Date Created: Tue Jun 21 15:14:37 EDT 2005
-->
- <definitions name="OPSQueryWebService" targetNamespace="url/
filename.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns

sd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://
schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="url/filename.wsdl"
xmlns:ns1="url/filename.xsd">
- <types>
<schema targetNamespace="url/filename.xsd" xmlns="http://www.w3.org/
2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/
encoding/" />
</types>
- <message name="processquery0Request">
<part name="xquery" element="xsd:any" />
</message>
- <message name="processquery0Response">
<part name="return" element="xsd:any" />
</message>
- <portType name="OPSQueryWebServicePortType">
- <operation name="processquery">
<input name="processquery0Request"
message="tns

rocessquery0Request" />
<output name="processquery0Response"
message="tns

rocessquery0Response" />
</operation>
</portType>
- <binding name="OPSQueryWebServiceBinding"
type="tns:OPSQueryWebServicePortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/
http" />
- <operation name="processquery">
<soap

peration soapAction="" style="rpc" />
- <input name="processquery0Request">
<soap:body use="literal" namespace="OPSQueryWebService" />
</input>
- <output name="processquery0Response">
<soap:body use="literal" namespace="OPSQueryWebService" />
</output>
</operation>
</binding>
- <service name="OPSQueryWebService">
- <port name="OPSQueryWebServicePort"
binding="tns:OPSQueryWebServiceBinding">
<soap:address location="Edited for security purposes" />
</port>
</service>
</definitions>