I have a working version of my first Web service (everyone together now:
"Awwww, how nice"). I am just having it return an XML string which it is
doing nicely. Now I'm working on a test app to consume it and pull
information from it via XPath statements and can't get it to work. I'm not
getting an error, just no results. My question is that the XML string
returned from my Web Service doesn't have a header on it. Is that required
to actually get results?? I can include a code sample if that will help.
Thanx!

Signature
TFWBWY...A
Clamps - 24 Jun 2005 15:18 GMT
1) I assume that you are loading said XML string into an XMLNode object,
correct?
2) Have you double checked your XPath expression against a static version of
the returned results? ( i.e save the xml string to file, then use the XPath
to query data from it)
> I have a working version of my first Web service (everyone together now:
> "Awwww, how nice"). I am just having it return an XML string which it is
[quoted text clipped - 5 lines]
>
> Thanx!