You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
2.8 KiB

2 weeks ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CreateApBilleFile" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <xsd:schema targetNamespace="http://tempuri.org/Imports">
  5. <xsd:import namespace="http://tempuri.org/" />
  6. <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  7. <xsd:import namespace="http://schemas.datacontract.org/2004/07/UFIDA.ISV.CreateAPBillFileSV" />
  8. </xsd:schema>
  9. </wsdl:types>
  10. <wsdl:message name="ICreateApBilleFile_CustCreateAPBillFile_InputMessage">
  11. <wsdl:part name="parameters" element="tns:CustCreateAPBillFile" />
  12. </wsdl:message>
  13. <wsdl:message name="ICreateApBilleFile_CustCreateAPBillFile_OutputMessage">
  14. <wsdl:part name="parameters" element="tns:CustCreateAPBillFileResponse" />
  15. </wsdl:message>
  16. <wsdl:portType name="ICreateApBilleFile">
  17. <wsdl:operation name="CustCreateAPBillFile">
  18. <wsdl:input wsaw:Action="http://tempuri.org/ICreateApBilleFile/CustCreateAPBillFile" message="tns:ICreateApBilleFile_CustCreateAPBillFile_InputMessage" />
  19. <wsdl:output wsaw:Action="http://tempuri.org/ICreateApBilleFile/CustCreateAPBillFileResponse" message="tns:ICreateApBilleFile_CustCreateAPBillFile_OutputMessage" />
  20. </wsdl:operation>
  21. </wsdl:portType>
  22. <wsdl:binding name="BasicHttpBinding_ICreateApBilleFile" type="tns:ICreateApBilleFile">
  23. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  24. <wsdl:operation name="CustCreateAPBillFile">
  25. <soap:operation soapAction="http://tempuri.org/ICreateApBilleFile/CustCreateAPBillFile" style="document" />
  26. <wsdl:input>
  27. <soap:body use="literal" />
  28. </wsdl:input>
  29. <wsdl:output>
  30. <soap:body use="literal" />
  31. </wsdl:output>
  32. </wsdl:operation>
  33. </wsdl:binding>
  34. <wsdl:service name="CreateApBilleFile">
  35. <wsdl:port name="BasicHttpBinding_ICreateApBilleFile" binding="tns:BasicHttpBinding_ICreateApBilleFile">
  36. <soap:address location="http://icsserver3/ZKPR/UFIDA.U9.ZHC.CreateApBillFile.CreateApBilleFile.svc" />
  37. </wsdl:port>
  38. </wsdl:service>
  39. </wsdl:definitions>