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 Glen Daniels <gl...@thoughtcraft.com> on 2005/04/27 04:53:18 UTC

Re: cvs commit: ws-axis/java/src/org/apache/axis/server server-config.wsdd

Hi dims:

I'm not really objecting, but I'm wondering if this flag should be the other 
way around (i.e. preferEncodedTypes="true" to get the old behavior) - if we 
think this is the right way to default, we should maybe make it the default, 
no?

Along these lines, maybe it would be a good idea to add an "axisVersion" to 
the server-config.wsdd, and then we could set defaults like this based on 
the version (in other words, the Axis version that the WSDD file is "keyed" 
to)?  In fact, I think that's maybe preferable - add 
"<axisVersion>1.2<\axisVersion>" to the WSDD file, and set the default value 
of the dotNetSoapEncFix property based on that.  That way if there's no 
<axisVersion>, the engine uses the 1.1 defaults.  If there is an 
<axisVersion>, it can use appropriate defaulting and avoid having to set 
flags like this.  What do you think?

(FYI, I'll be reading mail again tomorrow night from New Orleans, but 
probably not before then...)

--Glen

----- Original Message ----- 
From: <di...@apache.org>
To: <ws...@apache.org>
Sent: Tuesday, April 26, 2005 10:26 PM
Subject: cvs commit: ws-axis/java/src/org/apache/axis/server 
server-config.wsdd


> dims        2005/04/26 19:26:49
>
>  Modified:    java/src/org/apache/axis/server server-config.wsdd
>  Log:
>  all-tests works fine with dotNetSoapEncFix=true...any objections, please 
> chime in quickly :)
>
>  Revision  Changes    Path
>  1.18      +1 -0 
> ws-axis/java/src/org/apache/axis/server/server-config.wsdd
>
>  Index: server-config.wsdd
>  ===================================================================
>  RCS file: 
> /home/cvs/ws-axis/java/src/org/apache/axis/server/server-config.wsdd,v
>  retrieving revision 1.17
>  retrieving revision 1.18
>  diff -u -r1.17 -r1.18
>  --- server-config.wsdd 8 Jun 2004 19:45:48 -0000 1.17
>  +++ server-config.wsdd 27 Apr 2005 02:26:49 -0000 1.18
>  @@ -6,6 +6,7 @@
>
>    <globalConfiguration>
>      <parameter name="disablePrettyXML" value="true"/>
>  +   <parameter name="dotNetSoapEncFix" value="true"/>
>      <requestFlow>
>        <handler type="java:org.apache.axis.handlers.JWSHandler">
>           <parameter name="scope" value="session"/>
>
>
>
>
>