How to handle return Java ArrayList into my DotNet Client API

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.



Relevant Pages

  • How to handle webservice Java ArrayList in Dotnet client
    ... 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 ... There is an error in XML document ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Question re XPS format
    ... - but in Java you would need to recreate a lot of complex rendering logic, which already exists as ready-to-call APIs in .NET. ... If you can intercept the data before it is committed to XPS - say, as an XML document - then you can use any XML parser you like, and Java might be a good choice. ... Once the data is encoded as an XPS document, it's pretty much a creature of the .NET world. ...
    (microsoft.public.windows.vista.general)
  • Re: Writing Java Webservice for a given .NET client
    ... In comp.lang.java.advocacy, Oliver Wong ... I want to write a Java webservice that could be consumed by the ... request, and the server sends an XML document in response, right? ...
    (comp.lang.java.advocacy)
  • xml to Hibernate beans
    ... I have xml document with data to populate Hibernate (Java) objects. ... there good strategy to do this other than manually mapping data from xml ... tree to Java objects? ...
    (comp.lang.java.programmer)
  • Re: simple search on an XML file
    ... > Is there a simple search method, using java, for a XML document. ... search to be in some way constrained by the XML structure? ... Try searching on Google for documentation on Java and XPath. ...
    (comp.lang.java.help)