|
Axis 2 example source code file (RPCLitSWA.wsdl)
The Axis 2 RPCLitSWA.wsdl source code
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://org/apache/axis2/jaxws/proxy/rpclitswa"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://org/apache/axis2/jaxws/proxy/rpclitswa"
xmlns:intf="http://org/apache/axis2/jaxws/proxy/rpclitswa"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:message name="echoRequest">
<wsdl:part name="request" type="xsd:string"/>
<wsdl:part name="dummyAttachmentIN" type="xsd:string" />
<wsdl:part name="dummyAttachmentINOUT" type="xsd:base64Binary" />
</wsdl:message>
<wsdl:message name="echoResponse">
<wsdl:part name="response" type="xsd:string"/>
<wsdl:part name="dummyAttachmentINOUT" type="xsd:base64Binary" />
<wsdl:part name="dummyAttachmentOUT" type="xsd:string"/>
</wsdl:message>
<wsdl:portType name="RPCLitSWA">
<wsdl:operation name="echo">
<wsdl:input message="impl:echoRequest" name="echoRequest"/>
<wsdl:output message="impl:echoResponse" name="echoResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RPCLitSWASoapBinding" type="impl:RPCLitSWA">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="echo">
<wsdlsoap:operation/>
<wsdl:input>
<mime:multipartRelated>
<mime:part>
<wsdlsoap:body parts="request" use="literal" namespace="http://org/apache/axis2/jaxws/proxy/rpclitswa"/>
</mime:part>
<mime:part>
<mime:content part="dummyAttachmentIN" type="text/plain"/>
</mime:part>
<mime:part>
<mime:content part="dummyAttachmentINOUT" type="image/jpeg"/>
</mime:part>
</mime:multipartRelated>
</wsdl:input>
<wsdl:output>
<mime:multipartRelated>
<mime:part>
<wsdlsoap:body parts="response" use="literal" namespace="http://org/apache/axis2/jaxws/proxy/rpclitswa" />
</mime:part>
<mime:part>
<mime:content part="dummyAttachmentINOUT" type="image/jpeg"/>
</mime:part>
<mime:part>
<mime:content part="dummyAttachmentOUT" type="text/plain"/>
</mime:part>
</mime:multipartRelated>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="RPCLitSWAService">
<wsdl:port binding="impl:RPCLitSWASoapBinding" name="RPCLitSWA">
<wsdlsoap:address location="http://localhost:9080/axis2/services/RPCLitSWAService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Other Axis 2 examples (source code examples)Here is a short list of links related to this Axis 2 RPCLitSWA.wsdl source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.