boris.nihil 0 Posted Tuesday at 06:25 PM hi i have send some ECHO to site with webservice,but there is problem, they say that my request is not signed,no HEADER section.. Does HTTPRIO automaticaly sign XML when i select certificate ? ------------------------ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Body> <EchoMsg xmlns="http://fina.hr/eracun/b2b/pki/Echo/v0.1"> <HeaderSupplier xmlns="http://fina.hr/eracun/b2b/invoicewebservicecomponents/v0.1"> <MessageID>7b9beb4f-174b-48cc-aa0f-5ffc7eff74ed</MessageID> <SupplierID>9934:98069376350</SupplierID> <ERPID>2500025</ERPID> <MessageType>9999</MessageType> </HeaderSupplier> <Data> <EchoData> <Echo>test</Echo> </EchoData> </Data> </EchoMsg> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ------------------------------ Share this post Link to post