|
| Web Services Interop with Java |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.dotnet.framework.webservices.
| Nico |
Hi,
I have to write a .NET client that call methods in a Web Service written in Java with Apache AXIS. Everything is ok with primitive types (int, bool, string, long...) and arrays of primitives. But I got issues when the methods return types like Vector or HashMap.
Does anyone solve the problem to deal with Vector, HashMap and so on, in a ..NET Web Service client ? Thanks in advance.
Nico.
|
|
|
| |
|
| |
| |
| nimo |
Hi !
You would have to specify a struct in your wsdl file that contains whatever information your vector objects contain, and return an array of these instead of returning the corresponding java class.
|
|
|
| |
|
| |
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|