|
i wrote a RPC based service with this interface:
org.w3c.dom.Element Service(org.w3c.dom.Element e) the problem is that i can't access to this service from an other platfom = but java-axis (i.e .NET) probably because Element is a java specific class do i have to write a custom serializer for the object Element or .... if somebody kows how to do please reply me |
