Re: interoperability. SPROXY

2003-03-10 Thread Martin Gainty
To the person who wrote on Sunday-I finally got the C# answer to returning a vector of Strings from a WSDL created by Axis:Basically you have to return a struct Vector of  IEnumerable objects..//here is a Main method to make everything workstatic void Main(){ strings[] = {"Tom","Dick","Harry"}

interoperability. SPROXY

2003-03-10 Thread Ghershony, Arie
I have a WSDL that was written in AXIS/Java. and the client is .NET C++ . I used SPROXY to read that WSDL file and receive the following error: how should I handle: "Anytype?? Thanks, Aria: C:\UIX\UIXClient\UIXClient>sproxy /out:C:\UIX\EOBservice.h http://ccvaapps02:80 80/axis/services/Mes