Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-08-14 Thread Leif W
ROTECTED]> Sent: Tuesday, August 05, 2003 2:53 PM Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion > I was wondering what the status of soda in php is? Is there any chance of > getting ioelmsrv.soda.php in CVS, or is it still to early for that? I

RE: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-08-14 Thread Daniel Tiru
20:53 To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion I was wondering what the status of soda in php is? Is there any chance of getting ioelmsrv.soda.php in CVS, or is it still to early for that? I'm a fairly experienced php program

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-08-08 Thread Jeremy Wanamaker
AIL PROTECTED]> Sent: Tuesday, August 05, 2003 4:42 PM Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion > Hi! > > I've kind of put it on a back burner but I'll get back to it now. I'm still > making the first pass through the ASP ve

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-08-06 Thread Cristian Grigoriu
> working, and can GET, POST, and UPLOAD successfully. It would be great to > have someone else give the code a look and see if they can do something > better, and also test and see if it's really working correctly and > completely. I'll check in the ioelmsrv.php and related example files (just >

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-08-05 Thread Jeremy Wanamaker
I was wondering what the status of soda in php is? Is there any chance of getting ioelmsrv.soda.php in CVS, or is it still to early for that? I'm a fairly experienced php programmer, and I'd be willing to help with the conversion, especially since I'd like to use the php version of soda for a proje

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-07-18 Thread Raymond Irving
> > > > > Leif > > > > > > - Original Message ----- > > > From: "Leif W" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Friday, July 18, 2003 11:30 AM > > > Subject: Re: [Dynapi-Dev] > io

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-07-18 Thread Leif W
To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 5:56 PM Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion > > See below: > > --- Leif W <[EMAIL PROTECTED]> wrote: > > On line 168 of the JScript version: > > > &g

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-07-18 Thread Raymond Irving
ESULT#1" would store the results from the "subtract" function, etc. See also: docs/docs/quickref.soda.html examples/dynapi.util.ioelement-soda-nsync.html -- Raymond Irving > Leif > > ----- Original Message - > From: "Leif W" <[EMAIL PROTECTED]&

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-07-18 Thread Leif W
o how do we get a value from it? What should it be set to, and at what point should it be set? Leif - Original Message - From: "Leif W" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 11:30 AM Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jsc

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-07-18 Thread Leif W
- Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 10:35 AM Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion > Hi Leif, > > The variable mn is used to hold th

Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-07-18 Thread Raymond Irving
Hi Leif, The variable mn is used to hold the method name but it's used further down in function. It should be safe to replace mn in line 110 and 114 of ioelmsvr.soda.jscript.asp with soda.methodName -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > In the ASP versions of the file, in f

[Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion

2003-07-18 Thread Leif W
In the ASP versions of the file, in function wsDispatch, an undefined variable named "mn" is passed to ws__createSODAEnvelope. Is this correct? It doesn't seem correct... Should a NULL value be passed instead, or should mn be set to something beforehand? Leif JScript version --- //