You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Tariq Sultan <ta...@fourthhousesecurity.com> on 2002/09/18 13:17:19 UTC

Signing an Apache SOAP Message

Hi All,
    I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)

Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
The built-in way to access the XML is through envelope editors.  Personally,
I have not used them, so I cannot be of much help with specifics.  A general
overview is contained within the User Guide at
http://xml.apache.org/soap/docs/guide/transhooks.html.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Thursday, September 19, 2002 12:57 AM
Subject: Re: Signing an Apache SOAP Message


Scott,

thanx for considerinng my problem so seriously...
i am using RPC API not the messaging API...

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:27:49 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Also, do you have a need to use the RPC API (Call object, etc.) or can you
use the messaging API?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 10:13 AM
Subject: Re: Signing an Apache SOAP Message


I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
...


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.


Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
The built-in way to access the XML is through envelope editors.  Personally,
I have not used them, so I cannot be of much help with specifics.  A general
overview is contained within the User Guide at
http://xml.apache.org/soap/docs/guide/transhooks.html.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Thursday, September 19, 2002 12:57 AM
Subject: Re: Signing an Apache SOAP Message


Scott,

thanx for considerinng my problem so seriously...
i am using RPC API not the messaging API...

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:27:49 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Also, do you have a need to use the RPC API (Call object, etc.) or can you
use the messaging API?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 10:13 AM
Subject: Re: Signing an Apache SOAP Message


I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
...


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Signing an Apache SOAP Message

Posted by Tariq Sultan <ta...@fourthhousesecurity.com>.
Scott,

thanx for considerinng my problem so seriously...
i am using RPC API not the messaging API...

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:27:49 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Also, do you have a need to use the RPC API (Call object, etc.) or can you
use the messaging API?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 10:13 AM
Subject: Re: Signing an Apache SOAP Message


I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
...


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.

Re: Signing an Apache SOAP Message

Posted by Tariq Sultan <ta...@fourthhousesecurity.com>.
Scott,

thanx for considerinng my problem so seriously...
i am using RPC API not the messaging API...

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:27:49 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Also, do you have a need to use the RPC API (Call object, etc.) or can you
use the messaging API?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 10:13 AM
Subject: Re: Signing an Apache SOAP Message


I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
...


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.

Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
Also, do you have a need to use the RPC API (Call object, etc.) or can you
use the messaging API?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 10:13 AM
Subject: Re: Signing an Apache SOAP Message


I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
Also, do you have a need to use the RPC API (Call object, etc.) or can you
use the messaging API?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 10:13 AM
Subject: Re: Signing an Apache SOAP Message


I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.


Re: Signing an Apache SOAP Message

Posted by Tariq Sultan <ta...@fourthhousesecurity.com>.
I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.

Re: Signing an Apache SOAP Message

Posted by Tariq Sultan <ta...@fourthhousesecurity.com>.
I want to access XML for both requested message and response message

-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 08:02:15 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
..


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.

Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


    Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
Do you want to access the XML for a received message, or for a message being
sent?

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 9:32 AM
Subject: Re: Signing an Apache SOAP Message


    Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.


Re: Signing an Apache SOAP Message

Posted by Tariq Sultan <ta...@fourthhousesecurity.com>.
    Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.

Re: Signing an Apache SOAP Message

Posted by Tariq Sultan <ta...@fourthhousesecurity.com>.
    Can anybody tell me how to get XML document from the SOAP Message
created by Apache SOAP.
I just want to save the SOAP Message in form of Simple XML on a storage
device.


-------Original Message-------

From: soap-user@xml.apache.org
Date: Wednesday, September 18, 2002 07:17:35 PM
To: soap-user@xml.apache.org
Subject: Re: Signing an Apache SOAP Message

I have not heard of anyone doing this successfully. There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2. This user
was using normal serialization, however. It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems. Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity. That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail: <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>
.

Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
I have not heard of anyone doing this successfully.  There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2.  This user
was using normal serialization, however.  It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems.  Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity.  That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
    I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Signing an Apache SOAP Message

Posted by Scott Nichol <sn...@scottnichol.com>.
I have not heard of anyone doing this successfully.  There is a post from
someone who was not successful (at the time, at least):
http://marc.theaimsgroup.com/?l=soap-dev&m=102490144518531&w=2.  This user
was using normal serialization, however.  It could be that if you use the
messaging intefaces (see the messaging sample) you would not have the same
problems.  Also, you could put the data you want to sign in a separate SOAP
attachment, which would be serialized with no loss of fidelity.  That would
not sign the whole envelope, of course.

Scott Nichol

----- Original Message -----
From: "Tariq Sultan" <ta...@fourthhousesecurity.com>
To: <so...@xml.apache.org>
Sent: Wednesday, September 18, 2002 7:17 AM
Subject: Signing an Apache SOAP Message



Hi All,
    I am a new comer to this list. I am using Apache SOAP for remote
procedure calling. Now i want to use XML digital signature to sign my SOAP
messages and then validate them on server side. Can anybody pl. point me
towards some examples doing the same task.

regards,

(Tariq Sultan)