You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Siddhartha Subramanian <si...@nortel.com> on 2006/03/23 23:14:12 UTC

axis 1.3 autotyping broken?

Let me rephrase, is there a reason why Axis wants tobase64 encode the
headers?

 

Using Axis1.3 and turning on Autotyping (axis.doAutoTypes) on the client
wsdd makes axis base64 encode the headers, is there some way this
disable this encoding? 

 

Any information will be helpful

 

Sid


RE: axis 1.3 autotyping broken?

Posted by Tom Jordahl <tj...@adobe.com>.
Autotyping is (as I understand it) just a way to cause the engine to
attempt to use the BeanSerializer when it fails to find a type mapping
for something.  It almost works, but falls down in same cases which is
why it isn't on by default.

 

I don't know why this would be tied to base64 encoding headers.  Did you
debug the code to see what was going on?

 

--

Tom Jordahl

Adobe 

________________________________

From: Siddhartha Subramanian [mailto:siddhartha.subramanian@nortel.com] 
Sent: Thursday, March 23, 2006 5:14 PM
To: axis-dev@ws.apache.org
Subject: axis 1.3 autotyping broken?

 

Let me rephrase, is there a reason why Axis wants tobase64 encode the
headers?

 

Using Axis1.3 and turning on Autotyping (axis.doAutoTypes) on the client
wsdd makes axis base64 encode the headers, is there some way this
disable this encoding? 

 

Any information will be helpful

 

Sid