Re: [nyphp-talk] Consuming a .NET Web Service with PHP

2007-11-24 Thread Daniel Convissor
Todd: On Sat, Nov 24, 2007 at 08:42:30PM -0500, Todd Sinagra wrote: Here's their error message: > The specified type is abstract: name='OrganizationKey', And what you sent for that element. > Did you Google for that phrase? It came up confirming my guess: what you passed in for that elem

[nyphp-talk] Consuming a .NET Web Service with PHP

2007-11-24 Thread Todd Sinagra
I am trying to consume a .NET Web Service for M/S Dynamics GP (which used to be Great Plains) and I just can't seem to get it working. I have contacted M/S Dynamics support about my problem and they tell me PHP is not supported use C#. So if anyone could please help it would be greatly appreciated.

Re: [nyphp-talk] Pass-by-value and lazy copy

2007-11-24 Thread Daniel Convissor
Hi Gary: On Thu, Nov 22, 2007 at 08:34:02AM -0500, Gary Mort wrote: > So, in the pass by reference talk, it was pointed out that if you do: > > $a = 100; > $b = 100; > // At this point in time, $a and $b are still using the same memory to > store their data Nope. They have two separate memory