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. I'm guessing it helps their .NET stuff all
work together nicely.
Anyway, thanks again.
Chris.
Richard Lynch wrote:
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 yet...
You'd have to upgrade your XML parser, or replace it with one that is
aware of this newer XML format.
I forget the precise terminology for colon-separated name-spaces in
XML, so your first task is to find out what the heck it's called. :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php