summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/axis-jaxws-experiment/src/wsgenout/AddServiceImplService.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/slaws/axis-jaxws-experiment/src/wsgenout/AddServiceImplService.wsdl')
-rw-r--r--sandbox/slaws/axis-jaxws-experiment/src/wsgenout/AddServiceImplService.wsdl20
1 files changed, 19 insertions, 1 deletions
diff --git a/sandbox/slaws/axis-jaxws-experiment/src/wsgenout/AddServiceImplService.wsdl b/sandbox/slaws/axis-jaxws-experiment/src/wsgenout/AddServiceImplService.wsdl
index b07f05ad66..1c870c0f76 100644
--- a/sandbox/slaws/axis-jaxws-experiment/src/wsgenout/AddServiceImplService.wsdl
+++ b/sandbox/slaws/axis-jaxws-experiment/src/wsgenout/AddServiceImplService.wsdl
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
<!-- 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>
@@ -32,7 +50,7 @@
</binding>
<service name="AddServiceImplService">
<port name="AddServiceImplPort" binding="tns:AddServiceImplPortBinding">
- <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
+ <soap:address location="http://localhost:8080/Test/Add"/>
</port>
</service>
</definitions>