473,396 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Calling a webservice dynamically

Hi,

I have one xml node containing webservice information.
Expand|Select|Wrap|Line Numbers
  1.         <Webservices>
  2.             <Webservice id="1" name="WebServiceOfTheDay">
  3.                 <Messagedata>
  4.                     <Message id="1" method="HTTPPost" contenttype="application/x-www-form-urlencoded" soapaction="" namespaceuri="" endpointurl="http://www.webserviceoftheday.com/ws/soap/wsotd.asmx/GetWSOTDWithKeyword" >
  5.                         <![CDATA[keyword=[*token.keyword*]]]>
  6.                     </Message>                                    
  7.                     <Message id="2" method="HTTPGet" contenttype="" soapaction="" namespaceuri="" endpointurl="http://www.webserviceoftheday.com/ws/soap/wsotd.asmx/GetWSOTDWithKeyword?keyword=[*token.keyword*]" />
  8.                 </Messagedata>
  9.             </Webservice>
  10.         </Webservices>
  11.  
I have to call the webservice specified in above webservice node. Previously we were using "MSXML2.XMLHTTP" to get the webservice response in the xml format.

Now I want to use the features provided by .Net to get the webservice response in xml format.

Can anybody help me how to call the the webservice at runtime and get its output in xml format.

Regards
Amol Lokhande
Apr 30 '08 #1
0 878

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Ed S | last post by:
Hi All, We're upgrading our web project - currently we have a web app and a web service - both written in C#. The web app communicates with the web service for login authentication, the list of...
8
by: Rob Kellow | last post by:
Hello, I'm working on an application for use within my company on our intranet that will be used to gather some information and store some of the info in a SQL Server database and the rest of the...
1
by: Lakshmi | last post by:
Hi All, I am having performance issues with the .NET client calling the Java Webservice running on axis. Have detailed the problem below. Please help. I wrote a webservice in Java. Lets name...
3
by: Mike | last post by:
Timeout Calling Web Service I am calling a .NET 1.1 web service from an aspx page. The web service can take several minutes to complete its tasks before returning a message to the aspx page. ...
7
by: WhiskRomeo | last post by:
I have a WIN .NET application that calls a web service to retrieve data. I deployed the application to a server and configured the webservice. The webservice and SQL Server 2000 database are on...
5
by: lavu | last post by:
I have a C# client application that uses a COM DLL(written in C++) or a webservice (the webservice is the same COM DLL wrapped up as a webservice). The client can dynamically (based on form...
1
by: jens Jensen | last post by:
Hello , i'm calling a webservice generated with oracle webservice java tools. I'm not able to add a web reference to a .net client the usual way with visual studio 2005. I was therefore...
0
by: dev | last post by:
I have a website that dynamically instantiates an instance of a class using Reflection from another Assembly. Within that class there is a method that calls a webservice. The webservice is a...
0
by: bharadwajrv | last post by:
i created the C Console project in .Net framework (VS 2003) and added the web reference to .Net webservice. This has created a "Service" namespace, and using which i'm able to invoke the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.