John,
The point that I was missing trying message type service get working was
following line in the deploy.wsdd/server-config.wsdd:
...
...
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
age-
From: John Menke [mailto:[EMAIL PROTECTED]
Sent: Friday, 21 January 2005 3:35 PM
To: Axis
Subject: Need extended Message Services Example
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
anyth
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
}