Hi Jose, When I tested Axis2 WebService and .NET client, elementFormDefault="qualified" in schema was needed.
If I set elementFormDefault="unqualified", .NET client got empty (nothing) response. How about checking your WSDL types secion ? Regards, kinichiro --- José Ferreiro <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to achieve interoperability between a .net client written > in C# > (.net 2.0) to access a axis 1.4 web service. > > Java client access without any problem the web service and is able to > deserialize the class in the response. > > I'm using document/litteral. > > When I use a c# client after generating the proxy using wsdl.exe tool > from > the WSDL file written by hand for axis. > the call is successfull but I am not able to get the answer (web > service > response). > All the field are null. > > Does anybody knows a solution for this? > I am thinking to use arrays as it seems there is problems when using > classes > (to serialize and deserialize, mainly deserialize in the .net > client). > > Any suggestion, comments, doc are welcome. > I wish all of you a nice day. > > Happy Axis > > José Ferreiro > > -- > José Ferreiro > EPFL Communication Systems engineer > ing.sys.com.dipl.EPFL > ____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
