Hi All.
  I am new to implementation of Webservices. I am trying to pass a
structure which has an array of the same structure in it as a member
variable e.g.

struct Parent
{

child[] arrChild
}


child
{
string name;
int age;
child[] arrChild;
}



When I try to pass the structure Parent through the webservice to the
client which is and exe I get an exception "Could not load child Invalid
format" . But when I try to call the same function the second time without
killing the aspnet_wp.exe it works fine..and I get my required data..
Can anyone explain what is happening.

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to