users@jax-rpc.java.net

Re: JAX-RPC Supported data types

From: Anne Thomas Manes <anne_at_MANES.NET>
Date: Mon, 11 Aug 2003 14:17:19 -0400

The JAX-RPC spec treats org.w3c.dom.Element as a Value Type.
So yes, per the spec, you should be able to do this.

Anne

----- Original Message -----
From: "Danling Shi" <danling_at_US.IBM.COM>
To: <JAXRPC-INTEREST_at_JAVA.SUN.COM>
Sent: Monday, August 11, 2003 1:28 PM
Subject: JAX-RPC Supported data types


> Does any one know if org.w3c.dom.Element is a valid data type in a JAX-RPC
> base Web Service.
>
> In other words, could I define my Web service interface as:
> public org.w3c.dom. Element getSystemService(org.w3c.dom.Element);
>
> Thanks in advance for your help.
>
> Danling Shi
>