A guy just responded to your post on the newsgroup.

It appears that he also is only able to make the public Element[]
evaluate(Element[]) type method work in the axis framework.  There is also a
very good example site for what you are trying to do:

http://cass123.ast.cam.ac.uk/documents/AxisMsgParam.html

take a look at this site.  it may give you some direction.

hope this helps,

Jim

-----Original Message-----
From: Sachin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 8:22 AM
To: [EMAIL PROTECTED]
Subject: About Message Style Service(new bie)


Hi,
    Is it possible to deploy following Class as MessageStyle Service or I
have to user

import org.w3c.dom.Document for it.Please help me.

Class:--------

import org.dom4j.Document;

public class Engine  {

   public Document evaluate(Document document)
   {
      return(document);
   }

}


Axis has example of method like signature
public Element [] method(Element [] bodies)

but no specification for
public Document method(Document body)

Thanks
Sachin





Reply via email to