• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: So how is 5.3.1 looking?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: So how is 5.3.1 looking?
      • From: Robert Walker <email@hidden>
References: 
 >So how is 5.3.1 looking? (From: email@hidden)
 >Re: So how is 5.3.1 looking? (From: Pierre Frisch <email@hidden>)
 >Re: So how is 5.3.1 looking? (From: Guido Neitzer <email@hidden>)

  • Prev by Date: Re: So how is 5.3.1 looking?
  • Next by Date: Re: Application Freezes!
  • Previous by thread: Re: So how is 5.3.1 looking?
  • Next by thread: Re: So how is 5.3.1 looking?
  • Index(es):
    • Date
    • Thread