Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Aaron Fischer
Awesome, thanks for the links. I do my coding in BBEdit on a Mac but would be interested in checking out the Eclipse IDE if it makes things easier for this project. On Dec 3, 2009, at 2:02 PM, Justin Dearing wrote: I never used groupwise soap objects, so I can't comment on specifics there

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Donald J. Organ IV
limitations when it comes to interacting with SOAP, whether it be the headers, or authentication or attachements this doesnt. - Original Message - From: "Justin Dearing" To: "NYPHP Talk" Sent: Thursday, December 3, 2009 2:02:23 PM Subject: Re: [nyphp-ta

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Justin Dearing
I never used groupwise soap objects, so I can't comment on specifics there. Some debugging tools: Fiddler2 and charles for getting down and dirty with the messages going over the wire: http://www.fiddler2.com/fiddler2/ http://www.charlesproxy.com/ SoapUI to experime

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Gary Mort
On Thu, Dec 3, 2009 at 12:46 PM, Aaron Fischer wrote: > > 3) NuSOAP package - http://sourceforge.net/projects/nusoap/ > > NuSOAP has one small gotcha. A lot of SOAP interfaces are designed for Java/Ruby. This means they support things like having multiple soap function calls and choosing which

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Aaron Fischer
Justin, OK, I'm still learning the verbiage here, this is my first go-around with soap. Maybe I should have mentioned I'm a soap newbie in my initial post!! Yes, my app using PHP will be the client. The service to be consumed is Novell GroupWise. I'm not sure what it's written in. htt

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Justin Dearing
Aaron, For new PHP5 development use the built-in or zend soap client I've never used the zend framework one. I take it PHP will be the soap client? What is the soap service written in? Regards, Justin Dearing On Thu, Dec 3, 2009 at 1:13 PM, Alex C wrote: > Hi, > I have only used the built in

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Alex C
Hi, I have only used the built in soap extension. I never had problems with it. I have not used any others. Alex Chan On Thu, Dec 3, 2009 at 12:53 PM, Jake McGraw wrote: > Hate to further extend your comparison, but I've used Zend_Soap_Client > from the Zend Framework and it works pretty well,

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Jake McGraw
Hate to further extend your comparison, but I've used Zend_Soap_Client from the Zend Framework and it works pretty well, very straight forward: http://framework.zend.com/manual/en/zend.soap.client.html PS, You can get the Zend Framework through PEAR: pear channel-discover pear.zfcampus.org pear