On Thursday 26 August 2004 20:11, Aleksander Slominski wrote: > Matthieu RIOU wrote: > >I was wondering if you plan to include the > >functionality of invoking by directly passing the XML > >message to send and directly extracting the XML from > >the response, without object > >serialization/deserialization in WSIF. > > absolutely yes and to make things smoother to have also DOM API > implemented on top of WSIFMessage and allow easy execution of XPATH > queries on WSIFMessage as well !
I was wondering if it is now possible to invoke web services by providing all input as XML. This would be very useful in XML oriented frameworks. I'm working on code where I have all data in a DOM node and don't want to map to Java objects and back. I would think that since XML is the language of Web Services should be very easy. It turns out, however, that it's not easy at all to do this. Or is WSIF only meant to work from Java objects? Cheers, Jos