Re: WS-Security

2009-11-22 Thread Nandana Mihindukulasooriya
http://www.sosnoski.com - http://www.sosnoski.co.nz >> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 >> >> >> Appasamy Thirugnana wrote: >> >>> I am new to WS-Security. Can somebody provide me link on Axis2 with >>> WS-Security and some basic intro in Ws-Security? >>> Thanks, >>> Appu >>> >>

Re: WS-Security

2009-11-22 Thread Prabath Siriwardena
xis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Appasamy Thirugnana wrote: I am new to WS-Security. Can somebody provide me link on Axis2 with WS-Security and some basic intro in Ws-Security? Thanks, Appu

Re: WS-Security

2009-11-22 Thread Dennis Sosnoski
and Web Services Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Appasamy Thirugnana wrote: I am new to WS-Security. Can somebody provide me link on Axis2 with WS-Security and some basic intro in Ws

WS-Security

2009-11-22 Thread Appasamy Thirugnana
I am new to WS-Security. Can somebody provide me link on Axis2 with WS-Security and some basic intro in Ws-Security? Thanks, Appu

[Axis2] WS-Security Header Timestamp issue since clock change

2009-11-02 Thread Darren Clarke
Hello Sorry in advance if this is addressed to the wrong list - it's Axis2 related, but could be a WSS4J or Rampart issue. We have a web service developed with Axis2 v1.5, using Rampart v1.4 for WS-Security. The service is configured such that each request requires a WS-Security Header

Re: Problems setting up WS-Security with Rampart and Password Digest

2009-10-28 Thread Ellecer Valencia
led"); } } I just changed the above to fail when plaintext is being sent. So the only question I have is the one about the PasswordDigest not being indicated as requried in the WS-Policy part of the WSDL. Ellecer On Wed, Oct 28, 2009 at 4:30 PM, Ellecer Val

Problems setting up WS-Security with Rampart and Password Digest

2009-10-27 Thread Ellecer Valencia
Hi, I've been able to set up WS-Security using username + Password in plaintext using Rampart on one the sample Version webservice. However, I've been stuck all day trying to get authentication using Password Digest. Now from the examples I've seen, it seems that the only differe

Re: Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-22 Thread Ellecer Valencia
But this is where we seem to be doing different things. I'm getting the error, but only if I have a rampart entry in axis2.xml. Once I remove it, I don't get the HTML error page anymore. I get the Soap Faults I was expecting. It looks like WS-Security is actually enabled, even without

Re: Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-22 Thread Chinmoy Chakraborty
If you want to enable WS-security you need to engage RAMPART module. So disengaging RAMPART module is not the solution if you want WS-Security. If you don't need WS-Security then its fine. So it's a bug and that's why it is in JIRA. If you are getting the same error using lat

Re: Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-21 Thread Ellecer Valencia
739525#action_12739525 > ] > > HTH, > Chinmoy > > > > On Wed, Oct 21, 2009 at 12:17 PM, Ellecer Valencia > wrote: >> >> Hi, >> >> I'm trying to set up WS-Security (just username/password-clear-text) >> and I'm trying to get the service t

Re: Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-21 Thread Chinmoy Chakraborty
7 PM, Ellecer Valencia wrote: > Hi, > > I'm trying to set up WS-Security (just username/password-clear-text) > and I'm trying to get the service to return a Soap Exception when the > user logs in with the wrong details. Should be easy, right? However, I > keep getting HTTP

Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-20 Thread Ellecer Valencia
Hi, I'm trying to set up WS-Security (just username/password-clear-text) and I'm trying to get the service to return a Soap Exception when the user logs in with the wrong details. Should be easy, right? However, I keep getting HTTP 500 error pages instead of Soap Exceptions, lik

Re: Error handling for WS-Security enabled services

2009-07-30 Thread Chinmoy Chakraborty
;> >> I am using rampart 1.4 and Axis2 1.4. I have parameterbased ws-security >> enabled services. In normal cases when there is no error at the time of >> invocation (invocation of business logic) of the service, it works fine. >> Following is the SOAP is returned by axis2

Re: Error handling for WS-Security enabled services

2009-07-29 Thread Axis PC
s2 1.4. I have parameterbased ws-security > enabled services. In normal cases when there is no error at the time of > invocation (invocation of business logic) of the service, it works fine. > Following is the SOAP is returned by axis2 (captured in TCPMon): > > *Good One* > -

Error handling for WS-Security enabled services

2009-07-29 Thread Chinmoy Chakraborty
Hi All, I am using rampart 1.4 and Axis2 1.4. I have parameterbased ws-security enabled services. In normal cases when there is no error at the time of invocation (invocation of business logic) of the service, it works fine. Following is the SOAP is returned by axis2 (captured in TCPMon): *Good

Re: Can I use WS-Security (Rampart module) in my servlet app?

2009-05-19 Thread Amila Suriarachchi
me security for my web services and the first thing which comes > to my mind is Rampart module WS-Security. The poroblem (at least this is how > I see it) is that Rampart module can be used only when it has been enabled > for a system e.i. any application which want to make any use of it >

Can I use WS-Security (Rampart module) in my servlet app?

2009-05-17 Thread Greg Stasica
hi, I've a web application which exposes its WS using Axis2 servlet. Now I need to provide some security for my web services and the first thing which comes to my mind is Rampart module WS-Security. The problem (at least this is how I see it) is that Rampart module can be used only when i

Re: Problemin implementing WS Security

2009-04-04 Thread m4rkuz
: > > > -- Forwarded message -- > From: Supriya > Date: Sat, Apr 4, 2009 at 1:35 PM > Subject: Problemin implementing WS Security > To: axis-user@ws.apache.org > > > Hey, > We have been tryin to implement WS Security using Rampart 1.4 and Axis2 &g

Problem in implementing WS Security

2009-04-04 Thread Supriya
Hey, We have been tryin to implement WS Security using Rampart 1.4 and Axis2 1.4. We have been following the article given on the following links: [1] - http://wso2.org/library/3190 [2]- https://wso2.org/library/3415 We are gettin the following error. .. Creating Stub to

Fwd: Problemin implementing WS Security

2009-04-04 Thread Supriya
-- Forwarded message -- From: Supriya Date: Sat, Apr 4, 2009 at 1:35 PM Subject: Problemin implementing WS Security To: axis-user@ws.apache.org Hey, We have been tryin to implement WS Security using Rampart 1.4 and Axis2 1.4. We have been following the article given on the

Re: Implementation of WS security using Apache Rampart

2009-03-20 Thread Sagara Gunathunga
Hi Shreya, It's seems like your are deploying as a .WAR package , I cant see any major issue but I like to suggest following change . > -->services folder > ->webservice.aar Instead of having .aar file here , place only services.xml file as follows WEB-INF/services/we

Re: Implementation of WS security using Apache Rampart

2009-03-20 Thread Sagara Gunathunga
e: >>>> >>>> Hi Shrey, >>>> >>>> Use the tutorial from the link. It worked for me without any major. >>>> >>>> http://wso2.org/library/3190 >>>> >>>> >>>> >>>> Sanjay >>>

Re: Implementation of WS security using Apache Rampart

2009-03-20 Thread shreya gupta
hrey, >>> >>> Use the tutorial from the link. It worked for me without any major. >>> >>> http://wso2.org/library/3190 >>> >>> >>> >>> Sanjay >>> >>> *From:* shreya gupta [mailto:shreya.gupt...@gmail.com] >>> *

Re: Implementation of WS security using Apache Rampart

2009-03-20 Thread Håkon Sagehaug
ya gupta [mailto:shreya.gupt...@gmail.com] >> *Sent:* Thursday, March 19, 2009 3:02 AM >> *To:* axis-user@ws.apache.org >> *Subject:* Implementation of WS security using Apache Rampart >> >> >> >> >> Hey, >> We are trying to implement WS secu

Re: Implementation of WS security using Apache Rampart

2009-03-20 Thread shreya gupta
hreya.gupt...@gmail.com] > *Sent:* Thursday, March 19, 2009 3:02 AM > *To:* axis-user@ws.apache.org > *Subject:* Implementation of WS security using Apache Rampart > > > > > Hey, > We are trying to implement WS security for the web service that we have > develope

RE: Implementation of WS security using Apache Rampart

2009-03-19 Thread Sanjay Gupta
Hi Shrey, Use the tutorial from the link. It worked for me without any major. http://wso2.org/library/3190 Sanjay From: shreya gupta [mailto:shreya.gupt...@gmail.com] Sent: Thursday, March 19, 2009 3:02 AM To: axis-user@ws.apache.org Subject: Implementation of WS security using Apache Rampart

Re: Implementation of WS security using Apache Rampart

2009-03-19 Thread Sagara Gunathunga
Hi, please refer following tutorials, [1] - http://wso2.org/library/3190 [2]- https://wso2.org/library/3415 [3] -http://ws.apache.org/rampart/samples.html Thanks , On Thu, Mar 19, 2009 at 3:31 PM, shreya gupta wrote: > > Hey, > We are trying to implement WS security for the web ser

Implementation of WS security using Apache Rampart

2009-03-19 Thread shreya gupta
Hey, We are trying to implement WS security for the web service that we have developed. We are new to Axis2.could you please guide us through a step by step procedure as to how to configure apache Rampart and to implement it. The other threads i have searched do not provide sufficient help

Re: Axis2 WS-Security encryption

2009-01-15 Thread Nandana Mihindukulasooriya
All, > > I am wondering how i could implement a service that is used by multiple > clients and WS-Security signing andf encryption is applied. Somehow you'll > have to gather from the request which client you are dealing with and > encrypt the response. One way of doing this is i g

RE: MTOM + WS-Security

2009-01-15 Thread Sriram Vaidyanathan
Hello all, Can anyone point to a sample of how to use WS-security (Signature and Encryption with X509 certificates) using the Rampart 1.4/axis2 1.4.1 combination with MTOM. We have used WS-Security successfully in the past for web services dealing with only text data. However, with binary

Problems with implementing WS-Security in Axis

2009-01-15 Thread Someone
I am currently trying to implement a secure WS with wss4j with message signing and encrypting only, no secure conversation, using PKI for encryption and signing with an anonymous authentication scheme. When I step through the PasswordCallback handler, all fields in the WSPasswordCallback object

Axis2 WS-Security encryption

2009-01-15 Thread Erwin Reinhoud
Hello All, I am wondering how i could implement a service that is used by multiple clients and WS-Security signing andf encryption is applied. Somehow you'll have to gather from the request which client you are dealing with and encrypt the response. One way of doing this is i guess, is

MTOM + WS-Security

2009-01-14 Thread Sriram Vaidyanathan
Hello Axis Users, I am working on a project to receive attachments and we are using MTOM with Axis2 1.4.1 However, WS-Security does not seem to work if there are attachments in the request. Is this a known issue or if not, any help on this would be appreciated. Thanks Sriram

RE: WS-Security with WSDL file that doesn't contain the policies

2008-09-12 Thread Soyer, Muhammed A.
method of it. Is this something suggestible? Should I avoid building the WS-Security and WS-Addressing headers manually? Thanks From: Nandana Mihindukulasooriya [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 5:10 PM To: axis-user@ws.apache.org Subject: Re: WS-Security with WSDL

Re: WS-Security with WSDL file that doesn't contain the policies

2008-09-11 Thread Nandana Mihindukulasooriya
calls. > > How can I do this? > > > > Thanks > > > > > > *From:* Soyer, Muhammed A. > *Sent:* Thursday, September 11, 2008 1:47 PM > *To:* 'axis-user@ws.apache.org' > *Subject:* RE: WS-Security with WSDL file that doesn't contain the >

RE: WS-Security with WSDL file that doesn't contain the policies

2008-09-11 Thread Soyer, Muhammed A.
ubject: RE: WS-Security with WSDL file that doesn't contain the policies IS it possible to figure out something from a sample header? What is binarySecurityToken ? Is it something custom or a generic thing? Thanks 2008-09-03T12:30:09Z 2008-09-03T12:30:39Z http://docs

RE: WS-Security with WSDL file that doesn't contain the policies

2008-09-11 Thread Soyer, Muhammed A.
8f9a">VILLfdssM027/jJb+iaYGg+M82bLdH1CkcT0yr3rkh0RAG4XXx6W1LJNglfYnWWkuck= From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 1:24 PM To: axis-user@ws.apache.org Subject: Re: WS-Security with WSDL file that doesn't contain the policies If the WSDL does no

Re: WS-Security with WSDL file that doesn't contain the policies

2008-09-11 Thread keith chapman
If the WSDL does not advertise the policy then you will have speak to the guys who host the service and get the required security configurations. ;). There is no other way that you will know what to send to the other end. Its better if they can give you the security configuration as a policy file.

WS-Security with WSDL file that doesn't contain the policies

2008-09-11 Thread Soyer, Muhammed A.
Hi, I have a WSDL file which doesn't have the security policies in it. But the server requires me to include the WSSE headers. They are using WSE3 on .Net at the server side. I am trying with rampart and confused about the possibility of achieving this with the WSDL file without the policies.

RE: How to add ws-addressing and ws-security headers to call a .Net Service

2008-09-10 Thread Soyer, Muhammed A.
,"http://172.28.69.39:3457/NGX/Router";); //Sets the actual URL Thanks From: Soyer, Muhammed A. [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 9:43 AM To: axis-user@ws.apache.org Subject: RE: How to add ws-addressing and ws-security headers to call a .Net Service Impor

RE: How to add ws-addressing and ws-security headers to call a .Net Service

2008-09-10 Thread Soyer, Muhammed A.
, September 10, 2008 6:55 AM To: 'axis-user@ws.apache.org' Subject: How to add ws-addressing and ws-security headers to call a .Net Service Hi I am new to axis and I am a little lost ... I want to add ws-addressing and ws-security headers to my soap calls in able to conform to my ser

How to add ws-addressing and ws-security headers to call a .Net Service

2008-09-10 Thread Soyer, Muhammed A.
Hi I am new to axis and I am a little lost ... I want to add ws-addressing and ws-security headers to my soap calls in able to conform to my service requirements. I tried a lot of things and I couldn't progress much. I need to build a soap request as below. http://schemas.xmlsoap.org

[AXIS2] Which ways of debugging/logging exist? / How to debug Rampart/server-side with WS-Security?

2008-08-28 Thread compris
Hello all, I already found these ways of debugging: 1.) Setting web server debug settings at command prompt level: set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n In Eclipse then the setup of a Debug Configuration -> Remote Java Application with localhost and

RE: AXIS2 WS-Security

2008-08-15 Thread Martin Gainty
party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Date: Fri, 15 Aug 2008 09:14:16 +0100 > Subject: RE: AXIS2 WS-Security > > Yes, you can do this progra

RE: AXIS2 WS-Security

2008-08-15 Thread Sanjay Vivek
] >Sent: 15 August 2008 09:09 >To: axis-user@ws.apache.org >Subject: RE: AXIS2 WS-Security > > >Thanks Sanjay >Iam able to run the stanalone client using rampart libraries >and mar file. >Currently Iam using axis2 configuration file for username and password. >Can I d

RE: AXIS2 WS-Security

2008-08-15 Thread Deep455
options.setProperty(WSHandlerConstants.PW_CALLBACK_REF, myCallback); BUt Outflowconfiguration seems to be depracted with rampart 1.3. How do I do this using RampartConfig class? -- View this message in context: http://www.nabble.com/AXIS2-WS-Security-tp18978756p18995269.html Sent from the Axis -

RE: AXIS2 WS-Security

2008-08-15 Thread Sanjay Vivek
Hi Pradeep, I don't think it really matters if the service uses Rampart since Rampart merely implements WS-Security standards. It is the open source implementation of WS-Security standards. So as long as both the service and the client supports WS-Security standards, it shouldn't m

Re: AXIS2 WS-Security

2008-08-14 Thread Deep455
>> the security token in the soap header? >> -- >> View this message in context: >> http://www.nabble.com/AXIS2-WS-Security-tp18978756p18978756.html >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> -

Re: AXIS2 WS-Security

2008-08-14 Thread Nandana Mihindukulasooriya
> I have created a client for a web service(with ws-securtiy). How do I pass > the security token in the soap header? > -- > View this message in context: > http://www.nabble.com/AXIS2-WS-Security-tp18978756p18978756.html > Sent from the Axis - User mailing

AXIS2 WS-Security

2008-08-14 Thread Deep455
I have created a client for a web service(with ws-securtiy). How do I pass the security token in the soap header? -- View this message in context: http://www.nabble.com/AXIS2-WS-Security-tp18978756p18978756.html Sent from the Axis - User mailing list archive at Nabble.com

RE: Validating SOAP message for WS-Security

2008-07-29 Thread Evan Leonard
Leonard -- On Tue, Jul 29, 2008 at 3:01 AM, Dini Omar <[EMAIL PROTECTED]> wrote: Hi, Let say i have generated a SOAP message using WS-Seucirty. Is there a way or a tool that i can use to validate this soap message to check that it complys with all WS-Security or any other WS-* st

Re: Validating SOAP message for WS-Security

2008-07-28 Thread Heshan Suriyaarachchi
/www.ws-i.org/Profiles/BasicSecurityProfile-1.0.html > > > On Tue, Jul 29, 2008 at 3:01 AM, Dini Omar <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Let say i have generated a SOAP message using WS-Seucirty. Is there a way >> or a tool that i can use to va

Re: Validating SOAP message for WS-Security

2008-07-28 Thread Nandana Mihindukulasooriya
y > or a tool that i can use to validate this soap message to check that it > complys with all WS-Security or any other WS-* standard? > > Thanks >

Validating SOAP message for WS-Security

2008-07-28 Thread Dini Omar
Hi, Let say i have generated a SOAP message using WS-Seucirty. Is there a way or a tool that i can use to validate this soap message to check that it complys with all WS-Security or any other WS-* standard? Thanks

Re: WS-Security Question

2008-07-11 Thread Davanum Srinivas
- Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> > To: > Sent: Friday, July 11, 2008 12:50 PM > Subject: Re: WS-Security Question > > >> Marc, >> >> fyi. IBM Websphere internally uses Axis2. They have their own security >&

Re: WS-Security Question

2008-07-11 Thread Brennan Spies
Are you referring to WebSphere 6.1 or WebSphere 6.1 + the Web Services pack (http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg21264563)? - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: Sent: Friday, July 11, 2008 12:50 PM Subject: Re:

Re: WS-Security Question

2008-07-11 Thread John Kliff
Oracle provides WS-Security support through Oracle Web Services Manager. I believe their ESB product provides this support as well. Both products are part of their SOA Suite Platform. 2008/7/11 Johnson, David E <[EMAIL PROTECTED]>: > See www.intel.com/software/xml for information conce

RE: WS-Security Question

2008-07-11 Thread Johnson, David E
Subject: RE: WS-Security Question Are there any NON open source WS-Security implementations that work with Axis2? __ Marc Lefebvre, Principle Software Engineer Akimeka, 1305 N. Holopono Street, Kihei, HI 96753 Phone: (808)442-7168, Email: [EMAIL PROTECTED] echo '16i[q]sa[ln0=aln100%Pln100/

Re: WS-Security Question

2008-07-11 Thread Davanum Srinivas
Marc, fyi. IBM Websphere internally uses Axis2. They have their own security implementation. -- dims On Fri, Jul 11, 2008 at 3:32 PM, Marc Lefebvre <[EMAIL PROTECTED]> wrote: > Are there any NON open source WS-Security implementations that work with > Axis2? > > __ > Mar

RE: WS-Security Question

2008-07-11 Thread Marc Lefebvre
Are there any NON open source WS-Security implementations that work with Axis2? __ Marc Lefebvre, Principle Software Engineer Akimeka, 1305 N. Holopono Street, Kihei, HI 96753 Phone: (808)442-7168, Email: [EMAIL PROTECTED] echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq&

Re: WS-Security Question

2008-07-11 Thread Deepal jayasinghe
Roxanne Yee wrote: Does anyone know of any modules that implement WS-Security for Axis2 other than Apache Rampart? There is no any open source implementation other than rampart. Thanks. - To unsubscribe, e-mail: [EMAIL

WS-Security Question

2008-07-10 Thread Roxanne Yee
Does anyone know of any modules that implement WS-Security for Axis2 other than Apache Rampart? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Does wss4j supports WS-Security 1.1?

2008-06-04 Thread Shripad Gokhale
Hi, Does wss4j supports WS-Security 1.1? Thanks Shripad This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp

Re: XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is engaged for Axis 2 web-services

2008-05-23 Thread RICHARD FEATHERSTONE
urity headers on the response. - Original Message From: Doug Haigh <[EMAIL PROTECTED]> To: "axis-user@ws.apache.org" Sent: Friday, 23 May, 2008 1:05:27 PM Subject: RE: XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is e

RE: XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is engaged for Axis 2 web-services

2008-05-23 Thread Doug Haigh
I am writing a client. I have to include a username/pwd for a request going to the server for WS-Security. Isn’t outflow on a client the part that does stuff when a request is sent from client to server in that it flows out of the client and into the server? If that is the case, I cannot

Re: XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is engaged for Axis 2 web-services

2008-05-22 Thread RICHARD FEATHERSTONE
mpart devs would like to acknowledge the problem and maybe even fix it? - Original Message From: Doug Haigh <[EMAIL PROTECTED]> To: "axis-user@ws.apache.org" Sent: Thursday, 22 May, 2008 3:41:29 PM Subject: RE: XMLStreamException "the prefix ==> Already exists for

RE: XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is engaged for Axis 2 web-services

2008-05-22 Thread Darshan Jawalebhoi
ubject: Re: XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is engaged for Axis 2 web-services I also encountered this problem the other week. Due to time constraints I couldn't look into it properly but tracked it down to the se

Re: XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is engaged for Axis 2 web-services

2008-05-15 Thread RICHARD FEATHERSTONE
I also encountered this problem the other week. Due to time constraints I couldn't look into it properly but tracked it down to the service response. We only require ws-security on the inbound from the service so I edited the modules.xml in rampart to remove the outbound security and

XMLStreamException "the prefix ==> Already exists for namespace" when WS-Security Rampart is engaged for Axis 2 web-services

2008-05-15 Thread Darshan Jawalebhoi
Hi, I tried to incorporate the WS-Security (using Rampart 1.3 module) feature to my existing set of web-services. I am using AXIS 2 1.3. The java classes are generated using WSDL2JAVA. I get the following error in server logs while serialization of the certain responses (all those which

SAML vs. WS-Security 1.0 and 1.1

2008-05-05 Thread Glen Mazza
Hello, Does anyone know--is there a difference in the types of SAML tokens supported by WS-Security 1.0 and the SAML tokens supported by WS-Security 1.1? In other words, can SAML Token Profile 1.0 be used with WSS 1.1 and SAML Token Profile 1.1 with WSS1.0? Also, I know Axis supports WSS1.0

RE: No type was mapped to the name Security (WS-Security)

2008-04-23 Thread Vinh Nguyen (vinguye2)
ce xt-1.0.xsd> "> From: Ariel Janson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 6:22 AM To: axis-user@ws.apache.org Subject: Re: No type was mapped to the name Security (WS-Security) At the top of the WSDL I have a wsdl definitio

Re: No type was mapped to the name Security (WS-Security)

2008-04-23 Thread Ariel Janson
22, 2008 1:32 PM > *To:* axis-user@ws.apache.org > *Subject:* No type was mapped to the name Security (WS-Security) > > I'm experiencing this weird error when I try to run wsdl2java on a > WS-Security enabled web service. > > Here is the full error: > > Exception

RE: No type was mapped to the name Security (WS-Security)

2008-04-23 Thread Vinh Nguyen (vinguye2)
No type was mapped to the name Security (WS-Security) I'm experiencing this weird error when I try to run wsdl2java on a WS-Security enabled web service. Here is the full error: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.ax

No type was mapped to the name Security (WS-Security)

2008-04-22 Thread Ariel Janson
I'm experiencing this weird error when I try to run wsdl2java on a WS-Security enabled web service. Here is the full error: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: o

WS-Security Policy that supports 2 alternatives.

2008-04-22 Thread Sanjay Vivek
Hi everyone, Is it possible to define a WS-Security Policy that supports 2 alternatives? The 1st alternative requires the Web Service client to use UsernameToken while the 2nd alternative allows any client at all to consume the service. I know this is can be done with WS-Security Policy but I

Re: How to add WS-Security header in Axis2 client

2008-03-31 Thread Nandana Mihindukulasooriya
TED] > > > Sent: 31 March 2008 14:59 > To: axis-user@ws.apache.org; Sun, Mai > Subject: Re: How to add WS-Security header in Axis2 client > > Hi Mai, >It seems that you are using parameter based configuration is the > server side. Please check the WSDL against which yo

Re: How to add WS-Security header in Axis2 client

2008-03-31 Thread Nandana Mihindukulasooriya
e is also based on Axis2 and it uses Rampart to check the > username and password. > > Please let me know if my code is correct, thanks a lot! > > Regards, > Mai Sun > > > > -Original Message- > From: Nandana Mihindukulasooriya [mailto:[EMAIL PROTECTED] > Se

Re: WS-Security, SSL or both

2008-02-23 Thread mikle
this by selecting "use axis2 codegen classes".. do you think this will give me problems later on? -- View this message in context: http://www.nabble.com/WS-Security%2C-SSL-or-both-tp15549089p15653326.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: WS-Security, SSL or both

2008-02-20 Thread Paul Fremantle
Mikle More answers: On Feb 19, 2008 7:54 PM, mikle <[EMAIL PROTECTED]> wrote: > The clients are large organisations that will be submitting and pulling > financial transaction. so a username and password is not enough The Authentication mechanism in WS-Security allows the u

Re: WS-Security, SSL or both

2008-02-19 Thread mikle
t for this impl..but it seems that it is supported by the Sun and ibm stacks.. please correct me if I am wrong. -- View this message in context: http://www.nabble.com/WS-Security%2C-SSL-or-both-tp15549089p15562519.html Sent from the Axis - User mailing list archive at Nabble.com.

RE: WS-Security, SSL or both

2008-02-19 Thread Johnson, David E
What type of message traffic are you expecting? SOAP? We are working on a WS-Security acceleration product that currently uses SW and supports our HW acceleration plans. Yes, signature acceleration et al. Just for kicks (not like we all have a lot of time), you might want to look at www.intel.com

Re: WS-Security, SSL or both

2008-02-18 Thread Paul Fremantle
or message encryption.. > and is normally used to to exchange a session key - does the performance > problem apply to digital signatures? is the session key exchange part of the > Ws-Security spec or do I have to develop a web method that generates the > session key? Basically this is th

WS-Security, SSL or both

2008-02-18 Thread mikle
e/msg size is a big issue.. I've been reading articles comparing WS-Security and SSL.. and it seems to basically boil down to: SSL: simple, point-to-point, can be optimized using acceleration h/w WS-Security: flexible, end-to-end The web method implementations must be aware of the client

Re: [axis2] WS-Security axis2 1.3 with rampart 1.3 custom token?

2008-01-19 Thread Ruchith Fernando
Rampart should have an option for users to add custom tokens in. Please file a JIRA. https://issues.apache.org/jira/browse/RAMPART Thanks, Ruchith On Jan 9, 2008 2:59 PM, <[EMAIL PROTECTED]> wrote: > Hi all, > > i'm using axis2 1.3 with rampart 1.3 for ws-security. > I

[axis2] WS-Security axis2 1.3 with rampart 1.3 custom token?

2008-01-09 Thread MadLion
Hi all, i'm using axis2 1.3 with rampart 1.3 for ws-security. I have a runnig exsample with UsernameToken. That's fine so far. But now i have the need to transport a custom token with wss header. I'm runnig on a IBM websphere applicationserver and must transport a LTPA token. IBM

Re: ws-security: Encryption using UserToken

2007-12-31 Thread Nandana Mihindukulasooriya
Hi Patrick, However what is still not clear to me is why in that sample there are using > passwordCallbackClass to set key along with > encryptionPropFile/decryptionPropFile > (which eventually points to keystore). Shouldn't keystores be redundant > in symmetric encryption? Yes, in this scenari

Re: ws-security: Encryption using UserToken

2007-12-30 Thread qvall
s be redundant in symmetric encryption? -- View this message in context: http://www.nabble.com/ws-security%3A-Encryption-using-UserToken-tp14542558p14547946.html Sent from the Axis - User mailing list archive at Nabble.com. ---

Re: ws-security: Encryption using UserToken

2007-12-29 Thread Nandana Mihindukulasooriya
Hi Patrick, On 12/30/07, qvall <[EMAIL PROTECTED]> wrote: > > > Hi, > I would like to encrypt and sign my requests any responses using WSS4J and > UserToken > but can't figure it out how to make it.guess I should play with > "encryptionKeyIdentifier", "EmbeddedKeyName", > "encryptionPropFile" > "e

ws-security: Encryption using UserToken

2007-12-29 Thread qvall
Algorithm" according to other link that works. However i still don't know how to make it. Especially how can i reference UserToken that is generated to be used to signature and encryption? I've tried on my own but http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/handler/WSHa

RE: Unsupported encoding error on Z/OS when using WS-Security

2007-12-07 Thread Beth Ayres
encoding error on Z/OS when using WS-Security according to spec for SOAP Binding Profile v1.0 http://www.ws-i.org/Profiles/SimpleSoapBindingProfile-1.0.html#Character_Enc odings "The Profile requires XML processors to support the "UTF-8" and "UTF-16" character encod

Re: Unsupported encoding error on Z/OS when using WS-Security

2007-12-07 Thread Martin Gainty
es" <[EMAIL PROTECTED]> To: Sent: Friday, December 07, 2007 12:08 PM Subject: Unsupported encoding error on Z/OS when using WS-Security I am using AXIS2 1.3. I have a client that runs on Z/OS. When I make a web service call using WS-Security, I

Unsupported encoding error on Z/OS when using WS-Security

2007-12-07 Thread Beth Ayres
I am using AXIS2 1.3. I have a client that runs on Z/OS. When I make a web service call using WS-Security, I get a WSSecurityException: Unsupported encoding (EBCDIC). I have debugged this problem and found the following. In Axis2Util.getSOAPEnvelopeFromDOMDocument, XMLUtils.outputDOM

Re: Adding WS-Security to an embedded axis2 web application

2007-12-06 Thread Tobias Anstett
Hi, i have an small and simple answear and . In your example (which i think was copied out of code) you have typed it with wrong cases. Check this first. Regards, Tobias

Re: Adding WS-Security to an embedded axis2 web application

2007-12-05 Thread ndthuy
; org.apache.ws.security.crypto.merlin.keystore.password=apache > org.apache.ws.security.crypto.merlin.file=service.jks > > Martin-- > - Original Message - > From: "ndthuy" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, December 05, 2007 12:03 PM &

Re: Adding WS-Security to an embedded axis2 web application

2007-12-05 Thread Martin Gainty
you get ws-security support with rampart-1.1 and above http://www.apache.org/dyn/closer.cgi/ws/rampart/1_1 take a look at /samples/basic/sample11/src/org/apache/rampart/samples/sample11/Client.java for an example of configuring Timestamp Signature Encryption for inflow and outflow as identified

Adding WS-Security to an embedded axis2 web application

2007-12-05 Thread ndthuy
All, Does anyone know how to set up WS-Security to an embedded Axis2 web application ? I am using Axis2 1.3 and Rampart 1.3. This is my set up for embedded Axis2 web application. WebApp: + src + WebRoot + conf + lib + modules

Re: WS-Security Policy - Password in Clear Text

2007-11-14 Thread Nandana Mihindukulasooriya
MHO is quite reasonable. Regards, Nandana > > > Thanks, > Praveen. > > - Original Message > From: Nandana Mihindukulasooriya <[EMAIL PROTECTED]> > To: axis-user@ws.apache.org > Sent: Monday, November 12, 2007 9:58:28 PM > Subject: Re: WS-Security Poli

Re: WS-Security Policy - Password in Clear Text

2007-11-13 Thread Praveen Palwai
AIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, November 12, 2007 9:58:28 PM Subject: Re: WS-Security Policy - Password in Clear Text Hi Praveen, There are two ways to configure Rampart. 1.) Basic Rampart Configuration Here you define how the messag

Re: WS-Security Policy - Password in Clear Text

2007-11-12 Thread Nandana Mihindukulasooriya
ms Encrypt Signature . eg. UsernameToken bob org.apache.rampart.samples.sample03.PWCBHandler PasswordText 2.) Policy based configuration Here you define how the message is secured using the ws - security policy lan

Re: WS-Security Policy - Password in Clear Text

2007-11-12 Thread Praveen Palwai
tp://service.fcsservicesweb.nwa.com";>delmar08 Thanks, Praveen Palwai. - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Sunday, November 12, 2000 10:49:42 AM Subject: Re: WS-Security Policy - Password in Clear Te

  1   2   3   >