Testing SOAP
curl --data-binary @soaprequest.xml -o soapresponse.xml -H "SOAPACTION: http://tempuri.org/SoapConnector/ExportData" -H "Content-type: text/xml;charset=utf-8"
https://customer.ultimo.net/Webservices/SoapConnector.svccurl --data-binary @soaprequest.xml -o soapresponse.xml -H "SOAPACTION: http://tempuri.org/SoapConnector/ImportData" -H "Content-type: text/xml;charset=utf-8"
https://customer.ultimo.net/Webservices/SoapConnector.svcLast updated