On Feb 15, 2008 10:36 PM, jaybytez <[EMAIL PROTECTED]> wrote: > > Can you do Stubless Web Service Invocation with Axis and use a Databinding > framework? I know you can do the stubless web service invocation by using > its concepts around Axiom to allow the user to build the SOAP Message and > send the request, then receive the response as an OMElement. But I was > wondering if the other supported databinding frameworks like JiBX or JAXB > could be used in the stubless invocation mode to bind an Object into a > SOAP > Message and then bind the SOAP Response into an Object...or do you always > have to do this through generating stubs? So that way I could provide a > Bean Object to the Axis framework with a reference to a JiBX binding file > and Axis could use this to build the SOAP Request, and the same thing the > opposite way for the response.
yes you can do this. With your databind classes 1. should be able to serialize by passing an XmlStremWriter 2. generate the objects using XmlStreamReader Generate a Stub with ADB and check the toOM and fromOM methods. then you can understand how it has pulgged to ADB with above properties. thanks, Amila. > > > Thanks - jay > -- > View this message in context: > http://www.nabble.com/Stubless-Web-Service-Invocation-with-Databinding-tp15503125p15503125.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Amila Suriarachchi, WSO2 Inc.
