J
John Wels
Hi.
I would like to ask.
IN my program I have refferences to any web Service.
When I want call some method of this service I use:
Dim myservice As New cx.dragon.amaral.Calculator
Messagebox.show(myservice.Add(10, 10))
It returns 20.
How can I receive response from that method in xml format?
Thanks for answers.
I would like to ask.
IN my program I have refferences to any web Service.
When I want call some method of this service I use:
Dim myservice As New cx.dragon.amaral.Calculator
Messagebox.show(myservice.Add(10, 10))
It returns 20.
How can I receive response from that method in xml format?
Thanks for answers.