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

Reply via email to