Re: axis java client and php 5

2004-11-22 Thread Christian Kalkhoff
s > >> > >> > >>-UrsprÃngliche Nachricht- > >>Von: Christian Kalkhoff <[EMAIL PROTECTED]> > >>An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > >>Datum: Montag, 22. November 2004 11:08 > >>Betreff: Re: axis java cli

Re: axis java client and php 5

2004-11-22 Thread TMG
lt;[EMAIL PROTECTED]> Datum: Montag, 22. November 2004 11:08 Betreff: Re: axis java client and php 5 Hi Julien, i dunno if it is called multirefs, it is the id/href construction in the soap messages. I guess axis builds them on base of object references, so that data referenced twice is represented only

Re: axis java client and php 5

2004-11-22 Thread KHSergel
nfig.wsdd like > this: > > > > > Default it is set to true. > > br > khs > > > -UrsprÃÂngliche Nachricht- > Von: Christian Kalkhoff <[EMAIL PROTECTED]> > An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Datum: Montag, 22. November 2004 11:08 > Bet

Re: axis java client and php 5

2004-11-22 Thread Christian Kalkhoff
t; > > Default it is set to true. > > br > khs > > > -UrsprÃngliche Nachricht- > Von: Christian Kalkhoff <[EMAIL PROTECTED]> > An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Datum: Montag, 22. November 2004 11:08 > Betreff: Re: axis

Re: axis java client and php 5

2004-11-22 Thread KHSergel
1:08 Betreff: Re: axis java client and php 5 Hi Julien, i dunno if it is called multirefs, it is the id/href construction in the soap messages. I guess axis builds them on base of object references, so that data referenced twice is represented only once in the soap message. I looked in the code

Re: axis java client and php 5

2004-11-22 Thread Christian Kalkhoff
Hi Julien, i dunno if it is called multirefs, it is the id/href construction in the soap messages. I guess axis builds them on base of object references, so that data referenced twice is represented only once in the soap message. I looked in the code of php5 soap part end found the error message

Re: axis java client and php 5

2004-11-19 Thread WAJSBERG Julien RD-BIZZ
Christian Kalkhoff a Ãcrit : Hi, i want to use the axis soap client to connect to php 5.0.2. soap server. Unfortunally the server is not in may hand, so i cannot change it to java. It seems that php soap library doesn't understand the id href tags in axis generated messages. Do you mean multiref

axis java client and php 5

2004-11-19 Thread Christian Kalkhoff
Hi, i want to use the axis soap client to connect to php 5.0.2. soap server. Unfortunally the server is not in may hand, so i cannot change it to java. It seems that php soap library doesn't understand the id href tags in axis generated messages. Is there a way to generate a dereferenced message