I use the variant without the String[] operations and it worked in 5.4.2 (though I don't know if that is the one in the iPhone SDK or not) ... Are you able to modify this temporarily to see if that works?

ms

On May 14, 2008, at 1:22 PM, Daryl Lee wrote:

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/mschrag%40mdimension.com

This email sent to [EMAIL PROTECTED]

 _______________________________________________
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