Re: So how is 5.3.1 looking?
Re: So how is 5.3.1 looking?
- Subject: Re: So how is 5.3.1 looking?
- From: Pierre Frisch <email@hidden>
- Date: Tue, 15 Nov 2005 10:26:55 -0800
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@hidden sPearCat Web Catalogs, Custom designed in-house with the click of a mouse. http://www.spearcat.com/ On 15-Nov-05, at 12:23 AM, Guido Neitzer wrote: On 14.11.2005, at 23:24 Uhr, Pierre Frisch wrote:
Not for me. WO 5.3.1 still cannot generate a simple wsdl if you are not using the d2* stuff.
What is the problem with the WSDL? I have not looked at it because we're running on 5.2.3 for deployment.
cug
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden