In .NET consume a Java web service that returns a hash table
I want to consume a web service built in Java from a .NET application. The web service returns a hash table in one of the methods and when I run soapUI against that method I can see that it works.
But when I add the web service as a Service Reference in VS2008 the hash tables are converted into arrays... Could I configure the service in some way to handle hashtables?
Is开发者_运维知识库 it even possible to consume a WS that returns a hashtable in .NET???
best regards, Zeno
精彩评论