Hello...

I wanted to create a SOAP-server in Java that imitates how PHP maps its
arrays so that a SOAP-client in PHP (the same one that is able to
translate SOAP outputs generated by the SOAP-server of PHP) is able to
'deserialize' my Java SOAP-server without changing any code to it. I
recall that Scott suggest using Maps in Java.. how should I use it?

Regards,
Guntur

-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 17, 2002 9:39 PM
To: Guntur N. Sarwohadi; [EMAIL PROTECTED]
Subject: Re: apacheSOAP & NuSOAP

> Um one thing,... where can I find this serializer of yours?

You can download the nightly drop (directories under
http://xml.apache.org/dist/soap/nightly/), which would allow you to
easily
use the latest revision of all the code.  You can obtain the source for
just
the serializer from the CVS tree
(http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-soap/java/src/org/apac
he/s
oap/encoding/soapenc/PropertyBagSerializer.java?rev=HEAD&content-type=te
xt/p
lain) and compile it against your soap.jar, assuming your soap.jar is
recent
enough.  Personally, I recommend a nightly drop since this includes the
newest features and fixes.

> And if I
> want to add a WSDL extension of the server using Axis, should I change
> any code?

I am not quite certain what you mean.  Are you talking about using Axis
for
the client?  If so, just grab the current Axis build (it is RC1, I
believe).
You will want to use different client code using a proxy generated from
WSDL.  If you do this, let this list know how it goes.

Scott Nichol



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to