Hi Stanley, Your .NET Stub ist generated as expected (with arrays as return types)? The xml-response from the server contains the right data (try to use a SOAP-Monitor to validate this). But the elements of the array are "null" when you try to access it in your client?
Seems to me like you have the same problem that I had. In this case you have a problem with your namespaces. If you post your wsdl, your wsdd and a corresponding response message from the server, somebody on the mailing list should be able to point out exactly what's wrong. I changed a namespace in my wsdd-file, redeployed my service and everything worked fine. Good luck ;-) Oliver Wolters -- ProCom Systemhaus und Ingenieurunternehmen GmbH Luisenstr. 41 - D-52070 Aachen Tel. +49 241 51804-181 Fax +49 241 51804-30 http://www.procom.de mailto:[EMAIL PROTECTED] -----Ursprüngliche Nachricht----- Von: Stanley Stanev [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. Juni 2006 05:14 An: [email protected] Betreff: Axis arrays and .NET problem I have deployed a web service under Axis 1.4 that returns an array to the consumers of the service Axis clients work very well, however .NET clients does not get the elements of the array I have tried both document and wrapped styles of the services in the WSDD: ...<service name="TestService" provider="java:RPC" style="document" use="literal">... and ...<service name="TestService" provider="java:RPC" style="wrapped" use="literal">... but still does NOT work any ideas are greatly appreciated!!! thanks, Stanley Stanev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
