Hello everyone. I am new to Web Services and i need some help.
I have a method in my web server that , as a result, must return a structure, for example, this one that is part of a public Class

Structure Invoice_Body_It em
Dim Item_Descriptio n As String
Dim Item_Value As Double
End Structure

How can i acomplish that. In advance, thanks a lot for your help.

...