How to handle return Java ArrayList into my DotNet Client API
- From: "Nicolas" <nliebel@xxxxxxxxxxx>
- Date: Sun, 28 Oct 2007 22:02:35 -0500
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
.
- Follow-Ups:
- Re: How to handle return Java ArrayList into my DotNet Client API
- From: Spam Catcher
- Re: How to handle return Java ArrayList into my DotNet Client API
- Prev by Date: RE: system administrator
- Next by Date: Re: How to handle return Java ArrayList into my DotNet Client API
- Previous by thread: RE: accessing unsecured webservice from a secured webservice
- Next by thread: Re: How to handle return Java ArrayList into my DotNet Client API
- Index(es):
Relevant Pages
|