Re: Yet another Custom Header question

2004-11-10 Thread Kevin Duling
That worked, thanks! I'd managed to come up with a similar solution late last night, but I was calling SOAPFactory to create the elements. Your version is much cleaner. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Yet another Custom Header que

Re: Yet another Custom Header question

2004-11-10 Thread tony . q . weddle
tion.  And I can't figure out how to do that. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 12:24 AM Subject: Re: Yet another Custom Header question I would guess that Axis couldn't figure out how to serialize a

Re: Yet another Custom Header question

2004-11-09 Thread Kevin J. Duling
7;t figure out how to do that. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 12:24 AM Subject: Re: Yet another Custom Header question I would guess that Axis couldn't figure out how to serialize a TSecurity

Re: Yet another Custom Header question

2004-11-09 Thread tony . q . weddle
I would guess that Axis couldn't figure out how to serialize a TSecurity instance. You'd need to define the type mapping to Axis. This can be done with a registerTypeMapping call on the Call object, or through the client-config.wsdd file. If the standard Axis serializers can't handle it, you'll ha