John,
The point that I was missing trying message type service get working was
following line in the deploy.wsdd/server-config.wsdd:
<service>
...
<parameter name="allowedMethods" value="testService"/>
...
</service>
Do you have this line?
Yves
On Thu, 2005-01-20 at 23:34 -0500, John Menke wrote:
> I am trying to use the message type service - i can get the basic example
> working (it returns the input) but I can't seem to get a service doing
> anything with the Document instance working.
>
> Service method
>
> public Document testService (Document doc){
> // do something with doc besides return it
> }
>
> PLEASE!!!! DOES ANYONE HAVE AN EXAMPLE?? I'M GETTING AXIS ERRORS THAT I
> CAN'T DEBUG SO FAR
>
> -JM
>
>