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.

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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to