Re: Another issue

2005-09-06 Thread jayachandra
Alternately, you could code your own Serializer/Deserializer taking help from existing SimpleSerializer and Deserializer Factories that are present in org.apache.axis.encoding.ser package and later use typeMapping ... in your WSDD. For more informationtake a look

Another issue

2005-09-05 Thread Fabrício
Hello all, As I said in previous messages, I want to create a web service that could receive any types and dynamically extracts the contents of those types. Thus, I saw in java Object a solution for my problem. Hence, I created the web service that receives and returns the java Object:

Re: Another issue

2005-09-05 Thread Jeff Greif
Sent: Monday, September 05, 2005 6:43 AM Subject: Another issue Hello all, As I said in previous messages, I want to create a web service that could receive any types and dynamically extracts the contents of those types. Thus, I saw in java Object a solution for my problem. Hence, I created