NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP 5 SOAP && WSDL

Daniel Convissor danielc at analysisandsolutions.com
Wed Aug 9 13:27:08 EDT 2006


On Tue, Aug 08, 2006 at 10:55:18PM -0400, Adam Maccabee Trachtenberg wrote:
> On Mon, 7 Aug 2006, Joseph Crawford wrote:
> 
> > can you tell me how i see what the SOAP ext is sending for the XML, that
> > would be a big help on my end as well lol
> 
> Well, can't you get the provider to provide you with a sample? Or at
> least find a friend who can run a sample in a language they do provide
> samples for?

What I think Joseph was asking for was for PHP code he can use to inspect 
his stream.  For PEAR SOAP, the following may do the trick for you.

outbound:
   echo $client->__get_wire();

inbound:
   $result = $client->call(...);
   echo $result;

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409



More information about the talk mailing list