cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL -authentication issue

Former Member
0 Kudos

Hi All,

I have a requirement of Proxy to Soap.

Client have given the below webservice.

      <Id>int</Id>

<Password>string</Password>

   

   <RequestXML>string</RequestXML>

    </Request>

  </soap:Body>

</soap:Envelope>

Here i want to give the authentication information in "id" and "password" and my outbound message in "Request XML" .

So please suggest me , shall i skip the "id" and "password" and go for SOAP CC "authentication option"

and sending only outbound message to this wsdl.

Orshall i proceed with XSLT mapping for headers

Thanks in advance .

Regards,

Karthikeyan.

Edited by: Karthikeyan S.K. on Jul 13, 2010 2:14 PM

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

ideally by giving basic authentication in the SOAP CC it should work.

If it isnt then try creating the SOAP header in your mapping and use the option Do Not Use SOAP Envelope in CC

Former Member
0 Kudos

if your issue is resolved, please close the thread.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks , will try this options

Former Member
0 Kudos

I think you can use Axis for SOAP Adapter to add userid and password in the soap header.

For me also same requirement and m planning to use this.

Please go through the below link, which might help you.

Thanks,

Hetal

Former Member
0 Kudos

Hi,

The wsdl structure contains the field for id and password so you will have to pass these values from mapping.

The webservcie authentication will happen based on these fields, so the CC authentication won't work.

Thanks,

Pragati

Former Member
0 Kudos

Simple provide authentication in communication channel. (SOAP Receiver).

Regards,

Farooq