Author Message
LynnAugustine
Joined: Apr 29, 2010
Messages: 12
Offline
Hello,

Can someone advise whether or not it was possible to access .asp pages from AAOD? If it is possible, can you provide some instructions on how to call it?

Thanks,
Lynn
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
Access .asp pages how? OD itself is designed to use servlet containers. With in an OD node you can always write some java to access an asp page. Maybe you can explain more about what you want to do.
LynnAugustine
Joined: Apr 29, 2010
Messages: 12
Offline
Thanks Ross. Can you provide a sample code how to access .asp page in the java code?

Thanks,
Lynn
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
There's nothing specific in OD for this. You should do a google search on invoking ASP from Java

http://stackoverflow.com/questions/12798472/how-to-invoke-a-asp-net-web-api-from-java

RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
You can use the Java URL to access an .asp page or you can use the Apache commons http client.
LynnAugustine
Joined: Apr 29, 2010
Messages: 12
Offline
Thanks Neil and Ross for the suggestion.
Go to:   
Mobile view