Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > The best way to make a generic report page that use a web service that's indicated in a xml config file....

Reply
Thread Tools

The best way to make a generic report page that use a web service that's indicated in a xml config file....

 
 
Pablo Gutierrez
Guest
Posts: n/a
 
      10-28-2003
(I posted this message again since I think the first did not get published)
Hello,

I'd like someone tell me the best way of doing this:

I am programming a generic report aspx page that will read one of several
configuration xml files according to a parameter passed thought the URL.

i.e. if the page is called pReport.aspx?report=eaf it will read a
configuration file called eaf.xml.

The eaf.xml will tell the aspx page which web service must be called to get
the data for that report.

For example:

<root>
<webservice>http://example.com/webservices/production.asmx</webservice>
<items>
</items>
</root>

Then the Page_Load function of the pReport.aspx page will call the indicated
webservice. How can I call the web service using the URL?

Is there a better way of making this functionality?

Regards,

Pablo.





 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
What is the best way to make dual-way xml databinding? Stan ASP .Net 3 05-05-2005 02:07 PM
Re: ICS erroneously indicated Steve Winograd [MVP] Wireless Networking 0 04-16-2005 06:10 PM
The message filter indicated that the application is busy. bq ASP .Net 0 11-24-2003 09:54 PM
The best way to make a generic report page using a web service indicated in a xml file. Pablo Gutierrez ASP .Net 0 10-27-2003 11:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57