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
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
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
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