Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi...


how to call webservice in java using javascript with example .am using eclipse and apache tomacat server pls .any one help me step by step example.


am new for web service. am tried many examples .but i still didnt get correct ans. kindly any one help me.
Posted

1 solution

Hello,

Why do you want to use JavaScript from within Java. You don't have to use JavaScript to call a web service from within Java. To call SOAP web services please refer to this link [^] or this[^] or this[^]. For REST web services you can use HttpClient.

Regards,
 
Share this answer
 
v2

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