0902-修改材料管理接口
This commit is contained in:
@@ -2,6 +2,35 @@
|
||||
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
||||
<s:element name="getLabPoDetails">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="projectID" type="s:long" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getLabPoDetailsResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="getLabPoDetailsResult" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="writeLabIssueDetails">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="JsonVoiceArray" type="s:string" />
|
||||
<s:element minOccurs="1" maxOccurs="1" name="ProjectID" type="s:long" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="writeLabIssueDetailsResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="writeLabIssueDetailsResult" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getVendorUserNameAndPwd">
|
||||
<s:complexType />
|
||||
</s:element>
|
||||
@@ -12,6 +41,49 @@
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPipeMaterilalByType">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="projectID" type="s:long" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPipeMaterilalByTypeResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="getPipeMaterilalByTypeResult" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPipeMaterilalByAera">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="projectID" type="s:long" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPipeMaterilalByAeraResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="getPipeMaterilalByAeraResult" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPojectReport">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="projectId" type="s:long" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPojectReportResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="getPojectReportResult" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPojectInfo">
|
||||
<s:complexType />
|
||||
</s:element>
|
||||
@@ -36,6 +108,21 @@
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPoDetailsByPoNo">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="1" maxOccurs="1" name="projectID" type="s:long" />
|
||||
<s:element minOccurs="0" maxOccurs="1" name="poNo" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="getPoDetailsByPoNoResponse">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
<s:element minOccurs="0" maxOccurs="1" name="getPoDetailsByPoNoResult" type="s:string" />
|
||||
</s:sequence>
|
||||
</s:complexType>
|
||||
</s:element>
|
||||
<s:element name="writeShelvesNo">
|
||||
<s:complexType>
|
||||
<s:sequence>
|
||||
@@ -224,12 +311,42 @@
|
||||
<s:element name="string" nillable="true" type="s:string" />
|
||||
</s:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="getLabPoDetailsSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:getLabPoDetails" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getLabPoDetailsSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getLabPoDetailsResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeLabIssueDetailsSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:writeLabIssueDetails" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeLabIssueDetailsSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:writeLabIssueDetailsResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getVendorUserNameAndPwdSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:getVendorUserNameAndPwd" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getVendorUserNameAndPwdSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getVendorUserNameAndPwdResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByTypeSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:getPipeMaterilalByType" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByTypeSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getPipeMaterilalByTypeResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByAeraSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:getPipeMaterilalByAera" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByAeraSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getPipeMaterilalByAeraResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectReportSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:getPojectReport" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectReportSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getPojectReportResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectInfoSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:getPojectInfo" />
|
||||
</wsdl:message>
|
||||
@@ -242,6 +359,12 @@
|
||||
<wsdl:message name="getPoDetailsSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getPoDetailsResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPoDetailsByPoNoSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:getPoDetailsByPoNo" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPoDetailsByPoNoSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getPoDetailsByPoNoResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeShelvesNoSoapIn">
|
||||
<wsdl:part name="parameters" element="tns:writeShelvesNo" />
|
||||
</wsdl:message>
|
||||
@@ -320,10 +443,42 @@
|
||||
<wsdl:message name="getReqDetailsSoapOut">
|
||||
<wsdl:part name="parameters" element="tns:getReqDetailsResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getLabPoDetailsHttpGetIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getLabPoDetailsHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeLabIssueDetailsHttpGetIn">
|
||||
<wsdl:part name="JsonVoiceArray" type="s:string" />
|
||||
<wsdl:part name="ProjectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeLabIssueDetailsHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getVendorUserNameAndPwdHttpGetIn" />
|
||||
<wsdl:message name="getVendorUserNameAndPwdHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByTypeHttpGetIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByTypeHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByAeraHttpGetIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByAeraHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectReportHttpGetIn">
|
||||
<wsdl:part name="projectId" type="s:string" />
|
||||
<wsdl:part name="name" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectReportHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectInfoHttpGetIn" />
|
||||
<wsdl:message name="getPojectInfoHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
@@ -334,6 +489,13 @@
|
||||
<wsdl:message name="getPoDetailsHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPoDetailsByPoNoHttpGetIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
<wsdl:part name="poNo" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPoDetailsByPoNoHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeShelvesNoHttpGetIn">
|
||||
<wsdl:part name="JsonVoiceArray" type="s:string" />
|
||||
<wsdl:part name="ProjectID" type="s:string" />
|
||||
@@ -417,10 +579,42 @@
|
||||
<wsdl:message name="getReqDetailsHttpGetOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getLabPoDetailsHttpPostIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getLabPoDetailsHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeLabIssueDetailsHttpPostIn">
|
||||
<wsdl:part name="JsonVoiceArray" type="s:string" />
|
||||
<wsdl:part name="ProjectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeLabIssueDetailsHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getVendorUserNameAndPwdHttpPostIn" />
|
||||
<wsdl:message name="getVendorUserNameAndPwdHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByTypeHttpPostIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByTypeHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByAeraHttpPostIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPipeMaterilalByAeraHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectReportHttpPostIn">
|
||||
<wsdl:part name="projectId" type="s:string" />
|
||||
<wsdl:part name="name" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectReportHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPojectInfoHttpPostIn" />
|
||||
<wsdl:message name="getPojectInfoHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
@@ -431,6 +625,13 @@
|
||||
<wsdl:message name="getPoDetailsHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPoDetailsByPoNoHttpPostIn">
|
||||
<wsdl:part name="projectID" type="s:string" />
|
||||
<wsdl:part name="poNo" type="s:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPoDetailsByPoNoHttpPostOut">
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="writeShelvesNoHttpPostIn">
|
||||
<wsdl:part name="JsonVoiceArray" type="s:string" />
|
||||
<wsdl:part name="ProjectID" type="s:string" />
|
||||
@@ -515,10 +716,30 @@
|
||||
<wsdl:part name="Body" element="tns:string" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="WebService1Soap">
|
||||
<wsdl:operation name="getLabPoDetails">
|
||||
<wsdl:input message="tns:getLabPoDetailsSoapIn" />
|
||||
<wsdl:output message="tns:getLabPoDetailsSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeLabIssueDetails">
|
||||
<wsdl:input message="tns:writeLabIssueDetailsSoapIn" />
|
||||
<wsdl:output message="tns:writeLabIssueDetailsSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getVendorUserNameAndPwd">
|
||||
<wsdl:input message="tns:getVendorUserNameAndPwdSoapIn" />
|
||||
<wsdl:output message="tns:getVendorUserNameAndPwdSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByType">
|
||||
<wsdl:input message="tns:getPipeMaterilalByTypeSoapIn" />
|
||||
<wsdl:output message="tns:getPipeMaterilalByTypeSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByAera">
|
||||
<wsdl:input message="tns:getPipeMaterilalByAeraSoapIn" />
|
||||
<wsdl:output message="tns:getPipeMaterilalByAeraSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectReport">
|
||||
<wsdl:input message="tns:getPojectReportSoapIn" />
|
||||
<wsdl:output message="tns:getPojectReportSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectInfo">
|
||||
<wsdl:input message="tns:getPojectInfoSoapIn" />
|
||||
<wsdl:output message="tns:getPojectInfoSoapOut" />
|
||||
@@ -527,6 +748,10 @@
|
||||
<wsdl:input message="tns:getPoDetailsSoapIn" />
|
||||
<wsdl:output message="tns:getPoDetailsSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPoDetailsByPoNo">
|
||||
<wsdl:input message="tns:getPoDetailsByPoNoSoapIn" />
|
||||
<wsdl:output message="tns:getPoDetailsByPoNoSoapOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeShelvesNo">
|
||||
<wsdl:input message="tns:writeShelvesNoSoapIn" />
|
||||
<wsdl:output message="tns:writeShelvesNoSoapOut" />
|
||||
@@ -581,10 +806,30 @@
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:portType name="WebService1HttpGet">
|
||||
<wsdl:operation name="getLabPoDetails">
|
||||
<wsdl:input message="tns:getLabPoDetailsHttpGetIn" />
|
||||
<wsdl:output message="tns:getLabPoDetailsHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeLabIssueDetails">
|
||||
<wsdl:input message="tns:writeLabIssueDetailsHttpGetIn" />
|
||||
<wsdl:output message="tns:writeLabIssueDetailsHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getVendorUserNameAndPwd">
|
||||
<wsdl:input message="tns:getVendorUserNameAndPwdHttpGetIn" />
|
||||
<wsdl:output message="tns:getVendorUserNameAndPwdHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByType">
|
||||
<wsdl:input message="tns:getPipeMaterilalByTypeHttpGetIn" />
|
||||
<wsdl:output message="tns:getPipeMaterilalByTypeHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByAera">
|
||||
<wsdl:input message="tns:getPipeMaterilalByAeraHttpGetIn" />
|
||||
<wsdl:output message="tns:getPipeMaterilalByAeraHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectReport">
|
||||
<wsdl:input message="tns:getPojectReportHttpGetIn" />
|
||||
<wsdl:output message="tns:getPojectReportHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectInfo">
|
||||
<wsdl:input message="tns:getPojectInfoHttpGetIn" />
|
||||
<wsdl:output message="tns:getPojectInfoHttpGetOut" />
|
||||
@@ -593,6 +838,10 @@
|
||||
<wsdl:input message="tns:getPoDetailsHttpGetIn" />
|
||||
<wsdl:output message="tns:getPoDetailsHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPoDetailsByPoNo">
|
||||
<wsdl:input message="tns:getPoDetailsByPoNoHttpGetIn" />
|
||||
<wsdl:output message="tns:getPoDetailsByPoNoHttpGetOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeShelvesNo">
|
||||
<wsdl:input message="tns:writeShelvesNoHttpGetIn" />
|
||||
<wsdl:output message="tns:writeShelvesNoHttpGetOut" />
|
||||
@@ -647,10 +896,30 @@
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:portType name="WebService1HttpPost">
|
||||
<wsdl:operation name="getLabPoDetails">
|
||||
<wsdl:input message="tns:getLabPoDetailsHttpPostIn" />
|
||||
<wsdl:output message="tns:getLabPoDetailsHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeLabIssueDetails">
|
||||
<wsdl:input message="tns:writeLabIssueDetailsHttpPostIn" />
|
||||
<wsdl:output message="tns:writeLabIssueDetailsHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getVendorUserNameAndPwd">
|
||||
<wsdl:input message="tns:getVendorUserNameAndPwdHttpPostIn" />
|
||||
<wsdl:output message="tns:getVendorUserNameAndPwdHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByType">
|
||||
<wsdl:input message="tns:getPipeMaterilalByTypeHttpPostIn" />
|
||||
<wsdl:output message="tns:getPipeMaterilalByTypeHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByAera">
|
||||
<wsdl:input message="tns:getPipeMaterilalByAeraHttpPostIn" />
|
||||
<wsdl:output message="tns:getPipeMaterilalByAeraHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectReport">
|
||||
<wsdl:input message="tns:getPojectReportHttpPostIn" />
|
||||
<wsdl:output message="tns:getPojectReportHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectInfo">
|
||||
<wsdl:input message="tns:getPojectInfoHttpPostIn" />
|
||||
<wsdl:output message="tns:getPojectInfoHttpPostOut" />
|
||||
@@ -659,6 +928,10 @@
|
||||
<wsdl:input message="tns:getPoDetailsHttpPostIn" />
|
||||
<wsdl:output message="tns:getPoDetailsHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPoDetailsByPoNo">
|
||||
<wsdl:input message="tns:getPoDetailsByPoNoHttpPostIn" />
|
||||
<wsdl:output message="tns:getPoDetailsByPoNoHttpPostOut" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeShelvesNo">
|
||||
<wsdl:input message="tns:writeShelvesNoHttpPostIn" />
|
||||
<wsdl:output message="tns:writeShelvesNoHttpPostOut" />
|
||||
@@ -714,6 +987,24 @@
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="WebService1Soap" type="tns:WebService1Soap">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="getLabPoDetails">
|
||||
<soap:operation soapAction="http://tempuri.org/getLabPoDetails" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeLabIssueDetails">
|
||||
<soap:operation soapAction="http://tempuri.org/writeLabIssueDetails" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getVendorUserNameAndPwd">
|
||||
<soap:operation soapAction="http://tempuri.org/getVendorUserNameAndPwd" style="document" />
|
||||
<wsdl:input>
|
||||
@@ -723,6 +1014,33 @@
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByType">
|
||||
<soap:operation soapAction="http://tempuri.org/getPipeMaterilalByType" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByAera">
|
||||
<soap:operation soapAction="http://tempuri.org/getPipeMaterilalByAera" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectReport">
|
||||
<soap:operation soapAction="http://tempuri.org/getPojectReport" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectInfo">
|
||||
<soap:operation soapAction="http://tempuri.org/getPojectInfo" style="document" />
|
||||
<wsdl:input>
|
||||
@@ -741,6 +1059,15 @@
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPoDetailsByPoNo">
|
||||
<soap:operation soapAction="http://tempuri.org/getPoDetailsByPoNo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeShelvesNo">
|
||||
<soap:operation soapAction="http://tempuri.org/writeShelvesNo" style="document" />
|
||||
<wsdl:input>
|
||||
@@ -861,6 +1188,24 @@
|
||||
</wsdl:binding>
|
||||
<wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap">
|
||||
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="getLabPoDetails">
|
||||
<soap12:operation soapAction="http://tempuri.org/getLabPoDetails" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeLabIssueDetails">
|
||||
<soap12:operation soapAction="http://tempuri.org/writeLabIssueDetails" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getVendorUserNameAndPwd">
|
||||
<soap12:operation soapAction="http://tempuri.org/getVendorUserNameAndPwd" style="document" />
|
||||
<wsdl:input>
|
||||
@@ -870,6 +1215,33 @@
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByType">
|
||||
<soap12:operation soapAction="http://tempuri.org/getPipeMaterilalByType" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByAera">
|
||||
<soap12:operation soapAction="http://tempuri.org/getPipeMaterilalByAera" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectReport">
|
||||
<soap12:operation soapAction="http://tempuri.org/getPojectReport" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectInfo">
|
||||
<soap12:operation soapAction="http://tempuri.org/getPojectInfo" style="document" />
|
||||
<wsdl:input>
|
||||
@@ -888,6 +1260,15 @@
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPoDetailsByPoNo">
|
||||
<soap12:operation soapAction="http://tempuri.org/getPoDetailsByPoNo" style="document" />
|
||||
<wsdl:input>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap12:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeShelvesNo">
|
||||
<soap12:operation soapAction="http://tempuri.org/writeShelvesNo" style="document" />
|
||||
<wsdl:input>
|
||||
@@ -1008,6 +1389,24 @@
|
||||
</wsdl:binding>
|
||||
<wsdl:binding name="WebService1HttpGet" type="tns:WebService1HttpGet">
|
||||
<http:binding verb="GET" />
|
||||
<wsdl:operation name="getLabPoDetails">
|
||||
<http:operation location="/getLabPoDetails" />
|
||||
<wsdl:input>
|
||||
<http:urlEncoded />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeLabIssueDetails">
|
||||
<http:operation location="/writeLabIssueDetails" />
|
||||
<wsdl:input>
|
||||
<http:urlEncoded />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getVendorUserNameAndPwd">
|
||||
<http:operation location="/getVendorUserNameAndPwd" />
|
||||
<wsdl:input>
|
||||
@@ -1017,6 +1416,33 @@
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByType">
|
||||
<http:operation location="/getPipeMaterilalByType" />
|
||||
<wsdl:input>
|
||||
<http:urlEncoded />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByAera">
|
||||
<http:operation location="/getPipeMaterilalByAera" />
|
||||
<wsdl:input>
|
||||
<http:urlEncoded />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectReport">
|
||||
<http:operation location="/getPojectReport" />
|
||||
<wsdl:input>
|
||||
<http:urlEncoded />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectInfo">
|
||||
<http:operation location="/getPojectInfo" />
|
||||
<wsdl:input>
|
||||
@@ -1035,6 +1461,15 @@
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPoDetailsByPoNo">
|
||||
<http:operation location="/getPoDetailsByPoNo" />
|
||||
<wsdl:input>
|
||||
<http:urlEncoded />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeShelvesNo">
|
||||
<http:operation location="/writeShelvesNo" />
|
||||
<wsdl:input>
|
||||
@@ -1155,6 +1590,24 @@
|
||||
</wsdl:binding>
|
||||
<wsdl:binding name="WebService1HttpPost" type="tns:WebService1HttpPost">
|
||||
<http:binding verb="POST" />
|
||||
<wsdl:operation name="getLabPoDetails">
|
||||
<http:operation location="/getLabPoDetails" />
|
||||
<wsdl:input>
|
||||
<mime:content type="application/x-www-form-urlencoded" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeLabIssueDetails">
|
||||
<http:operation location="/writeLabIssueDetails" />
|
||||
<wsdl:input>
|
||||
<mime:content type="application/x-www-form-urlencoded" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getVendorUserNameAndPwd">
|
||||
<http:operation location="/getVendorUserNameAndPwd" />
|
||||
<wsdl:input>
|
||||
@@ -1164,6 +1617,33 @@
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByType">
|
||||
<http:operation location="/getPipeMaterilalByType" />
|
||||
<wsdl:input>
|
||||
<mime:content type="application/x-www-form-urlencoded" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPipeMaterilalByAera">
|
||||
<http:operation location="/getPipeMaterilalByAera" />
|
||||
<wsdl:input>
|
||||
<mime:content type="application/x-www-form-urlencoded" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectReport">
|
||||
<http:operation location="/getPojectReport" />
|
||||
<wsdl:input>
|
||||
<mime:content type="application/x-www-form-urlencoded" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPojectInfo">
|
||||
<http:operation location="/getPojectInfo" />
|
||||
<wsdl:input>
|
||||
@@ -1182,6 +1662,15 @@
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPoDetailsByPoNo">
|
||||
<http:operation location="/getPoDetailsByPoNo" />
|
||||
<wsdl:input>
|
||||
<mime:content type="application/x-www-form-urlencoded" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<mime:mimeXml part="Body" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="writeShelvesNo">
|
||||
<http:operation location="/writeShelvesNo" />
|
||||
<wsdl:input>
|
||||
@@ -1302,16 +1791,16 @@
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="WebService1">
|
||||
<wsdl:port name="WebService1Soap" binding="tns:WebService1Soap">
|
||||
<soap:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
<soap:address location="https://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
</wsdl:port>
|
||||
<wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12">
|
||||
<soap12:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
<soap12:address location="https://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
</wsdl:port>
|
||||
<wsdl:port name="WebService1HttpGet" binding="tns:WebService1HttpGet">
|
||||
<http:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
<http:address location="https://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
</wsdl:port>
|
||||
<wsdl:port name="WebService1HttpPost" binding="tns:WebService1HttpPost">
|
||||
<http:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
<http:address location="https://mat.cwcec.com/LocWebServices/WebService1.asmx" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
Reference in New Issue
Block a user