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 kno
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
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 d
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
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?:
""
I've removed the comments from the file. No luck.
or maybe it's choking on the 'included'
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 mindre
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.
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
8 matches
Mail list logo