Re: [PHP] Fun with SOAP.

2008-05-01 Thread Eric Butera
On Wed, Apr 30, 2008 at 3:53 PM, Larry Brown <[EMAIL PROTECTED]> wrote: > I'm not sure how it looks etc with with soapui but I noticed you > mentioning you don't want to mess with nusoap. I've used nusoap for > both client and server uses for years and I'm really impressed with how > easily it

Re: [PHP] Fun with SOAP.

2008-04-30 Thread Nathan Nobbe
On Wed, Apr 30, 2008 at 1:53 PM, Larry Brown < [EMAIL PROTECTED]> wrote: > Sorry no quick silver bullet, but I would highly recommend looking at > nusoap if only as a test. > additionally, i could not find any occurrence of 'attachment' grepping through the c code in the soap extension or the rpc

Re: [PHP] Fun with SOAP.

2008-04-30 Thread Larry Brown
I'm not sure how it looks etc with with soapui but I noticed you mentioning you don't want to mess with nusoap. I've used nusoap for both client and server uses for years and I'm really impressed with how easily it works. Using $soapInstance->request and $soapInstance->response the xml is display

Re: [PHP] Fun with SOAP.

2008-04-30 Thread Eric Butera
On Wed, Apr 30, 2008 at 7:35 AM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Tue, Apr 29, 2008 at 5:07 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > i know this has nothing to do w/ getting it to work w/ php, eric, but have > > you tried hitting the service w/ soap ui? > > http://www.soapui.or

Re: [PHP] Fun with SOAP.

2008-04-30 Thread Eric Butera
On Wed, Apr 30, 2008 at 2:53 AM, Warren Vail <[EMAIL PROTECTED]> wrote: > You should be able to parse it manually in PHP, but probably not with a XML > parser or reader. Simply var_dump() the responses you are getting and write > the code to break it up into values you can use. In some respects

Re: [PHP] Fun with SOAP.

2008-04-30 Thread Eric Butera
On Tue, Apr 29, 2008 at 5:07 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > i know this has nothing to do w/ getting it to work w/ php, eric, but have > you tried hitting the service w/ soap ui? > http://www.soapui.org/ > > although its written in java, its an indispensable testing tool, imho, and i

RE: [PHP] Fun with SOAP.

2008-04-29 Thread Warren Vail
lse's idea of a standard XML response ;-). Warren > -Original Message- > From: Nathan Nobbe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 29, 2008 2:07 PM > To: Eric Butera > Cc: php php > Subject: Re: [PHP] Fun with SOAP. > > On Tue, Apr 29, 2008 at 2:15 PM

Re: [PHP] Fun with SOAP.

2008-04-29 Thread Nathan Nobbe
On Tue, Apr 29, 2008 at 2:15 PM, Eric Butera <[EMAIL PROTECTED]> wrote: > A fellow co-worker of mine is working on a project integrating with > Amazon using SOAP. I've never used SOAP before but it seemed like > things were straight forward at first. Some parts work while others > done. Right n

[PHP] Fun with SOAP.

2008-04-29 Thread Eric Butera
A fellow co-worker of mine is working on a project integrating with Amazon using SOAP. I've never used SOAP before but it seemed like things were straight forward at first. Some parts work while others done. Right now we are stuck trying to fetch a document from the remote server. We are able t