Hi,
I have some questions about realizetion of non standart SOAP service integration.
Do we have possibility to modify headers (and body according to necessity) of soap request?
For example, soap request should be those:
| Code |
|---|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <wsse:Securityxmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken> <wsse:Username>1tcuser</wsse:Username> <wsse:Password>1tcpass</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soap:Body> <GetDocumentsList xmlns="http://erp.1tc.com.tr/"> <parameters xmlns=""> <AccountID>ABC0002511585</AccountID> </parameters> </GetDocumentsList> </soap:Body> </soap:Envelope> |
I think, even if on WSProxy no possibility to realize it, there should be possibility realize it via HTTPConnection. Can anyone give an example for realization of soap service request via HTTPConnection?
Edited: - Sep 07, 2015 12:41 AM

