M
Molalla Attenborough
My task seems simple: I want to create a vb.net webservice and consume it
with a client created in Macromedia FlashMX.
Let's get this out of the way - I don't want to use Coldfusion for data access.
I do not want to use vb.net to create my client interface. I want my service
to return a plain old array of complex types.
FlashMX doesn't work well with XML data serialized by returning a dataset
object from a public function in the service.
I have been trying to find a way to return the data from the service in a manner
that Flash can utilize. I have made some headway but I need a little more help.
Can anyone show me a way to return data from a vb.net webservice in a format
that is serialzed as an array of complex types? I would really appreciate it.
I don't need the code to fill datasets. I just need to know how to proceed from
there.
Thanks in advance!
with a client created in Macromedia FlashMX.
Let's get this out of the way - I don't want to use Coldfusion for data access.
I do not want to use vb.net to create my client interface. I want my service
to return a plain old array of complex types.
FlashMX doesn't work well with XML data serialized by returning a dataset
object from a public function in the service.
I have been trying to find a way to return the data from the service in a manner
that Flash can utilize. I have made some headway but I need a little more help.
Can anyone show me a way to return data from a vb.net webservice in a format
that is serialzed as an array of complex types? I would really appreciate it.
I don't need the code to fill datasets. I just need to know how to proceed from
there.
Thanks in advance!