Re: [nyphp-talk] WSDL conversion to PHP classes

2007-11-26 Thread Gary Mort
Rob Marscher wrote: On Nov 25, 2007, at 3:23 PM, Gary Mort wrote: I've been looking around and I see a number of frameworks and standalone apps where you can give it the WSDL(sp?) definition file for an XML/RPC type application and it will generate a bunch of stub classes for you to send/recei

Re: [nyphp-talk] WSDL conversion to PHP classes

2007-11-26 Thread Jake McGraw
If you'd like some general information on Web Service development, check out the site for a class I took 2 years ago: http://www.cs.binghamton.edu/~mgovinda/courses/cs547/index.html - jake On Nov 26, 2007 1:32 PM, Rob Marscher <[EMAIL PROTECTED]> wrote: > On Nov 25, 2007, at 3:23 PM, Gary Mort

Re: [nyphp-talk] WSDL conversion to PHP classes

2007-11-26 Thread Rob Marscher
On Nov 25, 2007, at 3:23 PM, Gary Mort wrote: I've been looking around and I see a number of frameworks and standalone apps where you can give it the WSDL(sp?) definition file for an XML/RPC type application and it will generate a bunch of stub classes for you to send/receive requests and au