users@jax-rpc.java.net

overloaded method names changed in generated WSDL

From: Frank Xia <FXia_at_ESRI.COM>
Date: Thu, 03 Oct 2002 14:17:29 -0400

Does anyone knows why JWSDP (1.01) generated WSDL would change the
overloaded method names. For example, there 2 getResponse(String s1) and
getResponse(String s1, String s2), will be became something like

getResponse(String s1) and
getResponse2(String s1, String s2)

This caused my client program not working.

any idea/advice

thanks

Frank