| Try the following: public Application() { super(); System.out.println("Welcome to " + this.name() + "!"); /* ** Put your application initialization code here ** */ WebServiceProvider.initializeServiceProvider(); } public class WebServiceProvider { public static void initializeServiceProvider() { WOWebServiceRegistrar.registerWebService("WebServiceProvider", WebServiceProvider.class, new String[] {"setCredentials"}, true); } public String setCredentials(String merchantName, EOEnterpriseObject password) { return ""; } } Build and launch the application and try to see the wsdl. It fails!!! Pierre -- Pierre Frisch President sPearWay Ltd. phone: +1 604 929 9610 ext 6011 email: [EMAIL PROTECTED] sPearCat Web Catalogs, Custom designed in-house with the click of a mouse. On 15-Nov-05, at 12:23 AM, Guido Neitzer wrote:
|
_______________________________________________ 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]
