Jump to content
Sign in to follow this  
boris.nihil

httprio question 3

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×