20211202 代码整理 材料系统webserive重新引用

This commit is contained in:
2021-12-02 14:50:25 +08:00
parent ce8adb5c7b
commit 27591ca3e8
11 changed files with 2275 additions and 104 deletions
@@ -12,6 +12,16 @@
</s:sequence>
</s:complexType>
</s:element>
<s:element name="getPojectInfo">
<s:complexType />
</s:element>
<s:element name="getPojectInfoResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="getPojectInfoResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="getPoDetails">
<s:complexType>
<s:sequence>
@@ -41,21 +51,6 @@
</s:sequence>
</s:complexType>
</s:element>
<s:element name="overIssue">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="isguid" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="overIssueResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="overIssueResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="writeDeliveryDetails">
<s:complexType>
<s:sequence>
@@ -71,6 +66,21 @@
</s:sequence>
</s:complexType>
</s:element>
<s:element name="overIssue">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="isguid" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="overIssueResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="overIssueResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="getIssueDetails">
<s:complexType>
<s:sequence>
@@ -220,6 +230,12 @@
<wsdl:message name="getVendorUserNameAndPwdSoapOut">
<wsdl:part name="parameters" element="tns:getVendorUserNameAndPwdResponse" />
</wsdl:message>
<wsdl:message name="getPojectInfoSoapIn">
<wsdl:part name="parameters" element="tns:getPojectInfo" />
</wsdl:message>
<wsdl:message name="getPojectInfoSoapOut">
<wsdl:part name="parameters" element="tns:getPojectInfoResponse" />
</wsdl:message>
<wsdl:message name="getPoDetailsSoapIn">
<wsdl:part name="parameters" element="tns:getPoDetails" />
</wsdl:message>
@@ -232,18 +248,18 @@
<wsdl:message name="writeShelvesNoSoapOut">
<wsdl:part name="parameters" element="tns:writeShelvesNoResponse" />
</wsdl:message>
<wsdl:message name="overIssueSoapIn">
<wsdl:part name="parameters" element="tns:overIssue" />
</wsdl:message>
<wsdl:message name="overIssueSoapOut">
<wsdl:part name="parameters" element="tns:overIssueResponse" />
</wsdl:message>
<wsdl:message name="writeDeliveryDetailsSoapIn">
<wsdl:part name="parameters" element="tns:writeDeliveryDetails" />
</wsdl:message>
<wsdl:message name="writeDeliveryDetailsSoapOut">
<wsdl:part name="parameters" element="tns:writeDeliveryDetailsResponse" />
</wsdl:message>
<wsdl:message name="overIssueSoapIn">
<wsdl:part name="parameters" element="tns:overIssue" />
</wsdl:message>
<wsdl:message name="overIssueSoapOut">
<wsdl:part name="parameters" element="tns:overIssueResponse" />
</wsdl:message>
<wsdl:message name="getIssueDetailsSoapIn">
<wsdl:part name="parameters" element="tns:getIssueDetails" />
</wsdl:message>
@@ -308,6 +324,10 @@
<wsdl:message name="getVendorUserNameAndPwdHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="getPojectInfoHttpGetIn" />
<wsdl:message name="getPojectInfoHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="getPoDetailsHttpGetIn">
<wsdl:part name="projectID" type="s:string" />
</wsdl:message>
@@ -321,13 +341,6 @@
<wsdl:message name="writeShelvesNoHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpGetIn">
<wsdl:part name="isguid" type="s:string" />
<wsdl:part name="username" type="s:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="writeDeliveryDetailsHttpGetIn">
<wsdl:part name="JsonVoiceArray" type="s:string" />
<wsdl:part name="ProjectID" type="s:string" />
@@ -335,6 +348,13 @@
<wsdl:message name="writeDeliveryDetailsHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpGetIn">
<wsdl:part name="isguid" type="s:string" />
<wsdl:part name="username" type="s:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="getIssueDetailsHttpGetIn">
<wsdl:part name="projectID" type="s:string" />
</wsdl:message>
@@ -401,6 +421,10 @@
<wsdl:message name="getVendorUserNameAndPwdHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="getPojectInfoHttpPostIn" />
<wsdl:message name="getPojectInfoHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="getPoDetailsHttpPostIn">
<wsdl:part name="projectID" type="s:string" />
</wsdl:message>
@@ -414,13 +438,6 @@
<wsdl:message name="writeShelvesNoHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpPostIn">
<wsdl:part name="isguid" type="s:string" />
<wsdl:part name="username" type="s:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="writeDeliveryDetailsHttpPostIn">
<wsdl:part name="JsonVoiceArray" type="s:string" />
<wsdl:part name="ProjectID" type="s:string" />
@@ -428,6 +445,13 @@
<wsdl:message name="writeDeliveryDetailsHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpPostIn">
<wsdl:part name="isguid" type="s:string" />
<wsdl:part name="username" type="s:string" />
</wsdl:message>
<wsdl:message name="overIssueHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="getIssueDetailsHttpPostIn">
<wsdl:part name="projectID" type="s:string" />
</wsdl:message>
@@ -495,6 +519,10 @@
<wsdl:input message="tns:getVendorUserNameAndPwdSoapIn" />
<wsdl:output message="tns:getVendorUserNameAndPwdSoapOut" />
</wsdl:operation>
<wsdl:operation name="getPojectInfo">
<wsdl:input message="tns:getPojectInfoSoapIn" />
<wsdl:output message="tns:getPojectInfoSoapOut" />
</wsdl:operation>
<wsdl:operation name="getPoDetails">
<wsdl:input message="tns:getPoDetailsSoapIn" />
<wsdl:output message="tns:getPoDetailsSoapOut" />
@@ -503,14 +531,14 @@
<wsdl:input message="tns:writeShelvesNoSoapIn" />
<wsdl:output message="tns:writeShelvesNoSoapOut" />
</wsdl:operation>
<wsdl:operation name="overIssue">
<wsdl:input message="tns:overIssueSoapIn" />
<wsdl:output message="tns:overIssueSoapOut" />
</wsdl:operation>
<wsdl:operation name="writeDeliveryDetails">
<wsdl:input message="tns:writeDeliveryDetailsSoapIn" />
<wsdl:output message="tns:writeDeliveryDetailsSoapOut" />
</wsdl:operation>
<wsdl:operation name="overIssue">
<wsdl:input message="tns:overIssueSoapIn" />
<wsdl:output message="tns:overIssueSoapOut" />
</wsdl:operation>
<wsdl:operation name="getIssueDetails">
<wsdl:input message="tns:getIssueDetailsSoapIn" />
<wsdl:output message="tns:getIssueDetailsSoapOut" />
@@ -557,6 +585,10 @@
<wsdl:input message="tns:getVendorUserNameAndPwdHttpGetIn" />
<wsdl:output message="tns:getVendorUserNameAndPwdHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="getPojectInfo">
<wsdl:input message="tns:getPojectInfoHttpGetIn" />
<wsdl:output message="tns:getPojectInfoHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="getPoDetails">
<wsdl:input message="tns:getPoDetailsHttpGetIn" />
<wsdl:output message="tns:getPoDetailsHttpGetOut" />
@@ -565,14 +597,14 @@
<wsdl:input message="tns:writeShelvesNoHttpGetIn" />
<wsdl:output message="tns:writeShelvesNoHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="overIssue">
<wsdl:input message="tns:overIssueHttpGetIn" />
<wsdl:output message="tns:overIssueHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="writeDeliveryDetails">
<wsdl:input message="tns:writeDeliveryDetailsHttpGetIn" />
<wsdl:output message="tns:writeDeliveryDetailsHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="overIssue">
<wsdl:input message="tns:overIssueHttpGetIn" />
<wsdl:output message="tns:overIssueHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="getIssueDetails">
<wsdl:input message="tns:getIssueDetailsHttpGetIn" />
<wsdl:output message="tns:getIssueDetailsHttpGetOut" />
@@ -619,6 +651,10 @@
<wsdl:input message="tns:getVendorUserNameAndPwdHttpPostIn" />
<wsdl:output message="tns:getVendorUserNameAndPwdHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="getPojectInfo">
<wsdl:input message="tns:getPojectInfoHttpPostIn" />
<wsdl:output message="tns:getPojectInfoHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="getPoDetails">
<wsdl:input message="tns:getPoDetailsHttpPostIn" />
<wsdl:output message="tns:getPoDetailsHttpPostOut" />
@@ -627,14 +663,14 @@
<wsdl:input message="tns:writeShelvesNoHttpPostIn" />
<wsdl:output message="tns:writeShelvesNoHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="overIssue">
<wsdl:input message="tns:overIssueHttpPostIn" />
<wsdl:output message="tns:overIssueHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="writeDeliveryDetails">
<wsdl:input message="tns:writeDeliveryDetailsHttpPostIn" />
<wsdl:output message="tns:writeDeliveryDetailsHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="overIssue">
<wsdl:input message="tns:overIssueHttpPostIn" />
<wsdl:output message="tns:overIssueHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="getIssueDetails">
<wsdl:input message="tns:getIssueDetailsHttpPostIn" />
<wsdl:output message="tns:getIssueDetailsHttpPostOut" />
@@ -687,6 +723,15 @@
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPojectInfo">
<soap:operation soapAction="http://tempuri.org/getPojectInfo" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPoDetails">
<soap:operation soapAction="http://tempuri.org/getPoDetails" style="document" />
<wsdl:input>
@@ -705,8 +750,8 @@
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="overIssue">
<soap:operation soapAction="http://tempuri.org/overIssue" style="document" />
<wsdl:operation name="writeDeliveryDetails">
<soap:operation soapAction="http://tempuri.org/writeDeliveryDetails" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
@@ -714,8 +759,8 @@
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="writeDeliveryDetails">
<soap:operation soapAction="http://tempuri.org/writeDeliveryDetails" style="document" />
<wsdl:operation name="overIssue">
<soap:operation soapAction="http://tempuri.org/overIssue" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
@@ -825,6 +870,15 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPojectInfo">
<soap12:operation soapAction="http://tempuri.org/getPojectInfo" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPoDetails">
<soap12:operation soapAction="http://tempuri.org/getPoDetails" style="document" />
<wsdl:input>
@@ -843,8 +897,8 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="overIssue">
<soap12:operation soapAction="http://tempuri.org/overIssue" style="document" />
<wsdl:operation name="writeDeliveryDetails">
<soap12:operation soapAction="http://tempuri.org/writeDeliveryDetails" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
@@ -852,8 +906,8 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="writeDeliveryDetails">
<soap12:operation soapAction="http://tempuri.org/writeDeliveryDetails" style="document" />
<wsdl:operation name="overIssue">
<soap12:operation soapAction="http://tempuri.org/overIssue" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
@@ -963,6 +1017,15 @@
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPojectInfo">
<http:operation location="/getPojectInfo" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPoDetails">
<http:operation location="/getPoDetails" />
<wsdl:input>
@@ -981,8 +1044,8 @@
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="overIssue">
<http:operation location="/overIssue" />
<wsdl:operation name="writeDeliveryDetails">
<http:operation location="/writeDeliveryDetails" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
@@ -990,8 +1053,8 @@
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="writeDeliveryDetails">
<http:operation location="/writeDeliveryDetails" />
<wsdl:operation name="overIssue">
<http:operation location="/overIssue" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
@@ -1101,6 +1164,15 @@
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPojectInfo">
<http:operation location="/getPojectInfo" />
<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="getPoDetails">
<http:operation location="/getPoDetails" />
<wsdl:input>
@@ -1119,8 +1191,8 @@
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="overIssue">
<http:operation location="/overIssue" />
<wsdl:operation name="writeDeliveryDetails">
<http:operation location="/writeDeliveryDetails" />
<wsdl:input>
<mime:content type="application/x-www-form-urlencoded" />
</wsdl:input>
@@ -1128,8 +1200,8 @@
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="writeDeliveryDetails">
<http:operation location="/writeDeliveryDetails" />
<wsdl:operation name="overIssue">
<http:operation location="/overIssue" />
<wsdl:input>
<mime:content type="application/x-www-form-urlencoded" />
</wsdl:input>
@@ -1230,16 +1302,16 @@
</wsdl:binding>
<wsdl:service name="WebService1">
<wsdl:port name="WebService1Soap" binding="tns:WebService1Soap">
<soap:address location="http://mattest.cwcec.com/LocWebServices/WebService1.asmx" />
<soap:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
</wsdl:port>
<wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12">
<soap12:address location="http://mattest.cwcec.com/LocWebServices/WebService1.asmx" />
<soap12:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
</wsdl:port>
<wsdl:port name="WebService1HttpGet" binding="tns:WebService1HttpGet">
<http:address location="http://mattest.cwcec.com/LocWebServices/WebService1.asmx" />
<http:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
</wsdl:port>
<wsdl:port name="WebService1HttpPost" binding="tns:WebService1HttpPost">
<http:address location="http://mattest.cwcec.com/LocWebServices/WebService1.asmx" />
<http:address location="http://mat.cwcec.com/LocWebServices/WebService1.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>