Re: [PHP] php 5 soap question

2007-09-28 Thread Nathan Nobbe
l need to find out. > > > > Mike > > > > > > *From:* Nathan Nobbe [mailto:[EMAIL PROTECTED] > *Sent:* Friday, September 28, 2007 2:27 PM > *To:* Hurst, Michael S. > *Cc:* php-general@lists.php.net > *Subject:* Re: [PHP] php 5 soap question > > > &g

Re: [PHP] php 5 soap question

2007-09-28 Thread Rob Richards
something that is wanted to be made public in its current form. I will need to find out. Mike From: Nathan Nobbe [mailto:[EMAIL PROTECTED] Sent: Friday, September 28, 2007 2:27 PM To: Hurst, Michael S. Cc: php-general@lists.php.net Subject: Re: [PHP] php 5 soap question can you

RE: [PHP] php 5 soap question

2007-09-28 Thread Hurst, Michael S.
, September 28, 2007 2:27 PM To: Hurst, Michael S. Cc: php-general@lists.php.net Subject: Re: [PHP] php 5 soap question can you post the url of the wsdl ? -nathan On 9/28/07, Hurst, Michael S. <[EMAIL PROTECTED]> wrote: I am trying to find out how to use php 5 to access a wsdl with the fol

Re: [PHP] php 5 soap question

2007-09-28 Thread Nathan Nobbe
can you post the url of the wsdl ? -nathan On 9/28/07, Hurst, Michael S. <[EMAIL PROTECTED]> wrote: > > I am trying to find out how to use php 5 to access a wsdl with the > following structure. > > > > How do you send parameters to the service if the wsdl is like the > following. > > - > - > -

Re: [PHP] php 5 soap question

2007-09-28 Thread Nathan Nobbe
have you used soap ui before? its a great tool for testing interaction w/ web services before you implement a client layer in your own code because it shows sent and received xml. -nathan On 9/28/07, Hurst, Michael S. <[EMAIL PROTECTED]> wrote: > > I am trying to find out

[PHP] php 5 soap question

2007-09-28 Thread Hurst, Michael S.
I am trying to find out how to use php 5 to access a wsdl with the following structure. How do you send parameters to the service if the wsdl is like the following. - - - - - It is similiar but I can find nothing that addresses this sort of structure and I