Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I wrote a webservice that is deployed in apache. The return string for the methods are xml Strings(using XStream).

I want to create an html page where i do webservice calls. None of the tutorials that i looked at uses apache and xml to display data.

I tried this example: Calling Web Services from HTML Pages using JavaScript[^] but my service address is not the same. http://localhost:8080/studentInterventionSystem/services/urn:NS_STUDENTINTERVENTIONSYSTEM?wsdl[^]

How can i create an html page that will call my webservices?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900