Hi Alistair, Alistair Young wrote: > Is it possible to do this by just running wsdl2java over the axis1 > service's wsdl?
Yes, if your wsdl doesn't contain RPC style operations. IIRC, Axis2 doesn't have complete RPC support yet. > What data binding would be best? xmlbeans wouldn't work > as the axis1 service wouldn't know what to do with them. Whatever you use in your client side, what matters to the server is whats on the wire, the SOAP message, and this is why Web service are interoperable across different platforms. U can use any databinding tool you want. Data binding will be used for XML <-> Java conversion. Your beans, generated from databinding tool, will always be serialized to XML when you send the SOAP message to the server. So server, doesn't aware about the db tool u've used to create the message. So you can use *any* databinding tool in client side. -- Chinthaka
signature.asc
Description: OpenPGP digital signature
