Get array from xml Web Service
-
Hi, I want to receive an array that has custom type elements from an Xml WebService.How may i do this by using Asp.Net .I need only the code part that gets the array(i don't know the length of the array). --junior coder--
-
Hi, I want to receive an array that has custom type elements from an Xml WebService.How may i do this by using Asp.Net .I need only the code part that gets the array(i don't know the length of the array). --junior coder--
You're consuming the web service, not writing it ? What do you mean by 'custom type elements' ? The entire array is stored in there ? As what, a CDATA section ? I assume you'd deserialise it somehow. Christian Graus - Microsoft MVP - C++
-
You're consuming the web service, not writing it ? What do you mean by 'custom type elements' ? The entire array is stored in there ? As what, a CDATA section ? I assume you'd deserialise it somehow. Christian Graus - Microsoft MVP - C++
i solved it.i was trying to consume wrong function that does not return array. X| Thanx for reply --junior coder--