cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter Help Needed

Former Member
0 Kudos

Hi,

I have a scenario where i need to call the Web Service on the Traget Side. I know how to configure the SOAP Adapter to do this but i am facing an issue here.

The Webservice Expects the SOAP request to be in the form. I don't know how to bring this authentication info the header. Can any body please suggest

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:RIM_INT_AD_LDAP_API_Organizations">

<soapenv:Header>

<urn:AuthenticationInfo>

<urn:userName>?</urn:userName>

<urn:password>?</urn:password>

<!Optional:>

<urn:authentication>?</urn:authentication>

<!Optional:>

<urn:locale>?</urn:locale>

<!Optional:>

<urn:timeZone>?</urn:timeZone>

</urn:AuthenticationInfo>

</soapenv:Header>

<soapenv:Body>

<SOAP BODY HERE>

</soapenv:Body>

</soapenv:Envelope>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can anybody suggest how to insert a message type in the Header of SOAP request going out. I need to insert Authentication Info Structure in the Header.

Thanks,

Kulwant