Re: some axis2 deployment questions

2006-03-15 Thread Deepal Jayasinghe
Hi Dominik please see my in line comments. SOA Work wrote: >Hi, > >I'm going to publish a simple service using axis2 war distribution. >Now I'm running into some (maybe simple) questions, which I can not solve with >the user guide: > >1) what's the difference between RawXML and RPC message rece

Re: some axis2 deployment questions

2006-03-15 Thread robert lazarski
.org> Gesendet: 15.03.06 14:51:21> An: axis-user@ws.apache.org> Betreff: Re: some axis2 deployment questions You can use rpc / literal. AFAIK rpc / encoded support is planned - not sure about 100% though.>> You can set your handler in your service.xml by:>> >> That is _n

Re: some axis2 deployment questions

2006-03-15 Thread SOA Work
Thx Dominik p.s.: Is there any dtd or xls file around for the service.xml? This would answer all my questions instantly ;-) > -Ursprüngliche Nachricht- > Von: axis-user@ws.apache.org > Gesendet: 15.03.06 14:51:21 > An: axis-user@ws.apache.org > Betreff: Re: some axis2 de

Re: some axis2 deployment questions

2006-03-15 Thread robert lazarski
You can use rpc / literal. AFAIK rpc / encoded support is planned - not sure about 100% though. You can set your handler in your service.xml by: That is _not_ part of the operation - its one element below service, such as: name="RCService"> ref="soapmonitor"/> Execute R

Re: some axis2 deployment questions

2006-03-15 Thread SOA Work
? Can I use rpc/literal f.e.? And how to configure this? Thx Dominik > -Ursprüngliche Nachricht- > Von: axis-user@ws.apache.org > Gesendet: 14.03.06 13:58:03 > An: axis-user@ws.apache.org > Betreff: Re: some axis2 deployment questions See my responses inline: > > &

Re: some axis2 deployment questions

2006-03-14 Thread robert lazarski
See my responses inline:On 3/14/06, SOA Work <[EMAIL PROTECTED]> wrote: Hi,I'm going to publish a simple service using axis2 war distribution.Now I'm running into some (maybe simple) questions, which I can not solve with the user guide:1) what's the difference between RawXML and RPC message receive

some axis2 deployment questions

2006-03-14 Thread SOA Work
Hi, I'm going to publish a simple service using axis2 war distribution. Now I'm running into some (maybe simple) questions, which I can not solve with the user guide: 1) what's the difference between RawXML and RPC message receivers? With RawXML the methods signature gets OMElement input and ou