You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Sudhir K R <Su...@Talisma.com> on 2001/03/19 12:10:07 UTC

class file

Hi,

I created a soap component which I need to deploy on a machine which has its
own JVM implementation.
The component works fine in my machine. It has methods that return "String"
and "Document". 

This does not work in the other machine. If I take out the methods that
return "Document" , the other methods work. But once I have them, none of
the methods work.

Doesn't class file store the necessary info to recognize its data types
during compilation ? 
Any clues ?

Thanks,
Sudhir