Connecting Tech Pros Worldwide Help | Site Map

How do I call the Java web services from classic ASP file

Newbie
 
Join Date: Sep 2009
Posts: 1
#1: Sep 18 '09
Hi,

I'm new to the web services. I've to call the two java web services from other network system from classic ASP page. There are two java webservices are hosted in one server and this ASP application is running on another server. My request is I've to call the one java webservice from this ASP page with one parameter as input and return(output) value of java webservice1 is taken and invoke the java webservice2 with input parameter as (output from java service1) service1 value. Then the java webservice2 will return the value, that value should be display on the same ASP page to user. for this one I'm new to webservices, i dont know how to call web services from ASP and perform the operations. Please let me know in detail with code. I would appreciates you if you could give the solution AEAP. Thanks in advance!!

Thanks,
Nani
jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Posts: 2,690
#2: Sep 30 '09

re: How do I call the Java web services from classic ASP file


This sounds like a homework question! The web is full of tutorials, I googled "classic asp web service call" and the first page was all good examples. Here is the top hit. Hope this helps.

Jared
Reply