RE: Array serialize Axis 1.2 Final

2005-06-10 Thread Popa Horia Doru
The WSDLs are the same. 
-Original Message-
From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] 
Sent: 10 iunie 2005 14:50
To: axis-user
Subject: Re: Array serialize Axis 1.2 Final

Note that 1.2 Final included a bunch of fixes to array processing, so
I'm not suprised that the processing changed between 1.2RC and 1.2
Final.

Anne

On 6/10/05, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
> The 1.2 response matches your WSDL. Perhaps the WSDL changed between
> 1.2RC and 1.2. Can you also send us the 1.2RC WSDL?
> 
> On 6/9/05, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
> > -- Forwarded message --
> > From: Popa Horia <[EMAIL PROTECTED]>
> > Date: Jun 9, 2005 2:12 AM
> > Subject: RE: Array serialize Axis 1.2 Final
> > To: axis-user@ws.apache.org
> >
> >
> >
> >  I have attached it...
> >
> > -Original Message-
> > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> > Sent: 4 iunie 2005 14:37
> > To: Popa Horia
> > Subject: Re: Array serialize Axis 1.2 Final
> >
> > I still need to see your WSDL.
> >
> > On 6/3/05, Popa Horia <[EMAIL PROTECTED]> wrote:
> > >
> > > I have started with a WSDD file where I have defined my services and
> > > all the data types that my service is using. WSDL is generated by the
> > server.
> > > Here are two type mappings from my WSDD file:
> > >
> > > ARRAY:
> > >
> > >> >
> > >
> >
xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
> > yBean"
> > >qname="ns:ArrayOfSerialNumberHistoryBean"
> > >type="java:default.SerialNumberHistoryBean[]"
> > >
> > > serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
> > >
> > > deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"
> > >
> > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
> > >
> > > BEAN:
> > >
> > >> >
> > >
> >
xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
> > yBean"
> > >qname="ns:SerialNumberHistoryBean"
> > >type="java:default.SerialNumberHistoryBean"
> > >
> > > serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
> > >
> > > deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
> > >
> > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
> > >
> > > Below is the complete schema as requested:
> > >
> > > Axis 1.2 Final
> > > 
> > > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> > >   
> > >   > >
> >
xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
> > ountsManager">
> > > 
> > >false
> > >
> > >   
> > >  113.210.236.206
> > >   
> > >
> > >45
> > > 
> > >      
> > >   
> > >
> > >
> > >
> > >
> > >
> > > Axis 1.2 RC3
> > > 
> > > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> > >   
> > >   > >
> >
xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
> > ountsManager">
> > > 
> > >false
> > >
> > >   
> > >  113.210.236.206
> > >   
> > >
> > >45
> > > 
> > >  
> > >   
> > >
> > >
> > >
> > > -Original Message-
> > > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> > > Sent: 3 iunie 2005 22:30
> > > To: axis-user@ws.apache.org
> > > Subject: Re: Array serialize Axis 1.2 Fina

Re: Array serialize Axis 1.2 Final

2005-06-10 Thread Anne Thomas Manes
The 1.2 response matches your WSDL. Perhaps the WSDL changed between
1.2RC and 1.2. Can you also send us the 1.2RC WSDL?

On 6/9/05, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
> -- Forwarded message --
> From: Popa Horia <[EMAIL PROTECTED]>
> Date: Jun 9, 2005 2:12 AM
> Subject: RE: Array serialize Axis 1.2 Final
> To: axis-user@ws.apache.org
> 
> 
> 
>  I have attached it...
> 
> -Original Message-
> From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> Sent: 4 iunie 2005 14:37
> To: Popa Horia
> Subject: Re: Array serialize Axis 1.2 Final
> 
> I still need to see your WSDL.
> 
> On 6/3/05, Popa Horia <[EMAIL PROTECTED]> wrote:
> >
> > I have started with a WSDD file where I have defined my services and
> > all the data types that my service is using. WSDL is generated by the
> server.
> > Here are two type mappings from my WSDD file:
> >
> > ARRAY:
> >
> >>
> >
> xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
> yBean"
> >qname="ns:ArrayOfSerialNumberHistoryBean"
> >type="java:default.SerialNumberHistoryBean[]"
> >
> > serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
> >
> > deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"
> >
> > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
> >
> > BEAN:
> >
> >>
> >
> xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
> yBean"
> >qname="ns:SerialNumberHistoryBean"
> >type="java:default.SerialNumberHistoryBean"
> >
> > serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
> >
> > deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
> >
> > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
> >
> > Below is the complete schema as requested:
> >
> > Axis 1.2 Final
> > 
> > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> >   
> >   >
> xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
> ountsManager">
> > 
> >false
> >
> >   
> >  113.210.236.206
> >   
> >
> >45
> > 
> >  
> >   
> >
> >
> >
> >
> >
> > Axis 1.2 RC3
> > 
> > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> >   
> >   >
> xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
> ountsManager">
> > 
> >false
> >
> >   
> >  113.210.236.206
> >   
> >
> >45
> > 
> >  
> >   
> >
> >
> >
> > -Original Message-
> > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> > Sent: 3 iunie 2005 22:30
> > To: axis-user@ws.apache.org
> > Subject: Re: Array serialize Axis 1.2 Final
> >
> > Is there a default namespace specified higher up in the message?
> > And how does your WSDL describe the structure? (please include the
> > entire
> > schema)
> >
> > Anne
> >
> > On 6/3/05, Popa Horia <[EMAIL PROTECTED]> wrote:
> > >
> > > I moved from Axis 1.2 RC3 to Axis 1.2 final and I have noticed that
> > > my application doesn't work anymore. The application is a Axis 1.5 C++
> stub.
> > > The reason is that the Array are serialized different in Axis 1.2
> > > RC3 and Axis 1.2 Final.
> > >
> > > If you have some information about this please write back.
> > >
> > > Thanks
> > >
> > > Below are the samples:
> > >
> > > Axis 1.2 RC3
> > >
> > >
> > >   
> > >  193.230.236.206
> > >  2005-05-27T07:50:08.000Z
> > >  false
> > >  851830523
> > >  41
> > >  0
> > >  nPower installation
> > >  0
> > >  false
> > >   
> > >
> > >
> > > Axis 1.2 Final
> > >
> > >   
> > >  193.230.236.206
> > >  2005-05-27T07:50:08.000Z
> > >  false
> > >  851830523
> > >  41
> > >  0
> > >  nPower installation
> > >  0
> > >  false
> > >   
> > >
> > >
> > >
> >
> >
> >
> 
> 
>


Re: Array serialize Axis 1.2 Final

2005-06-10 Thread Anne Thomas Manes
Note that 1.2 Final included a bunch of fixes to array processing, so
I'm not suprised that the processing changed between 1.2RC and 1.2
Final.

Anne

On 6/10/05, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
> The 1.2 response matches your WSDL. Perhaps the WSDL changed between
> 1.2RC and 1.2. Can you also send us the 1.2RC WSDL?
> 
> On 6/9/05, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
> > -- Forwarded message --
> > From: Popa Horia <[EMAIL PROTECTED]>
> > Date: Jun 9, 2005 2:12 AM
> > Subject: RE: Array serialize Axis 1.2 Final
> > To: axis-user@ws.apache.org
> >
> >
> >
> >  I have attached it...
> >
> > -Original Message-
> > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> > Sent: 4 iunie 2005 14:37
> > To: Popa Horia
> > Subject: Re: Array serialize Axis 1.2 Final
> >
> > I still need to see your WSDL.
> >
> > On 6/3/05, Popa Horia <[EMAIL PROTECTED]> wrote:
> > >
> > > I have started with a WSDD file where I have defined my services and
> > > all the data types that my service is using. WSDL is generated by the
> > server.
> > > Here are two type mappings from my WSDD file:
> > >
> > > ARRAY:
> > >
> > >> >
> > >
> > xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
> > yBean"
> > >qname="ns:ArrayOfSerialNumberHistoryBean"
> > >type="java:default.SerialNumberHistoryBean[]"
> > >
> > > serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
> > >
> > > deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"
> > >
> > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
> > >
> > > BEAN:
> > >
> > >> >
> > >
> > xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
> > yBean"
> > >qname="ns:SerialNumberHistoryBean"
> > >type="java:default.SerialNumberHistoryBean"
> > >
> > > serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
> > >
> > > deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
> > >
> > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
> > >
> > > Below is the complete schema as requested:
> > >
> > > Axis 1.2 Final
> > > 
> > > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> > >   
> > >   > >
> > xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
> > ountsManager">
> > > 
> > >false
> > >
> > >   
> > >  113.210.236.206
> > >   
> > >
> > >45
> > > 
> > >      
> > >   
> > >
> > >
> > >
> > >
> > >
> > > Axis 1.2 RC3
> > > 
> > > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> > >   
> > >   > >
> > xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
> > ountsManager">
> > > 
> > >false
> > >
> > >   
> > >  113.210.236.206
> > >   
> > >
> > >45
> > > 
> > >  
> > >   
> > >
> > >
> > >
> > > -Original Message-
> > > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> > > Sent: 3 iunie 2005 22:30
> > > To: axis-user@ws.apache.org
> > > Subject: Re: Array serialize Axis 1.2 Final
> > >
> > > Is there a default namespace specified higher up in the message?
> > > And how does your WSDL describe the structure? (please include the
> > > entire
> &g

RE: Array serialize Axis 1.2 Final

2005-06-08 Thread Popa Horia

 I have attached it...

-Original Message-
From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
Sent: 4 iunie 2005 14:37
To: Popa Horia
Subject: Re: Array serialize Axis 1.2 Final

I still need to see your WSDL.

On 6/3/05, Popa Horia <[EMAIL PROTECTED]> wrote:
>  
> I have started with a WSDD file where I have defined my services and 
> all the data types that my service is using. WSDL is generated by the
server.
> Here are two type mappings from my WSDD file: 
>   
> ARRAY: 
>   
>  
>
xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
yBean"
>qname="ns:ArrayOfSerialNumberHistoryBean"
>type="java:default.SerialNumberHistoryBean[]"
>   
> serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
>   
> deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"
>   
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
>   
> BEAN: 
> 
>  
>
xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistor
yBean"
>qname="ns:SerialNumberHistoryBean"
>type="java:default.SerialNumberHistoryBean"
>   
> serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
>   
> deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
>   
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
>   
> Below is the complete schema as requested: 
>   
> Axis 1.2 Final
> 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>   
>  
xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
ountsManager">
> 
>false
>
>   
>  113.210.236.206
>   
>
>45
> 
>  
>   
>
>   
> 
>  
> 
> Axis 1.2 RC3
> 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>   
>  
xmlns="http://webservices.installer.fusion7.fusion.websitepros.com/FusionAcc
ountsManager">
> 
>false
>
>   
>  113.210.236.206
>   
>
>45
> 
>  
>   
>
> 
> 
> -Original Message-
> From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> Sent: 3 iunie 2005 22:30
> To: axis-user@ws.apache.org
> Subject: Re: Array serialize Axis 1.2 Final
> 
> Is there a default namespace specified higher up in the message?
> And how does your WSDL describe the structure? (please include the 
> entire
> schema)
> 
> Anne
> 
> On 6/3/05, Popa Horia <[EMAIL PROTECTED]> wrote:
> > 
> > I moved from Axis 1.2 RC3 to Axis 1.2 final and I have noticed that 
> > my application doesn't work anymore. The application is a Axis 1.5 C++
stub.
> > The reason is that the Array are serialized different in Axis 1.2
> > RC3 and Axis 1.2 Final.
> > 
> > If you have some information about this please write back.
> >  
> > Thanks
> >  
> > Below are the samples:
> >  
> > Axis 1.2 RC3
> >  
> >
> >   
> >  193.230.236.206
> >  2005-05-27T07:50:08.000Z
> >  false
> >  851830523
> >  41
> >  0
> >  nPower installation
> >  0
> >  false
> >   
> >
> >  
> > Axis 1.2 Final
> >  
> >   
> >  193.230.236.206
> >  2005-05-27T07:50:08.000Z
> >  false
> >  851830523
> >  41
> >  0
> >  nPower installation
> >  0
> >  false
> >   
> >  
> >  
> >
> 
> 
>


AccountsManagerService.wsdl
Description: Binary data


RE: Array serialize Axis 1.2 Final

2005-06-03 Thread Popa Horia



I have started with a WSDD file where I have defined my services and all 
the data types that my service is using. WSDL is generated by the 
server.
Here are two type mappings from my 
WSDD file:
 
ARRAY:
 
 xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistoryBean"   qname="ns:ArrayOfSerialNumberHistoryBean"   type="java:default.SerialNumberHistoryBean[]"   serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"   deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"   encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
BEAN:
 xmlns:ns="http://beans.dataobjects.matrix.websitepros.com/SerialNumberHistoryBean"   qname="ns:SerialNumberHistoryBean"   type="java:default.SerialNumberHistoryBean"   serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"   deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"   encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
Below is the complete schema as 
requested:
 
Axis 1.2 Final
   http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
 
http://webservices.installer.fusion7.fusion.websitepros.com/FusionAccountsManager">    
   
false   
  
 
113.210.236.206  
   
   
45    
 
  
   
 

Axis 1.2 RC3   http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
 
http://webservices.installer.fusion7.fusion.websitepros.com/FusionAccountsManager">    
   
false   
  
 
113.210.236.206  
   
   
45    
 
  
   
-Original Message-From: Anne Thomas 
Manes [mailto:[EMAIL PROTECTED]]Sent: 
3 iunie 2005 22:30To: axis-user@ws.apache.orgSubject: Re: Array 
serialize Axis 1.2 FinalIs there a default namespace specified higher up 
in the message?And how does your WSDL describe the structure? (please 
include the entire schema)AnneOn 6/3/05, Popa Horia 
<[EMAIL PROTECTED]> wrote:> > I moved from Axis 
1.2 RC3 to Axis 1.2 final and I have noticed that my> application doesn't 
work anymore. The application is a Axis 1.5 C++ stub.> The reason is that 
the Array are serialized different in Axis 1.2 RC3> and Axis 1.2 
Final.> > If you have some information about this please 
write back.>  > Thanks>  > Below 
are the samples:>  > Axis 1.2 
RC3>  >    
>   
>  
193.230.236.206>  
2005-05-27T07:50:08.000Z>  
false>  
851830523>  
41>  
0>  
nPower 
installation>  
0>  
false>   
>    
>  > Axis 1.2 
Final>  >   
>  
193.230.236.206>  
2005-05-27T07:50:08.000Z>  
false>  
851830523>  
41>  
0>  
nPower 
installation>  
0>  
false>   
>  >  >


Re: Array serialize Axis 1.2 Final

2005-06-03 Thread Anne Thomas Manes
Is there a default namespace specified higher up in the message? 
And how does your WSDL describe the structure? (please include the
entire schema)

Anne

On 6/3/05, Popa Horia <[EMAIL PROTECTED]> wrote:
>  
> I moved from Axis 1.2 RC3 to Axis 1.2 final and I have noticed that my
> application doesn't work anymore. The application is a Axis 1.5 C++ stub.
> The reason is that the Array are serialized different in Axis 1.2 RC3 and
> Axis 1.2 Final. 
>  
> If you have some information about this please write back. 
>   
> Thanks 
>   
> Below are the samples: 
>   
> Axis 1.2 RC3 
>   
>
>   
>  193.230.236.206
>  2005-05-27T07:50:08.000Z
>  false
>  851830523
>  41
>  0
>  nPower installation
>  0
>  false
>   
> 
>   
> Axis 1.2 Final 
>   
>   
>  193.230.236.206
>  2005-05-27T07:50:08.000Z
>  false
>  851830523
>  41
>  0
>  nPower installation
>  0
>  false
>
>   
>   
>