Re: Hybrid RPC/Message style service

2004-03-18 Thread Anne Thomas Manes
Better yet -- used doc/lit with the wrapped style. At 02:33 AM 3/18/2004, you wrote: To combine the rpc and the message style, why don't you use the rpc style adding an xml document as attachment? --- Jason Calabrese [EMAIL PROTECTED] ha scritto: Hi everyone, Is there anyway combine the rpc

Re: Hybrid RPC/Message style service

2004-03-18 Thread Jason Calabrese
Thanks for the idea, but I don't think an attachment will work.  I don't want the client of the service to have to parse to attachment themselves. I'd like it to look like a normal rpc soap service, that follows the schema declared in the types section.  I just want to be able get lower level

Re: Hybrid RPC/Message style service

2004-03-18 Thread Jason Calabrese
Thanks for the info. Do you know of any urls where I can find out more about this. I tried changing the binding in my wsdl, but WSDL2Java still generates the same code. Should I just give up on using WSDL2Java? If so how can I figure out what the method signatures should be. Thanks,

Hybrid RPC/Message style service

2004-03-17 Thread Jason Calabrese
Hi everyone, Is there anyway combine the rpc and message styles? What I would like is to have a method signature something like this: Document doSomething(CustomRequest req); I will be using the data in the CustomRequest to interface with an existing application that returns a DOM document

Re: Hybrid RPC/Message style service

2004-03-17 Thread Dario Di
To combine the rpc and the message style, why don't you use the rpc style adding an xml document as attachment? --- Jason Calabrese [EMAIL PROTECTED] ha scritto: Hi everyone, Is there anyway combine the rpc and message styles? What I would like is to have a method signature something