I simply made up the fb prefix. What you need to do, is assign the http://www.hopstop.com/ws/ namespacce a prefix of your own choosing, and add that prefix to the elements you're requesting. After all, your webservice response only uses one namespace,
and it's applied at the root.
solomonNet
Member
14 Points
58 Posts
Re: parsing xml element into a string variable
Apr 21, 2010 04:28 PM|LINK
thanks. I don't see where you got your namespace from. Can you write the namespace(s) that I need based on my xml?
Menno van de...
Contributor
2764 Points
391 Posts
Re: parsing xml element into a string variable
Apr 24, 2010 09:21 AM|LINK
Solomon,
I simply made up the fb prefix. What you need to do, is assign the http://www.hopstop.com/ws/ namespacce a prefix of your own choosing, and add that prefix to the elements you're requesting. After all, your webservice response only uses one namespace, and it's applied at the root.
Menno
solomonNet
Member
14 Points
58 Posts
Re: parsing xml element into a string variable
Apr 30, 2010 11:53 AM|LINK
would you mind to write out the code for me. Nothing seems to be working...