Re: using DoAutoTypes flag in TypeMappingImpl?

2004-12-02 Thread Davanum Srinivas
um Srinivas [mailto:[EMAIL PROTECTED] > Sent: 02 December 2004 17:24 > To: [EMAIL PROTECTED] > Subject: Re: using DoAutoTypes flag in TypeMappingImpl? > > Patrick, > > As i mentioned in the bug report, i need to know that it works at least > for a specific use case / test scenari

RE: using DoAutoTypes flag in TypeMappingImpl?

2004-12-02 Thread Patrick Martin
m: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 17:24 To: [EMAIL PROTECTED] Subject: Re: using DoAutoTypes flag in TypeMappingImpl? Patrick, As i mentioned in the bug report, i need to know that it works at least for a specific use case / test scenario before letting it in.

Re: using DoAutoTypes flag in TypeMappingImpl?

2004-12-02 Thread Davanum Srinivas
Patrick, As i mentioned in the bug report, i need to know that it works at least for a specific use case / test scenario before letting it in. Here's how we can tackle this: Step #1: Get latest CVS, make the fix as suggested in the bug report. Step #2: come up with a sample web service and sample

using DoAutoTypes flag in TypeMappingImpl?

2004-12-02 Thread Patrick Martin
Hi all I'm using AXIS in closed pure Java system, and it seems for us a combination of dynamic invocation and the DoAutoTypes property in TypeMappingImpl might make the use of Web Services very easy. However, the property is defaulted to false, and I can't see the approved way to set it. There i