summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/axis-jaxws-experiment/src/main/resources/AddServiceImplService.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/slaws/axis-jaxws-experiment/src/main/resources/AddServiceImplService.wsdl')
-rw-r--r--sandbox/slaws/axis-jaxws-experiment/src/main/resources/AddServiceImplService.wsdl39
1 files changed, 0 insertions, 39 deletions
diff --git a/sandbox/slaws/axis-jaxws-experiment/src/main/resources/AddServiceImplService.wsdl b/sandbox/slaws/axis-jaxws-experiment/src/main/resources/AddServiceImplService.wsdl
deleted file mode 100644
index b07f05ad66..0000000000
--- a/sandbox/slaws/axis-jaxws-experiment/src/main/resources/AddServiceImplService.wsdl
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.1 in JDK 6. -->
-<definitions targetNamespace="http://calculator/" name="AddServiceImplService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://calculator/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
- <types>
- <xsd:schema>
- <xsd:import namespace="http://calculator/" schemaLocation="AddServiceImplService_schema1.xsd"/>
- </xsd:schema>
- </types>
- <message name="add">
- <part name="parameters" element="tns:add"/>
- </message>
- <message name="addResponse">
- <part name="parameters" element="tns:addResponse"/>
- </message>
- <portType name="AddServiceImpl">
- <operation name="add">
- <input message="tns:add"/>
- <output message="tns:addResponse"/>
- </operation>
- </portType>
- <binding name="AddServiceImplPortBinding" type="tns:AddServiceImpl">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
- <operation name="add">
- <soap:operation soapAction=""/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <service name="AddServiceImplService">
- <port name="AddServiceImplPort" binding="tns:AddServiceImplPortBinding">
- <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
- </port>
- </service>
-</definitions>
-