cancel
Showing results for 
Search instead for 
Did you mean: 

Odata Custom header for soap web service

Former Member
0 Kudos

Hi experts,

Am working on OData Integration gateway for soap web service backend , i need to pass custom header as request to the web service means i need to pass wss security to that header  which contains username and password with request , i tried javascript as custom code to massage my header but it got failed, the header structure should be like below.

<wsse:Security

                xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"

                xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"

                xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"

                mustUnderstand="1">

                <wsse:UsernameToken

                                xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"

                                xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

                                <wsse:Username>XXXX</wsse:Username>

                                <wsse:Password>XXXX</wsse:Password>

                </wsse:UsernameToken>

</wsse:Security>

kindly guide me how to do in processrequestdata method ,Thanks for your advise

Thanks

kavi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I got the same issue, any solution?

Thanks

KS