| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| 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. |
| --> |
| <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://rpc.data.webservicestudio.inforsense.com/" xmlns:ns2="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DataTestService" targetNamespace="http://rpc.data.webservicestudio.inforsense.com/"> |
| <wsdl:types> |
| <xsd:schema xmlns="http://rpc.data.webservicestudio.inforsense.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://rpc.data.webservicestudio.inforsense.com/"> |
| <xsd:element name="UnsupportedEncodingException" type="UnsupportedEncodingException"/> |
| <xsd:complexType name="UnsupportedEncodingException"> |
| <xsd:sequence> |
| <xsd:element name="message" nillable="true" type="xsd:string"/> |
| </xsd:sequence> |
| </xsd:complexType> |
| </xsd:schema> |
| </wsdl:types> |
| <wsdl:message name="getStringResponse"> |
| <wsdl:part name="return" type="xsd:string"/> |
| </wsdl:message> |
| <wsdl:message name="getString"> |
| <wsdl:part name="arg0" type="xsd:base64Binary"/> |
| <wsdl:part name="arg1" type="xsd:string"/> |
| </wsdl:message> |
| <wsdl:message name="UnsupportedEncodingException"> |
| <wsdl:part element="ns1:UnsupportedEncodingException" name="fault"> |
| </wsdl:part> |
| </wsdl:message> |
| <wsdl:portType name="TestService"> |
| <wsdl:operation name="getString"> |
| <wsdl:input message="ns1:getString" name="getString"> |
| </wsdl:input> |
| <wsdl:output message="ns1:getStringResponse" name="getStringResponse"> |
| </wsdl:output> |
| <wsdl:fault message="ns1:UnsupportedEncodingException" name="UnsupportedEncodingException"> |
| </wsdl:fault> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="DataTestServiceSoapBinding" type="ns1:TestService"> |
| <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> |
| <wsdl:operation name="getString"> |
| <soap:operation soapAction="" style="rpc"/> |
| <wsdl:input name="getString"> |
| <soap:body namespace="http://rpc.data.webservicestudio.inforsense.com/" use="literal"/> |
| </wsdl:input> |
| <wsdl:output name="getStringResponse"> |
| <soap:body namespace="http://rpc.data.webservicestudio.inforsense.com/" use="literal"/> |
| </wsdl:output> |
| <wsdl:fault name="UnsupportedEncodingException"> |
| <soap:fault name="UnsupportedEncodingException" use="literal"/> |
| </wsdl:fault> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="DataTestService"> |
| <wsdl:port binding="ns1:DataTestServiceSoapBinding" name="TestServiceImplPort"> |
| <soap:address location="http://localhost:9004/data"/> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |