Ask a Question related to ASP.NET Web Services, Design and Development.
-
Bryan Dickerson #1
"Well-Formed XML"
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!
--
TFWBWY...A
Bryan Dickerson Guest
-
Proj cannot run on LCDS 2.6 ES due to "Unable to resolveresource bundle "datamanagement" for locale "en_US"
hi, all, We have developped an application on Flex Build 3 (run successfully), but failed when we try to deploy it on Tomcat with LCDS 2.5 ES... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
#26162 [Opn->Bgs]: $a="0abcdefg";if ($a==0) echo "OK"; result is "OK" ?!
ID: 26162 Updated by: didou@php.net Reported By: zhuminglun at yahoo dot com dot cn -Status: Open +Status: ... -
dr("field").toString returns "400.0000" instead of "400"
I have just installed VS.NET 2003 on my computer. I have a project that I have been developing on VS.NET 2002. I haven't upgraded this project to... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
Clamps #2
Re: "Well-Formed XML"
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)
"Bryan Dickerson" <txprphan@netscape.net> wrote in message
news:OMwp%23xmdFHA.1036@tk2msftngp13.phx.gbl...not> 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'mrequired> 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> to actually get results?? I can include a code sample if that will help.
>
> Thanx!
>
> --
> TFWBWY...A
>
>
Clamps Guest



Reply With Quote

