gaiapuffo
09-10-2014, 16:40
Ciao ho questo wsdl come posso contattare il web service
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://talend.org" xmlns:intf="http://talend.org" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://talend.org">
<!--
WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)
-->
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://talend.org">
<element name="args">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string"/>
</sequence>
</complexType>
</element>
<complexType name="ArrayOf_xsd_string">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string"/>
</sequence>
</complexType>
<element name="runJobReturn">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item" type="impl:ArrayOf_xsd_string"/>
</sequence>
</complexType>
</element>
</schema>
</wsdl:types>
<wsdl:message name="runJobResponse">
<wsdl:part element="impl:runJobReturn" name="runJobReturn"></wsdl:part>
</wsdl:message>
<wsdl:message name="runJobRequest">
<wsdl:part element="impl:args" name="args"></wsdl:part>
</wsdl:message>
<wsdl:portType name="prova">
<wsdl:operation name="runJob" parameterOrder="args">
<wsdl:input message="impl:runJobRequest" name="runJobRequest"></wsdl:input>
<wsdl:output message="impl:runJobResponse" name="runJobResponse"></wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="provaSoapBinding" type="impl:prova">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="runJob">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="runJobRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="runJobResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="provaService">
<wsdl:port binding="impl:provaSoapBinding" name="prova">
<wsdlsoap:address location="http://localhost:8081/ECOINCASA50/services/prova"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://talend.org" xmlns:intf="http://talend.org" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://talend.org">
<!--
WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)
-->
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://talend.org">
<element name="args">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string"/>
</sequence>
</complexType>
</element>
<complexType name="ArrayOf_xsd_string">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string"/>
</sequence>
</complexType>
<element name="runJobReturn">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="item" type="impl:ArrayOf_xsd_string"/>
</sequence>
</complexType>
</element>
</schema>
</wsdl:types>
<wsdl:message name="runJobResponse">
<wsdl:part element="impl:runJobReturn" name="runJobReturn"></wsdl:part>
</wsdl:message>
<wsdl:message name="runJobRequest">
<wsdl:part element="impl:args" name="args"></wsdl:part>
</wsdl:message>
<wsdl:portType name="prova">
<wsdl:operation name="runJob" parameterOrder="args">
<wsdl:input message="impl:runJobRequest" name="runJobRequest"></wsdl:input>
<wsdl:output message="impl:runJobResponse" name="runJobResponse"></wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="provaSoapBinding" type="impl:prova">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="runJob">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="runJobRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="runJobResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="provaService">
<wsdl:port binding="impl:provaSoapBinding" name="prova">
<wsdlsoap:address location="http://localhost:8081/ECOINCASA50/services/prova"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>