RE: [PHP] PHP5 SOAP...

2009-06-16 Thread bruce
hi russell... isn't the actual soap data/packet that's being sent over the wire viewable via an app like livehttpheaders... (at least from firefox) or are you looking for something in much more detail... -Original Message- From: rjon...@gmail.com [mailto:rjon...@gmail.com]on Behalf Of

Re: [PHP] PHP5 SOAP...

2009-06-16 Thread Tom Rogers
Hi, Wednesday, June 17, 2009, 1:21:47 AM, you wrote: RJ I'm working on a project using SOAP and WS-Security in which I am failing RJ miserably. RJ Is there a way to inspect the actual XML, header, etc. that is actually RJ being sent. I feel like I am constructing the call correctly, and I know

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread Jochem Maas
Simon Detheridge wrote: I'm trying to get PHP5 to talk to a web service that I am developing. I have created a wsdl for the service (http://www.symgate.com/symgate/symgate.wsdl) and am trying to get PHP to parse it. (The wsdl validates in a number of tools I've pointed at it, including

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread Simon Detheridge
Thanks for your response. Quoting Jochem Maas [EMAIL PROTECTED]: Simon Detheridge wrote: I'm trying to get PHP5 to talk to a web service that I am developing. is php choking on the comment?: !--xsd:include schemaLocation=cml.xsd /-- I've removed the comments from the file. No luck. or

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread Jochem Maas
another guess: does the php soap extension maybe think that 'complexType' (all of them) needs a name attrib? (try giving them bogus names?) Simon Detheridge wrote: Thanks for your response. Quoting Jochem Maas [EMAIL PROTECTED]: Simon Detheridge wrote: I'm trying to get PHP5 to talk to a

Re: [PHP] Php5 SOAP WSDL parsing

2006-01-09 Thread David Grant
Simon, It would appear you've not included the full message. Please look at the source of the message in your web browser. The space between unexpected and in complexType probably contains an XML tag. David Simon Detheridge wrote: I'm trying to get PHP5 to talk to a web service that I am

Re: [PHP] PHP5 Soap + .NET Webservice

2005-10-11 Thread Chris Hemmings
Thanks Richard, I think I might start on a slightly simpler service, it seems MS has done its best to complicate everything. I have managed to get something working, but, god knows why the their example web service is sending back schema data as well as the result data, quite over the top.

Re: [PHP] PHP5 Soap + .NET Webservice

2005-10-10 Thread Richard Lynch
On Mon, October 10, 2005 4:40 am, Chris Hemmings wrote: Can anyone explain how this works, and, how to fix it. I'm can't find any documentation on the problem I am having. colon-separated name-spaces in XML are a relatively new development. Your XML parser probably is not up to speed on them