RE: Client side soap:header support.

2002-04-29 Thread St-Germain, Sylvain
EMAIL PROTECTED]] Sent: Friday, April 26, 2002 8:40 AM To: [EMAIL PROTECTED] Subject: RE: Client side soap:header support. Sylvain - let me see if I can convey a compelling position for the dual stack implementation. Think of the ability to define a request header of tag name TransactionID

RE: Client side soap:header support.

2002-04-26 Thread Chris Haddad
ke of convenience. However, the abstraction is a red herring if the and definitions differ. /Chris -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 5:59 PM To: [EMAIL PROTECTED] Subject: RE: Client side soap:header support. Glen

RE: Client side soap:header support.

2002-04-25 Thread St-Germain, Sylvain
ilto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 5:28 PM To: '[EMAIL PROTECTED]' Subject: RE: Client side soap:header support. I have been talking with Glen and giving this a bit of thought. It believe that we do NOT want the headers on the Service, but they need to be associated with

RE: Client side soap:header support.

2002-04-25 Thread Tom Jordahl
changes to your implementation without too much pain. -- Tom Jordahl Macromedia -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:27 PM To: [EMAIL PROTECTED] Subject: RE: Client side soap:header support. Tom, As you noticed I did not

RE: Client side soap:header support.

2002-04-24 Thread St-Germain, Sylvain
soap:header entry in the operation binding. You will need to apply the patch I have provided manually though... Sylvain. -Original Message- From: Chris Haddad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:50 PM To: [EMAIL PROTECTED] Subject: RE: Client side soap:header

RE: Client side soap:header support.

2002-04-23 Thread Chris Haddad
Sylvain - Do you have any thoughts on how we could easily extend the code to support a hierarchical namespace? I'd like to be able to add the following as soap headers: some value /Chris

RE: Client side soap:header support.

2002-04-23 Thread St-Germain, Sylvain
pril 23, 2002 12:07 PM To: '[EMAIL PROTECTED]' Subject: RE: Client side soap:header support. Sylvain, I took a look at this code and its looking good. I do have some JAX-RPC concerns however. A few comments/questions: - The required attribute isn't getting set? You probably want

RE: Client side soap:header support.

2002-04-23 Thread Tom Jordahl
Sylvain, I took a look at this code and its looking good. I do have some JAX-RPC concerns however. A few comments/questions: - The required attribute isn't getting set? You probably want to investigate and fix that problem as part of your submission. See your comment in Header.java. - H