N
Nicolas
Very urgent need help on how to handle the ArrayList return by the Java
webservice into my DotNet Console application
Actually the bug came within the return has not understanding the return XML
document
Additional information: There is an error in XML document (1, 573).
my code is like this
Dim nWS as New ws_JavaWebService() 'This is the webservice
Dim nRetVal as New ws_JavaList 'This is the return object
which is an ArrayList from Java J2EE
nRetVal = nWs.GetInfo("param_1","param_2","param_3","param_4") ----->
Problem arise here in the return
Console.writeline(nRetVal.Item(0).ToString)
Console.read
Thanks
Nicolas
webservice into my DotNet Console application
Actually the bug came within the return has not understanding the return XML
document
Additional information: There is an error in XML document (1, 573).
my code is like this
Dim nWS as New ws_JavaWebService() 'This is the webservice
Dim nRetVal as New ws_JavaList 'This is the return object
which is an ArrayList from Java J2EE
nRetVal = nWs.GetInfo("param_1","param_2","param_3","param_4") ----->
Problem arise here in the return
Console.writeline(nRetVal.Item(0).ToString)
Console.read
Thanks
Nicolas