RE: "Strange" format of RPC/encoded messages

2004-09-23 Thread Bouche Paul
OTECTED] > Subject: RE: "Strange" format of RPC/encoded messages > > > Thanks everybody for the antwort. > I implemented also the WEB Service in document/literal (I'm > going to publish > both versions). > My problem is that (my/the) document/literal ver

RE: "Strange" format of RPC/encoded messages

2004-09-22 Thread Patrick Herber
I've also implemented this other version... Patrick > -Original Message- > From: Jim Murphy [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. September 2004 17:08 > To: [EMAIL PROTECTED] > Subject: Re: "Strange" format of RPC/encoded messages > > Yes

Re: "Strange" format of RPC/encoded messages

2004-09-22 Thread Jim Murphy
). You can change this behaviour of AXIS in the server-config.wsdd which is in the WEB-INF directory of the AXIS webapp directory. Paul -Original Message- From: Patrick Herber [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 22. September 2004 13:54 To: [EMAIL PROTECTED] Subject: "Strange"

RE: "Strange" format of RPC/encoded messages

2004-09-22 Thread Bouche Paul
mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. September 2004 13:54 > To: [EMAIL PROTECTED] > Subject: "Strange" format of RPC/encoded messages > > > Hi, > > I created a simple web service with style RPC/encoded, which > receives and > returns complex ob

Re: "Strange" format of RPC/encoded messages

2004-09-22 Thread Venkat Reddy
You could probably turn it off by setting a property in server-config.wsdd to false. . . BTW, Multirefing has some advantages such as reducing duplication of data, better modeling for message etc. -- Venkat On Wed, 22 Sep 2004 13:53:40 +0200, Patrick Herber <[EMAIL PR

"Strange" format of RPC/encoded messages

2004-09-22 Thread Patrick Herber
Hi, I created a simple web service with style RPC/encoded, which receives and returns complex objects (a request containing an array of sub-requests, which in turn contain arrays of sub-sub-requests and the same structure for the response). It works fine (for the moment), however I see that the ge