Author |
Message
|
Gemz |
Posted: Wed Jun 11, 2008 3:13 am Post subject: User Credentials while calling a webservice |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
Hi,
We are using HTTPRequest node to send http request to a .net application which is on different server and whenever we call the application, the server asks for user credentials.
Can we send such credentials while calling the service from WMB..
Thks in Adv |
|
Back to top |
|
 |
broker_new |
Posted: Wed Jun 11, 2008 3:40 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
You can pass the credentials in HTTP Request Header.
What type of credentials you need to pass. _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Jun 11, 2008 4:51 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
SOAP message and using SOAP node is also advisable in this type of sceniarios..
Where you can pass security identities.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Gemz |
Posted: Wed Jun 11, 2008 5:08 am Post subject: |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
Hi,
I like to clear one point.
Here the .net application does not require any authentication. AIX Server on which .net application resides requires some authentication. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 11, 2008 5:16 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
How are you running a .NET application (windows only) on AIX?
What kind of authentication? Be *specific*. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Gemz |
Posted: Wed Jun 11, 2008 5:48 am Post subject: |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
Quote: |
How are you running a .NET application (windows only) on AIX? |
.Net application is in windows server.
When i send request from WMB to the application, am getting 'Unauthorised access'.
Actually that .net application doesnt require any authentication. But the server requires some authentication.
I just like to confirm whether this is something do i need to do in WMB for this server authentication. |
|
Back to top |
|
 |
broker_new |
Posted: Wed Jun 11, 2008 6:47 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
try to find out what type of authentication they need from the team who is providing you the service _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
|