WEB-Services / SOAP

Moderators: None (Apply to moderate this forum)
Number of threads: 108
Number of posts: 139

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Need Help with Web Service Output Posted by prlgibs on 16 Nov 2012 at 12:28 PM
Hi, I'm new to this forum. I'm hoping someone could point me in the right direction to start troubleshooting my problem. I've created my first Web Services project. My output is an xml which is correct, but the data that's being returned is also in xml. My output looks something like this below. My xml data is being passed as a string instead of xml:
<?xml version="1.0" encoding="UTF-8"?>
<string hmln="http://vimeo.com"><?xml version="1.0" encoding="UTF-8"?>
<rsp generated_in="0.6478" stat="ok"><videos><video><tags><tag>.......
</tag><tag>........</tag></tags></video></videos></rsp></string>

Is there anything I can do in get my xml data to format properly. Below is the WebMethod used to retrieve the data from my .cs files. I think I will need to make the changes here. Any advice would be appreciated.

[WebMethod(CacheDuration=60)]
public string GetVimeoXMLPage(int PageNumber)
{
int pnum = PageNumber;
VimeoXML page = new VimeoXML();
string xmlResult;
xmlResult = page.getVimeoXML(pnum);
return xmlResult;

}

Thanks



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.