Re: SOAP Authentication while consuming web service

2013-08-30 Thread Sachin
Joe,

I have published Remedy Web Service in 8.1 and third party application ( built 
in JAVA) is consuming this Remedy web service.
As mentioned earlier, Remedy web services WSDL comes with default SOAP 
authentication headers.

The consuming application here do not want to provide WSDL authentication 
parameters while consuming Remedy web service.

Is there any way to generate Remedy WSDL without SOAP authentication header?

Regards,
Sachin

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: SOAP Authentication while consuming web service

2013-08-29 Thread Joe D'Souza
That's because you are expecting the mid-tier to be work when you are
consuming a web service. 

Its not..

The mid-tier is used only when external parties are using the web service
you have created on your AR Server.

When you are consuming an external service, you are using a Filter
operation, that goes through the AR System WSDL plugin - AND NOT the mid
tier..

You will therefore need to enter the username and password in your Filter
when building the set field action to consume the web service.

Hope this helps..

Cheers

Joe

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Sachin
Sent: Thursday, August 29, 2013 11:22 PM
To: arslist@ARSLIST.ORG
Subject: Re: SOAP Authentication while consuming web service

I tried with Anonymous user name and password from mid tier config page.
It works if i try to submit WSDL request through client tools like soapUI,
XML spy etc.

But, it does not work when consuming application ( developed in Java) tries
to consume Remedy web service without SOAP authentication header.


Regards,
Sachin


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: SOAP Authentication while consuming web service

2013-08-29 Thread Sachin
I tried with Anonymous user name and password from mid tier config page.
It works if i try to submit WSDL request through client tools like soapUI, XML 
spy etc.

But, it does not work when consuming application ( developed in Java) tries to 
consume Remedy web service without SOAP authentication header.


Regards,
Sachin

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: SOAP Authentication while consuming web service

2013-08-29 Thread Joe D'Souza
I concur with the username and password (authentication headers basically)
always being required unless as Fred said if it was set up for anonymous
login in the mid-tier..

Does anyone know security wise what might be better? I'm assuming that
setting an annonymous account might be better security wise as then you do
not have to pass the username and password in the xml especially if your web
services are not https enabled.

When stored in the mid-tier configuration, where exactly does the username
and password get stored? And are these values encrypted wherevery they may
reside in the mid-configuration?

Cheers

Joe

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W
Sent: Thursday, August 29, 2013 1:57 PM
To: arslist@ARSLIST.ORG
Subject: Re: SOAP Authentication while consuming web service

Username and password have always been required when consuming a Remedy
hosted web service.  8.1 does not change this.

The Integration Guide describes authenticating to a web service published by
AR System.   Basically if the AuthenticationInfo header data is not provided
in the XML the Mid-Tier uses the Anonymous User and Password settings in the
Mid-Tier configuration Web Service Settings section.

Fred


-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Sachin
Sent: Thursday, August 29, 2013 11:20 AM
To: arslist@ARSLIST.ORG
Subject: SOAP Authentication while consuming web service

Hi Experts,

 

I have query regarding SOAP authentication headers for consuming Remedy 8.1
web service by external application.

As of AR 8.1 , the consuming application need to provide authentication in
SOAP header. ( User Name, Password, Authentication etc).

 
I have a requirement where customer do not intend to provide authentication
parameters in SOAP headers while consuming Remedy web service.

 
Is there any way that consuming application can by pass authentication is
SOAP payloads?

 
I know one way is to create wrapper API for bypassing SOAP
authentication.But, i am seeking better solution to resolve this issue.

 
Please advice.

 
Regards,

Sachin

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: SOAP Authentication while consuming web service

2013-08-29 Thread Grooms, Frederick W
Username and password have always been required when consuming a Remedy hosted 
web service.  8.1 does not change this.

The Integration Guide describes authenticating to a web service published by AR 
System.   Basically if the AuthenticationInfo header data is not provided in 
the XML the Mid-Tier uses the Anonymous User and Password settings in the 
Mid-Tier configuration Web Service Settings section.

Fred


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Sachin
Sent: Thursday, August 29, 2013 11:20 AM
To: arslist@ARSLIST.ORG
Subject: SOAP Authentication while consuming web service

Hi Experts,

 

I have query regarding SOAP authentication headers for consuming Remedy 8.1 web 
service by external application.

As of AR 8.1 , the consuming application need to provide authentication in SOAP 
header. ( User Name, Password, Authentication etc).

 
I have a requirement where customer do not intend to provide authentication 
parameters in SOAP headers while consuming Remedy web service.

 
Is there any way that consuming application can by pass authentication is SOAP 
payloads?

 
I know one way is to create wrapper API for bypassing SOAP authentication.But, 
i am seeking better solution to resolve this issue.

 
Please advice.

 
Regards,

Sachin




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


SOAP Authentication while consuming web service

2013-08-29 Thread Sachin
Hi Experts,

 

I have query regarding SOAP authentication headers for consuming Remedy 8.1 web 
service by external application.

As of AR 8.1 , the consuming application need to provide authentication in SOAP 
header. ( User Name, Password, Authentication etc).

 

I have a requirement where customer do not intend to provide authentication 
parameters in SOAP headers while consuming Remedy web service.

 

Is there any way that consuming application can by pass authentication is SOAP 
payloads?

 

I know one way is to create wrapper API for bypassing SOAP authentication.But, 
i am seeking better solution to resolve this issue.

 

Please advice.

 

Regards,

Sachin

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: SOAP Authentication

2009-06-09 Thread Chintan Shah
Hey Ron,

Can you elaborate more on your question?  ru talking about HTTP Authentication?

Thanks
Chintan

--- On Tue, 6/9/09, Suwanski, Ron  wrote:

From: Suwanski, Ron 
Subject: SOAP Authentication
To: arslist@ARSLIST.ORG
Date: Tuesday, June 9, 2009, 12:37 PM

**



 
 






Can Remedy 6.3 handle SOAP Authentication up above the Header
authentication?  



 

_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: "Where the Answers Are"_





___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: "Where the Answers Are"

SOAP Authentication

2009-06-09 Thread Suwanski, Ron
Can Remedy 6.3 handle SOAP Authentication up above the Header
authentication? 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: "Where the Answers Are"