a2171e643d
- FTP - Gomba - Icoel - MultiCcn - OSAI - SqlDB
75 lines
3.3 KiB
XML
75 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<definitions xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://servicesImpl.webServices.gomba.com/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="lwpService" targetNamespace="http://servicesImpl.webServices.gomba.com/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema>
|
|
<xsd:import schemaLocation="https://308gomba:8000/ws?xsd=1" namespace="http://servicesImpl.webServices.gomba.com/" />
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="memWeight">
|
|
<part name="parameters" element="tns:memWeight" />
|
|
</message>
|
|
<message name="memWeightResponse">
|
|
<part name="parameters" element="tns:memWeightResponse" />
|
|
</message>
|
|
<message name="reqWeightList">
|
|
<part name="parameters" element="tns:reqWeightList" />
|
|
</message>
|
|
<message name="reqWeightListResponse">
|
|
<part name="parameters" element="tns:reqWeightListResponse" />
|
|
</message>
|
|
<message name="reqWeight">
|
|
<part name="parameters" element="tns:reqWeight" />
|
|
</message>
|
|
<message name="reqWeightResponse">
|
|
<part name="parameters" element="tns:reqWeightResponse" />
|
|
</message>
|
|
<portType name="lwpService">
|
|
<operation name="memWeight">
|
|
<input wsam:Action="http://servicesImpl.webServices.gomba.com/lwpService/memWeightRequest" message="tns:memWeight" />
|
|
<output wsam:Action="http://servicesImpl.webServices.gomba.com/lwpService/memWeightResponse" message="tns:memWeightResponse" />
|
|
</operation>
|
|
<operation name="reqWeightList">
|
|
<input wsam:Action="http://servicesImpl.webServices.gomba.com/lwpService/reqWeightListRequest" message="tns:reqWeightList" />
|
|
<output wsam:Action="http://servicesImpl.webServices.gomba.com/lwpService/reqWeightListResponse" message="tns:reqWeightListResponse" />
|
|
</operation>
|
|
<operation name="reqWeight">
|
|
<input wsam:Action="http://servicesImpl.webServices.gomba.com/lwpService/reqWeightRequest" message="tns:reqWeight" />
|
|
<output wsam:Action="http://servicesImpl.webServices.gomba.com/lwpService/reqWeightResponse" message="tns:reqWeightResponse" />
|
|
</operation>
|
|
</portType>
|
|
<binding name="lwpServicePortBinding" type="tns:lwpService">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<operation name="memWeight">
|
|
<soap:operation soapAction="" />
|
|
<input>
|
|
<soap:body use="literal" />
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal" />
|
|
</output>
|
|
</operation>
|
|
<operation name="reqWeightList">
|
|
<soap:operation soapAction="" />
|
|
<input>
|
|
<soap:body use="literal" />
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal" />
|
|
</output>
|
|
</operation>
|
|
<operation name="reqWeight">
|
|
<soap:operation soapAction="" />
|
|
<input>
|
|
<soap:body use="literal" />
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal" />
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="lwpService">
|
|
<port name="lwpServicePort" binding="tns:lwpServicePortBinding">
|
|
<soap:address location="https://308gomba:8000/ws" />
|
|
</port>
|
|
</service>
|
|
</definitions> |