Frank,

Are you running the nightly build, or alpha 3?

Steven Gollery

Frank van Lingen wrote:

> Hi,
>
> I am trying to run the message example of the nightlybuild version. I
> get an error message when I run the client:
>
> Exception in thread "main" no 'methodName' option was configured for
> the service'MessageService'
>
> I changed the name attribute of the parameter element from
> allowedMethods to methodName in the wsdd file . this resulted in the
> following error when running the client:
>
> Exception in thread "main" java.lang.NoSuchMethodException: Tried
> class:samples.message.MessageService , Methodname:echoElements
>
> It suggests it can't find the method echoElements while I deployed the
> service.
>
> After that I put the following line of code in the client:
>
> call.setOperationName( "echoElements" );
>
> This resulted in the same error.
>
> Has anybody had similar problems with this example?
>
> Frank van Lingen

Reply via email to