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 Bo...@putnam.com on 2002/07/15 18:10:54 UTC

Problem with org.w3c.dom.Element Serializer

Hi soapers,

I have the following problem/question:
I'm trying to an org.w3c.dom.Element, but it looks like there is no
Serializer/Deserializer for such elements in SOAP. Is there a way to
overcome.
I know that it is possible to Create New Serializers and Deserializers but
how we can do is.

Please if anyone had this problem before, or now how to deal with it let me
know.
Thanks
Boris Paskalev



soap client applet

Posted by Wei Li <we...@eng.fsu.edu>.
Hello,

I want to use java applet as soap client user interface. But can not find
some useful links and examples through web. Some help will be appreciate.

I use Apache SOAP 2.3, tomcat 4.0.3, jdk 3.1.

Regards

W



--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


soap client applet

Posted by Wei Li <we...@eng.fsu.edu>.
Hello,

I want to use java applet as soap client user interface. But can not find
some useful links and examples through web. Some help will be appreciate.

I use Apache SOAP 2.3, tomcat 4.0.3, jdk 3.1.

Regards

W



RE: Problem with org.w3c.dom.Element Serializer

Posted by Dan Allen <da...@nist.gov>.
	Why would you serialize a DOM element?  It's already XML. Just
	add it to the Envelope.

	Dan

> -----Original Message-----
> From: Boris_Paskalev@putnam.com [mailto:Boris_Paskalev@putnam.com]
> Sent: Monday, July 15, 2002 12:11 PM
> To: soap-user@xml.apache.org
> Subject: Problem with org.w3c.dom.Element Serializer
> 
> 
> 
> Hi soapers,
> 
> I have the following problem/question:
> I'm trying to an org.w3c.dom.Element, but it looks like there is no
> Serializer/Deserializer for such elements in SOAP. Is there a way to
> overcome.
> I know that it is possible to Create New Serializers and Deserializers but
> how we can do is.
> 
> Please if anyone had this problem before, or now how to deal with it let me
> know.
> Thanks
> Boris Paskalev
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
> 
> 

RE: Problem with org.w3c.dom.Element Serializer

Posted by Dan Allen <da...@nist.gov>.
	Why would you serialize a DOM element?  It's already XML. Just
	add it to the Envelope.

	Dan

> -----Original Message-----
> From: Boris_Paskalev@putnam.com [mailto:Boris_Paskalev@putnam.com]
> Sent: Monday, July 15, 2002 12:11 PM
> To: soap-user@xml.apache.org
> Subject: Problem with org.w3c.dom.Element Serializer
> 
> 
> 
> Hi soapers,
> 
> I have the following problem/question:
> I'm trying to an org.w3c.dom.Element, but it looks like there is no
> Serializer/Deserializer for such elements in SOAP. Is there a way to
> overcome.
> I know that it is possible to Create New Serializers and Deserializers but
> how we can do is.
> 
> Please if anyone had this problem before, or now how to deal with it let me
> know.
> Thanks
> Boris Paskalev
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
> 
> 

--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>