From: Georgios Petasis on
στις 10/2/2010 16:52, O/H Uwe Klein έγραψε:
> drscrypt(a)gmail.com wrote:
>> yahalom wrote:
>>
>>>
>>> In the first post you can see the parsed wsdl. it was parsed fine and
>>> this is why I use "::WS::Client::LoadParsedWsdl"
>>> also the error is shown there.
>>
>>
>>
>> Well, not everyone has full access to thread history from a few months
>> ago. If you can't provide that info, it is hard for others to help.
>>
>>
>> DrS
> http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/e8524fd631f3f52f
>
>
> uwe

The WSDL is not available? Only its parsed form?

George
From: yahalom on
On Feb 10, 5:48 pm, Georgios Petasis <peta...(a)iit.demokritos.gr>
wrote:
> στις 10/2/2010 16:52, O/H Uwe Klein έγραψε:
>
>
>
> > drscr...(a)gmail.com wrote:
> >> yahalom wrote:
>
> >>> In the first post you can see the parsed wsdl. it was parsed fine and
> >>> this is why I use "::WS::Client::LoadParsedWsdl"
> >>> also the error is shown there.
>
> >> Well, not everyone has full access to thread history from a few months
> >> ago. If you can't provide that info, it is hard for others to help.
>
> >> DrS
> >http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/e85...
>
> > uwe
>
> The WSDL is not available? Only its parsed form?
>
> George

the wsdl is a bit long but here it is:

<?xml version="1.0" encoding="UTF-8" ?>
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://
schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/
XMLSchema">
<wsdl:types>
<schema elementFormDefault="qualified" xmlns="http://www.w3.org/2001/
XMLSchema">
<element name="connectorAction">
<complexType>
<sequence>
<element name="transportContainer" type="tns1:TransportContainer" /
>
</sequence>
</complexType>
</element>
<complexType name="ArrayOf_tns1_Property">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item"
type="tns1:Property" />
</sequence>
</complexType>
<complexType name="ArrayOf_tns1_RoutingNode">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item"
type="tns1:RoutingNode" />
</sequence>
</complexType>
<element name="connectorActionResponse">
<complexType>
<sequence>
<element name="connectorActionReturn"
type="tns1:TransportContainer" />
</sequence>
</complexType>
</element>
<element name="connectorActionAsync">
<complexType>
<sequence>
<element name="transportContainer" type="tns1:TransportContainer" /
>
</sequence>
</complexType>
</element>
<element name="connectorActionAsyncResponse">
<complexType />
</element>
</schema>
<schema elementFormDefault="qualified" xmlns="http://www.w3.org/2001/
XMLSchema">
<complexType name="Property">
<sequence>
<element name="name" nillable="true" type="xsd:string" />
<element name="value" nillable="true" type="xsd:string" />
</sequence>
</complexType>
<complexType name="RoutingNode">
<sequence>
<element name="actionHandlerName" nillable="true" type="xsd:string" /
>
<element name="asyncRequest" type="xsd:boolean" />
<element name="auditRequired" type="xsd:boolean" />
<element name="description" nillable="true" type="xsd:string" />
<element name="endPointUrl" nillable="true" type="xsd:string" />
<element name="exceptionMessage" nillable="true" type="xsd:string" /
>
<element name="onFailureAction" nillable="true" type="xsd:string" /
>
<element name="responseXML" nillable="true" type="xsd:string" />
<element name="returnControl" type="xsd:boolean" />
<element name="status" nillable="true" type="xsd:string" />
<element name="teamNodeName" nillable="true" type="xsd:string" />
<element name="timeout" type="xsd:int" />
<element name="xmlTransit" type="xsd:boolean" />
</sequence>
</complexType>
<complexType name="TransportContainer">
<sequence>
<element name="actionName" nillable="true" type="xsd:string" />
<element name="errorCode" nillable="true" type="xsd:string" />
<element name="errorDescription" nillable="true" type="xsd:string" /
>
<element name="guid" nillable="true" type="xsd:string" />
<element name="packetType" nillable="true" type="xsd:string" />
<element name="positionIndex" type="xsd:int" />
<element name="properties" nillable="true"
type="impl:ArrayOf_tns1_Property" />
<element name="requestXML" nillable="true" type="xsd:string" />
<element name="routing" nillable="true"
type="impl:ArrayOf_tns1_RoutingNode" />
<element maxOccurs="unbounded" name="routingNodeByIndex"
nillable="true" type="tns1:RoutingNode" />
<element name="subActionName" nillable="true" type="xsd:string" />
</sequence>
</complexType>
</schema>
</wsdl:types>
<wsdl:message name="connectorActionAsyncResponse">
<wsdl:part element="impl:connectorActionAsyncResponse"
name="parameters" />
</wsdl:message>
<wsdl:message name="connectorActionResponse">
<wsdl:part element="impl:connectorActionResponse" name="parameters" /
>
</wsdl:message>
<wsdl:message name="connectorActionRequest">
<wsdl:part element="impl:connectorAction" name="parameters" />
</wsdl:message>
<wsdl:message name="connectorActionAsyncRequest">
<wsdl:part element="impl:connectorActionAsync" name="parameters" />
</wsdl:message>
<wsdl:portType name="TeamConnectorService">
<wsdl:operation name="connectorAction">
<wsdl:input message="impl:connectorActionRequest"
name="connectorActionRequest" />
<wsdl:output message="impl:connectorActionResponse"
name="connectorActionResponse" />
</wsdl:operation>
<wsdl:operation name="connectorActionAsync">
<wsdl:input message="impl:connectorActionAsyncRequest"
name="connectorActionAsyncRequest" />
<wsdl:output message="impl:connectorActionAsyncResponse"
name="connectorActionAsyncResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="TeamConnectorServiceSoapBinding"
type="impl:TeamConnectorService">
<wsdlsoap:binding style="document" transport="http://
schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="connectorAction">
<wsdlsoap:operation soapAction="" />
<wsdl:input name="connectorActionRequest">
<wsdlsoap:body use="literal" />
</wsdl:input>
<wsdl:output name="connectorActionResponse">
<wsdlsoap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="connectorActionAsync">
<wsdlsoap:operation soapAction="" />
<wsdl:input name="connectorActionAsyncRequest">
<wsdlsoap:body use="literal" />
</wsdl:input>
<wsdl:output name="connectorActionAsyncResponse">
<wsdlsoap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="TeamConnectorServiceService">
<wsdl:port binding="impl:TeamConnectorServiceSoapBinding"
name="TeamConnectorService">
<wsdlsoap:address location="http://test/Proxy/services/
TeamConnectorService" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>