Survey on Open Source

2004-09-13 Thread Mike Chan
Dear all, I am conducting a survey on open source software. This is for my academic coursework and dissertation. It will be great to have your support and participation in this survey. This survey has two separate questionnaires, focusing on the following areas: 1) OSS development (Developers

Re: Web Service Security and AXIS

2004-09-13 Thread Davanum Srinivas
Juergen, did you look at http://ws.apache.org/ws-fx/wss4j/ ??? -- dims On Mon, 13 Sep 2004 16:07:57 +0200 (CEST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi there, > > I would like to propose to add a branch (well, a namespace) > to the sources containing some classes to facilitate > ad

Web Service Security and AXIS

2004-09-13 Thread jkey
Hi there, I would like to propose to add a branch (well, a namespace) to the sources containing some classes to facilitate adding WSS features to the axis-SOAP-engine. The classes i wrote, i wrote using apache xml security, so maybe i thought it would be nice to add them either to the official sou

Re: vanishing attribute namespace prefixes (resend)

2004-09-13 Thread Mikolaj Habryn
On Mon, 2004-09-13 at 18:42, Raul Benito wrote: > rootElement.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance","NS1:schemaLocation","urn:frog > http://xml.rcpt.to/mikolaj/default";); > rootElement.setAttributeNS(XMLNS_URI,"xmlns:NS1","http://www.w3.org/2001/XMLSchema-instance";); > I thi

vanishing attribute namespace prefixes

2004-09-13 Thread Mikolaj Habryn
Hi all - I have a feeling that this is a FAQ, but despite looking long and hard I haven't managed to find an answer. I'm generating a signature to cover a document that starts like so: http://www.w3.org/2001/XMLSchema-instance"; NS1:schemaLocation="urn:frog http://xml.rcpt.to/mikolaj/default";>

Re: vanishing attribute namespace prefixes (resend)

2004-09-13 Thread Raul Benito
> Earlier post seems to have been eaten, possibly by something expecting > only subscribed addresses to post? Apologies for the resend if the > original shows up within minutes... > > -Forwarded Message- > > From: Mikolaj Habryn <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: vanishi