![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
In the current version we do not support XML serialization of java-language objects. This means any web-service written in J# cannot take or return java-language objects as parameter. In your specific case, you can workaround the problem by using System.Collections.ArrayList class of .NET Frameworks instead of java.util.ArrayList. Thanks, Gautam Microsoft Visual J# .NET Product Team This posting is provided "AS IS" with no warranties, and confers no rights. Please do not send email directly to this alias. This alias is for newsgroup purposes only. "Ashish" <asdd (AT) hotmail (DOT) com> wrote in message news:eKLm7awQDHA.704 (AT) tk2msftngp13 (DOT) phx.gbl... Hi There, I am having a c# client that I want to use with a java webservice. Methods in the java service take an arraylist. Proxy classes that .net generated only contain definition of arraylist as an object. I am wondering how to I pass my data to the service. Has anyone of you faced a similar problem ? TIA Ashish |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |