0

Is there a way to call a function of an asp page from java (not javascript)??

1 Answer 1

1

If you make the function invokable by visiting some URL (an ASPX page that invokes the function or w/e), you can then use URL in Java to invoke the function. However, if anyone decompiles your java code they'll see the URL which invokes the ASP function and they could invoke it themselves using anything (browser, in code, etc).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.