Having created the rpc with asp fine i was keen to try accessing the data through
vb.net (code on page 567). Firstly i created a
vb.net console app, then typed in the code. Expecting the simple app to work i hit play. The following error appears.
"An unhandled exception of type 'System.ArgumentException' occurred in microsoft.visualbasic.dll
Additional information: Argument 'Prompt' cannot be converted to type 'String'."
Can anyone tell me what im doing wrong? the codes in fine, the link to the asp.net page works fine. (works fine as an asp page to)
I think the problems with this line..
MsgBox(xdDoc.SelectSingleNode("/updateTotalResponse/extPrice"))
but im not positive. Any help would be much appreciated.