Hi,
  I have not deploy example on axis Message Service but it is generating
wsdl for Element[] method
But when i am trying org.dom4j.Document it is not working

Well i am thinking of writing *.wsdd file for it instead of using java2wsdl.


-----Original Message-----
From: Balaji Thirugnanam [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 7:38 PM
To: '[EMAIL PROTECTED]'
Subject: RE: About Message Style Service(new bie)


Seems like the information on the link is misleading,
He uses a server side method that takes a Vector, whereas
there is no Vector based API for the AXIS-MESSAGE service,

-B

-----Original Message-----
From: Jim Poulsen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 9:48 AM
To: '[EMAIL PROTECTED]'
Subject: RE: About Message Style Service(new bie)


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