Request is as follows:<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="
http://tempuri.org/"> <soapenv:Header/>
<soapenv:Body>
<tem:invoiceSend>
<tem:sXML><![CDATA[<inv> <header> <invdate>10/01/2013</invdate> <ponumber>93483 </ponumber> <accountno>CC TO ADVISE</accountno> <invoicenumber>587358</invoicenumber> <goodsvalue> 256.140</goodsvalue> <vatvalue> 9.390</vatvalue> <discountvalue> 0.000</discountvalue> </header> <lines> <line> <stockcode>BE120 </stockcode> <qty>0000001.00000</qty> <cases>0000000</cases> <splits>0000001</splits> <packsize> 1 X 200 </packsize> <unitprice>0000015.19000</unitprice> <linetotal>0000015.19000</linetotal> <vatcode>01</vatcode> </line> <line> <stockcode>BE140 </stockcode> <qty>0000001.00000</qty> <cases>0000000</cases> <splits>0000001</splits> <packsize> 1 X 200 </packsize> <unitprice>0000016.60000</unitprice> <linetotal>0000016.60000</linetotal> <vatcode>01</vatcode> </line> </lines> </inv>]]></tem:sXML>
<tem:supplierCode>7SAVON</tem:supplierCode>
<tem:key>WA3PT6YY</tem:key>
<tem:siteId>3SBCFD</tem:siteId>
</tem:invoiceSend>
</soapenv:Body>
</soapenv:Envelope>
WSDL<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions name="Service1" targetNamespace="
http://tempuri.org/" xmlns:wsp="
http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="
http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa10="
http://www.w3.org/2005/08/addressing" xmlns:wsap="
http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsu="
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsam="
http://www.w3.org/2007/05/addressing/metadata" xmlns:soapenc="
http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsa="
http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="
http://www.w3.org/2006/05/addressing/wsdl" xmlns:tns="
http://tempuri.org/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/" xmlns:msc="
http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap12="
http://schemas.xmlsoap.org/wsdl/soap12/">- <wsdl:types>
- <xsd:schema targetNamespace="
http://tempuri.org/Imports"> <xsd:import namespace="
http://tempuri.org/" schemaLocation="mockBasicHttpBinding_IService1?WSDL&interface=BasicHttpBinding_IService1&part=basic.xsd" />
<xsd:import namespace="
http://schemas.microsoft.com/2003/10/Serialization/" schemaLocation="mockBasicHttpBinding_IService1?WSDL&interface=BasicHttpBinding_IService1&part=basic_1.xsd" />
</xsd:schema>
</wsdl:types>
- <wsdl:message name="IService1_invoiceSend_InputMessage">
<wsdl:part name="parameters" element="tns:invoiceSend" />
</wsdl:message>
- <wsdl:message name="IService1_creditSend_InputMessage">
<wsdl:part name="parameters" element="tns:creditSend" />
</wsdl:message>
- <wsdl:message name="IService1_creditSend_OutputMessage">
<wsdl:part name="parameters" element="tns:creditSendResponse" />
</wsdl:message>
- <wsdl:message name="IService1_invoiceSend_OutputMessage">
<wsdl:part name="parameters" element="tns:invoiceSendResponse" />
</wsdl:message>
- <wsdl:portType name="IService1">
- <wsdl:operation name="invoiceSend">
<wsdl:input message="tns:IService1_invoiceSend_InputMessage" wsa:Action="
http://tempuri.org/IService1/invoiceSend" />
<wsdl:output message="tns:IService1_invoiceSend_OutputMessage" wsa:Action="
http://tempuri.org/IService1/invoiceSendResponse" />
</wsdl:operation>
- <wsdl:operation name="creditSend">
<wsdl:input message="tns:IService1_creditSend_InputMessage" wsa:Action="
http://tempuri.org/IService1/creditSend" />
<wsdl:output message="tns:IService1_creditSend_OutputMessage" wsa:Action="
http://tempuri.org/IService1/creditSendResponse" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="BasicHttpBinding_IService1" type="tns:IService1">
<wsp:PolicyReference URI="#BasicHttpBinding_IService1_policy" />
<soap:binding transport="
http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="invoiceSend">
<soap:operation soapAction="
http://tempuri.org/IService1/invoiceSend" style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="creditSend">
<soap:operation soapAction="
http://tempuri.org/IService1/creditSend" style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="Service1">
- <wsdl:port name="BasicHttpBinding_IService1" binding="tns:BasicHttpBinding_IService1">
<soap:address location="http://UKISN206:8088/mockBasicHttpBinding_IService1" />
</wsdl:port>
</wsdl:service>
- <wsp:Policy wsu:Id="BasicHttpBinding_IService1_policy">
- <wsp:ExactlyOne>
- <wsp:All>
- <sp:TransportBinding xmlns:sp="
http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">- <wsp:Policy>
- <sp:TransportToken>
- <wsp:Policy>
<sp:HttpsToken RequireClientCertificate="false" />
</wsp:Policy>
</sp:TransportToken>
- <sp:AlgorithmSuite>
- <wsp:Policy>
<sp:Basic256 />
</wsp:Policy>
</sp:AlgorithmSuite>
- <sp:Layout>
- <wsp:Policy>
<sp:Strict />
</wsp:Policy>
</sp:Layout>
</wsp:Policy>
</sp:TransportBinding>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
</wsdl:definitions>