A
andrewzzz
Hi,
I've just created a javax.xml.soap.SOAPMessage from scratch and it
works.
My aim is to create an org.apache.axis.Message from that
SOAPMessage..but I don't know how..I tried using the various
constructors but with unsuccessful results..
e.g.Message m=new Message(soapenvelope)
etc..
Anyone knows how to create that?
I need it to at last create an instance of Axis MessageContext
class ,to pass to my own test handler..
Thanks in Advance
I've just created a javax.xml.soap.SOAPMessage from scratch and it
works.
My aim is to create an org.apache.axis.Message from that
SOAPMessage..but I don't know how..I tried using the various
constructors but with unsuccessful results..
e.g.Message m=new Message(soapenvelope)
etc..
Anyone knows how to create that?
I need it to at last create an instance of Axis MessageContext
class ,to pass to my own test handler..
Thanks in Advance