Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to overload Webservice in java using netbeans


I tried using
@WebMethod( operationName = "Test123")

But its gives error.
Posted
Comments
Richard MacCutchan 5-Jun-13 5:25am    
This is not a sufficient description for your problem. Please edit your question and show the code that fails and the exact error message that you receive.

1 solution

EDIT: This is a Java Question - I posted some C# stuff.

Please do NOT overload the functions. Java WS is not really working fine with that.


Netbeans is only the IDE you are using - like using a hammer or any other tool.
 
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