This is a bug in the way Axis 1.3 manages arrays.

On 7/31/06, Pradeep Reddy <[EMAIL PROTECTED]> wrote:
Hi all,
I am using Axis 1.3.

My webservice is sending back a response that is similar to this for couple
of contained objects.
....
<iv_contactInfo>
...
<iv_contactInfo>
...

However, .NET is expecting
..
<ContactInfo>
<iv_contactInfo>
....
<iv_contactInfo>
<ContactInfo>
..
and returns null values for ContactInfo objects.

ContactInfo is the type of object that client builds after recieving the
response.
Please note that Contactinfo is returned as part of a larger object
PublishedAsset.

PublishedAsset
   -- ArrayOfAssetContact
          --AssetContact
              ---ContactInfo

Has anyone seen this issue before?  Any help would be greatly appreciated.

Thanks,
Pradeep



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to