Hola
On Jul 6, 2007, at 1:11 PM, [EMAIL PROTECTED]
wrote:
public static void initWebService() {
WOWebServiceRegistrar.registerWebService("DepositManager",
DepositManager.class, new String[] {"deposit"}, true);
}
try changing the previous line by the simpler
WOWebServiceRegistrar.registerWebService(DepositManager.class, true);
HIH
Dino
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]