Re: Invocation by directly providing XML message

2005-06-20 Thread Jos van den Oever
On Friday 17 June 2005 19:15, Aleksander Slominski wrote: > Jos van den Oever wrote: > >Hi Alek, > > > >Thanks for your extensive reply. > > > >>i only support WSDL doc/literal and no rpc/encoding. > > > >Oops, I definitly need rpc. > > > >Well, I guess I'll have to roll my own. :-( > > rpc/literal

Re: Invocation by directly providing XML message

2005-06-17 Thread Aleksander Slominski
Jos van den Oever wrote: Hi Alek, Thanks for your extensive reply. i only support WSDL doc/literal and no rpc/encoding. Oops, I definitly need rpc. Well, I guess I'll have to roll my own. :-( rpc/literal is supported to some degree in XSUL2 but support is limited (and untestd)

Re: Invocation by directly providing XML message

2005-06-17 Thread Jos van den Oever
Hi Alek, Thanks for your extensive reply. > i only support WSDL doc/literal and no rpc/encoding. Oops, I definitly need rpc. Well, I guess I'll have to roll my own. :-( But I've got a simple client running now. It's now difficult after all. Thanks again for your trouble, though! Cheers, Jos

Re: Invocation by directly providing XML message

2005-06-17 Thread Aleksander Slominski
Jos van den Oever wrote: On Friday 17 June 2005 09:11, Aleksander Slominski wrote: you are welcome to take a look on XSUL2 that has this and many other improvements - in particular WSIFMessage is XmlElement and XML-Java mapping is optional layer - XmlBeans looked like the most complete XML S

Re: Invocation by directly providing XML message

2005-06-17 Thread Jos van den Oever
On Friday 17 June 2005 09:11, Aleksander Slominski wrote: > you are welcome to take a look on XSUL2 that has this and many other > improvements - in particular WSIFMessage is XmlElement and XML-Java > mapping is optional layer - XmlBeans looked like the most complete XML > Schema data binding so it

Re: Invocation by directly providing XML message

2005-06-17 Thread Aleksander Slominski
Jos van den Oever wrote: On Thursday 16 June 2005 19:18, Aleksander Slominski wrote: hi Jos, in ancient times (few years ago) there was big push to hide XML and to do aggressive XML-Java type-mapping. now it seems we entered more XML as-it-is friendly era and definitely it is one of the pl

Re: Invocation by directly providing XML message

2005-06-16 Thread Jos van den Oever
On Thursday 16 June 2005 19:18, Aleksander Slominski wrote: > hi Jos, > > in ancient times (few years ago) there was big push to hide XML and to > do aggressive XML-Java type-mapping. > > now it seems we entered more XML as-it-is friendly era and definitely it > is one of the places where i think W

Re: Invocation by directly providing XML message

2005-06-16 Thread Vishal Shah
This is same as doc/literal approach where u pass the DOM element to the service and retrieve back the DOM element.Jos van den Oever <[EMAIL PROTECTED]> wrote: On Thursday 26 August 2004 20:11, Aleksander Slominski wrote:> Matthieu RIOU wrote:> >I was wondering if you plan to include the> >function

Re: Invocation by directly providing XML message

2005-06-16 Thread Aleksander Slominski
Jos van den Oever wrote: 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

Re: Invocation by directly providing XML message

2005-06-16 Thread Jos van den Oever
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/deseri

Re: Invocation by directly providing XML message

2004-08-26 Thread Aleksander Slominski
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