Re: WebServices in 5.4
Re: WebServices in 5.4
- Subject: Re: WebServices in 5.4
- From: Daryl Lee <email@hidden>
- Date: Wed, 14 May 2008 10:22:54 -0700
Hi Juergen, This is not enough information to debug the problem. Can you show us the WSDL? What are the method signatures for 'foo', 'bar' and 'awol' for the FooService class?I'd include all this info in a bug. On May 14, 2008, at 8:40 AM, Juergen Lorenz Simon wrote:
public static final String serviceName = "FooService"; public static final String[] operations = new String[] {"foo","bar","awol"};
public static void register() { WOWebServiceRegistrar.registerWebService(FooService.serviceName,FooService.class,FooService.operations, true); }
|
_______________________________________________
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