Hi All,
 
I have created a class which has two over loaded methods.
The method signature is as follows
public String getMessages(String username, String status)
The overloaded method signature is as follows
public String getMessages(String username, String status,Connection con)
where the Connection is a SQL connection
 
 
If I expose this class as a service, Im able to view only one method in
the WSDL. The other overloaded method is not viewable in the WSDL.
 
Can some one help me out with this..
 
Rgds,
Raghavan.V.

Reply via email to