Thanks for the hint.

 

I am not intending to send this anywhere, it is not created in the context of any message.  I know how to get at the XML when running a message through handlers.

 

Are you suggesting that what I have to do is to invoke it in such a way that a handler is called, the XML is extracted and the invocation is then aborted?

 

I was hoping that a call the generatedobject.getSerializer().doSomething could generate XML or DOM without utilizing the axis engine/handlers.

 

 

 


From: Parikh,Pratik [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 26, 2005 9:48 AM
To: [email protected]
Subject: RE: How to access and use Serializer independently?

 

Hi Paul,

 

    I would guess yes. You will have to write a handler for it.

 

Thanks,

Parikh, Pratik

 


From: Paul Grillo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 26, 2005 8:42 AM
To: [email protected]
Subject: FW: How to access and use Serializer independently?

Can’t believe that nobody has tried this.  Let me reword it, and maybe somebody can give me a yes/no answer.

 

Is it possible to populate an axis1.2 generated java binding object (from WSDL2Java) and generate XML to an outputstream?

 

yes or no would be good.

 

if yes, a general idea on how would be helpful

 

I thank anybody that can help.

 

 

 


From: Paul Grillo
Sent: Monday, October 24, 2005 12:15 PM
To: [email protected]
Subject: How to access and use Serializer independently?

 

I’ve been playing with this for awhile, and there just “seems” to be a lot of coupling that makes it difficult to do this.

 

Essentially I have a service running perfectly using the default serializer/deserializer for Axis 1.2

 

Now I would like to incorporate a REST interface on a few simple messages we support.

 

Scenario.

 

FooRequest and FooResponse are classes that work just fine.  They have been generated by WSDLtoJava and we use them with our service.

 

I now get a Post that contains parameters that allow me to create FooRequest from the httpRequest.  We scrub it and do it properly.

We then take FooRequest and pass it to our backend processor that knows how to return the FooResponse object.  Normally this object is passed back to the Axis engine and it handles it for non-REST input.

 

Now, all I really want to do is take FooResponse and use Axis Deserializer to generate XML or a DOM from which I can get to the XML so that I can write it back to the Web Client httpResponse.

 

How do I do that?  Is there not an easy way to use the getSerializer built into the generated objects and invoke it?  If so, what is the magic sequence to do this?

 

I’m hoping the answer is far shorter than the question.

 

Thanks for any help

 

-paul

CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
---------------------------------------- --

Reply via email to