<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="webservice" targetNamespace="http://127.0.0.1/testSoap" xmlns:tns="http://127.0.0.1/testSoap" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://schemas.xmlsoap.org/soap/encoding/" xmlns:apachesoap="http://xml.apache.org/xml-soap"> <wsdl:message name="get_IN"> <wsdl:part name="id" type="xsd:int" /> </wsdl:message> <wsdl:message name="get_OUT"> <wsdl:part name="user" type="apachesoap:Map" /> </wsdl:message> <wsdl:portType name="webserviceInt"> <wsdl:operation name="get"> <wsdl:input message="tns:get_IN" /> <wsdl:output message="tns:get_OUT" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="webserviceBinding" type="tns:webserviceInt"> <soap:binding style = "rpc" transport="http://schemas.xml.soap.org/soap/http"/> <wsdl:operation name="get"> <soap:operation soapAction="http://127.0.0.1/testSoap" /> <wsdl:input> <soap:body use="encoded" namespace="http://127.0.0.1/testSoap" encodingstyle="http://schemas.xmlsoap.org/soap/encodin +g/" /> </wsdl:input> <wsdl:output> <soap:body use="encoded" namespace="http://127.0.0.1/testSoap" encodingstyle="http://schemas.xmlsoap.org/soap/encodin +g/" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="webserviceService"> <wsdl:port name="webservicePort" binding="tns:webserviceBinding"> <soap:address location="http://127.0.0.1/perl-bin/webservice.cgi" /> </wsdl:port> </wsdl:service> </wsdl:definitions>
In reply to Re^2: SOAP::Lite with client using service
by jammin
in thread SOAP::Lite with client using service
by jammin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |