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 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