cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Soap channel

Former Member
0 Kudos

Dear All,

My scenario is IDOC to SOAP.

I need to provide the user authetication details say only the username and password in the communication channel .

My target is a Sieble system .Can anyone suggest me whether we should do any settings in the Sieble system to caputure these user authetication details.

Thanks in Advance,

Lavanya .B

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
I need to provide the user authetication details say only the username and password in the communication channel .

SOAP is on target-end.....so firstly you have to create the user-id and password in Siebel system and then use it in the communication channel....for this (user-id creation) you have to take help from Siebel-developers/ admins.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

Thanks for your reply.

As of now ,the Sieble team have provided the userid and password along with the URL,ie,say example

"https://abcd101.xyz.com:80/enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&UserName=test&Password=test"

But now , I need to configure the channel without giving the user id and password in the url but by selecting the " Configure User Authentication" check box.

so for this should the Sieble team should do some settings to capture these id and password?

Can you please suggest me on this.

Thanks and regards,

Lavanya Balanandham.

Edited by: Lavanya Balanandham on May 25, 2010 1:28 PM

former_member192892
Active Contributor
0 Kudos

Hi Lavanya,

As far as I understand, nothing has to be done in Siebel system and the basic authentication given in SOAP receiver channel is HTTP authentication itself. By passing the user/pwd in the URL string, you are doing http authentication only.

Regards

Varun

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

Thanks for the replies.

As of now ,the Sieble team have provided the userid and password along with the URL,ie,say example

"https://abcd101.xyz.com:80/enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&UserName=test&Password=test"

But now , I need to configure the channel without giving the user id and password in the url but by selecting the " Configure User Authentication" check box. ie ,url will be, "https://abcd101.xyz.com:80/enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute"

When I tested ,got the following below error,

"HTTP 500 Internal server error"

so for this should the Sieble team should do some settings to capture these id and password?

Can anyone suggest me on this.

Thanks and regards,

Lavanya Balanandham.