Click here to Skip to main content
15,905,782 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hello GUD mrng,


1.i want to create a web service in C#.in that i want to return A xml file for my service Consumer.What Can i do for this?

2.i want to get a xml file from java web service. How can i catch that file and do manipulation in that Xml then return(sent back) that XML file from MY web service?

//send the xml file( say n suggest it correct or not) in this way i am returning xml file.

public XmlDocument sendXmlfile()
{
XmlDocument xml= new XmlDocument();
xml.LoadXml("existingxmlfile",true);


return Xml;
}

//how can i catch the xml file( still struggling how to get n read xml file)
Posted
Updated 5-Jun-11 21:09pm
v2
Comments
cuteband 6-Jun-11 2:16am    
Please show some of your works not just giving a project.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900