|
In a message dated 6/25/2004 11:18:48 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:
send me your complete wsdl. Here is the Complete WSDL, I have placed it into one file for now. I will
split it into four files when I get it working:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl" xmlns:impl="http://localhost:8080/axis/services/clientHandlerServicePort" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:data=""http://localhost:8080/axis/services/clientHandlerServicePort">http://localhost:8080/axis/services/clientHandlerServicePort" targetNamespace="http://localhost:8080/axis/services/clientHandlerServicePort" name="clientDirect"> <wsdl:types> <xs:schema> <xs:element name = "accountName" type =
"xs:string"/>
<xs:element name = "password" type = "xs:string"/> <xs:element name = "reportTitle" type = "xs:string"/> <xs:element name = "conditions" type = "xs:string"/> <xs:element name = "queryAttr" type = "xs:string"/> <xs:element name = "errorCode" type = "xs:string"/> <xs:element name = "errorString" type = "xs:string"/> <xs:element name = "success" type =
"xs:boolean"/>
<xs:element name = "queryList"> <xs:complexType> <xs:element ref = "data:queryAttr" minOccurs = "0" maxOccurs = "unbounded" type = "xs:string"/> </xs:complexType> </xs:element> </xs:schema> </wsdl:types> <wsdl:message name = "getRequest">
<wsdl:part name = "accountName" element = "data:accountName"/> <wsdl:part name = "password" element = "data:password"/> <wsdl:part name = "reportTitle" element = "data:reportTitle"/> </wsdl:message> <wsdl:message name = "getResponse">
<wsdl:part name = "reportTitle" element = "data:reportTitle"/> <wsdl:part name = "success" element = "data:success"/> <wsdl:part name = "errorCode" element = "data:errorCode"/> <wsdl:part name = "errorString" element = "data:errorString"/> </wsdl:message> <wsdl:message name = "queryRequest"> <wsdl:part name = "accountName" element = "data:accountName"/> <wsdl:part name = "password" element = "data:password"/> <wsdl:part name = "condition" element = "data:condition"/> </wsdl:message> <wsdl:message name = "queryResponse">
<wsdl:part name = "queryList" element = "data:queryList"/> <wsdl:part name = "success" element = "data:success"/> <wsdl:part name = "errorCode" element = "data:errorCode"/> <wsdl:part name = "errorString" element = "data:errorString"/> </wsdl:message> <wsdl:message name = "getQueryRequest"> <wsdl:part name = "accountName" element = "data:accountName"/> <wsdl:part name = "password" element = "data:password"/> <wsdl:part name = "queryList" element = "data:queryList"/> </wsdl:message> <wsdl:message name = "getQueryResponse">
<wsdl:part name = "queryList" element = "data:queryList"/> <wsdl:part name = "success" element = "data:success"/> <wsdl:part name = "errorCode" element = "data:errorCode"/> <wsdl:part name = "errorString" element = "data:errorString"/> </wsdl:message> <wsdl:portType name = "clientHandler"> <wsdl:operation name = "getReport"> <wsdl:input name = "getRequest" message = "impl:getRequest"/> <wsdl:output name = "getResponse" message = "impl:getResponse"/> </wsdl:operation> <wsdl:operation name = "query">
<wsdl:input name = "query" message = "impl:queryRequest"/> <wsdl:output name = "query" message = "impl:queryResponse"/> </wsdl:operation> <wsdl:operation name = "getQuery">
<wsdl:input name = "getQueryRequest" message = "impl:getQueryRequest"/> <wsdl:output name = "getQueryResponse" message = "impl:getQueryResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name = "clientDirectBinding" type =
"impl:clientHandler">
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name = "getReport"> <soap:operation soapAction = "http://localhost:8080/axis/services/clientHandlerServicePort"/> <wsdl:input>
<soap:body use = "literal" namespace = "http://localhost:8080/axis/services/clientHandlerServicePort"/> </wsdl:input> <wsdl:output>
<soap:body use = "literal" namespace = "http://localhost:8080/axis/services/clientHandlerServicePort"/> </wsdl:output> </wsdl:operation>
<wsdl:operation name = "query"> <soap:operation soapAction = "http://localhost:8080/axis/services/clientHandlerServicePort"/> <wsdl:input>
<soap:body use = "literal" namespace = "http://localhost:8080/axis/services/clientHandlerServicePort"/> </wsdl:input> <wsdl:output>
<soap:body use = "literal" namespace = "http://localhost:8080/axis/services/clientHandlerServicePort"/> </wsdl:output> </wsdl:operation>
<wsdl:operation name = "queryList"> <soap:operation soapAction = "http://localhost:8080/axis/services/clientHandlerServicePort"/> <wsdl:input>
<soap:body use = "literal" namespace = "http://localhost:8080/axis/services/clientHandlerServicePort"/> </wsdl:input> <wsdl:output>
<soap:body use = "literal" namespace = "http://localhost:8080/axis/services/clientHandlerServicePort"/> </wsdl:output> </wsdl:operation>
</wsdl:binding>
<wsdl:service name = "clientHandlerService">
<wsdl:port name = "clientHandlerServicePort" binding = "impl:clientDirectBinding"> <soap:address location = "http://locations:8080/axis/services/clientHandlerServicePort"/> </wsdl:port> </wsdl:service> </wsdl:definitions>
|
- Re: Peculiar Error; Appreciate Some Help NYY96
- Re: Peculiar Error; Appreciate Some Help NYY96
- Re: Peculiar Error; Appreciate Some Help Davanum Srinivas
- Re: Peculiar Error; Appreciate Some Help NYY96
- Re: Peculiar Error; Appreciate Some Help Makesh Rao
- Re: Peculiar Error; Appreciate Some Help NYY96
- Re: Peculiar Error; Appreciate Some Help NYY96
- Re: Peculiar Error; Appreciate Some Help Davanum Srinivas
- Re: Peculiar Error; Appreciate Some Help NYY96
- Re: Peculiar Error; Appreciate Some Help NYY96
- Re: Peculiar Error; Appreciate Some Help Davanum Srinivas
- RE: Peculiar Error; Appreciate Some Help Anne Thomas Manes
- RE: Peculiar Error; Appreciate Some Help Anne Thomas Manes
