IntelliJ Java IDE
The moose likes Web Services and the fly likes Calling java from ASP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Calling java from ASP" Watch "Calling java from ASP" New topic
Author

Calling java from ASP

yathish Gatty
Ranch Hand

Joined: Oct 05, 2004
Posts: 31
Hi,

How to integrate java code with ASP? If this is done using webservices.Then is creating webservice in IIS server is similiar to crearing webservice in jboss?

with regards,
Yathish
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32767
Where does the Java code run that you want to integrate with ASP? On a client? On a different server? On the same server?

A web service is a web service - if it uses standards like SOAP and WSDL it shouldn't matter whether it's hosted on JBoss or IIS. Of course, on IIS you won't be able to use toolkits like Axis, but you already knew that.


Android appsImageJ pluginsJava web charts
yathish Gatty
Ranch Hand

Joined: Oct 05, 2004
Posts: 31
Hi,
I want to run java code in same server as ASP(client code) is running i.e IIS server.
Could you suggest how to create webservice to run in IIS.

Thanks,

Yathish
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32767
I believe ASP.NET includes a web services platform, probably SOAP and WSDL.
 
 
subject: Calling java from ASP
 
Threads others viewed
WLS ASP interop thru' webservices
invitation to visit java elearning
To pass file object to webservice
Job description
HOW TO TRANSFER ASP COM TO JAR?
developer file tools