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 NORBERT ALLAIN <no...@wanadoo.fr> on 2003/02/24 23:23:56 UTC

A serialiser for a JPython PyString

I write a simple HelloWorld.py script in Jpython

def sayHello():
	return « Hello World « 


How to Serialize the PyString (java2XMLClassName and xml2JavaClassName)
I have:  org.apache.soap.encoding.soapenc.StringDeserializer
for deserialize.
Thanks 

Norbert