I want it because the service method has the following signature (javanized):

   org.w3c.dom.Document getSomeComplexInfo();

So what I would like to see in my soap stub is the same signature and not something 
like:

   some.generated.bean getSomeComplexInfo();

But if there is a way to retrieve the Document from the bean that would do as well.

-Tako

> -----Original Message-----
> From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]]
> Sent: dinsdag 30 april 2002 16:46
> To: [EMAIL PROTECTED]
> Subject: RE: How to retrieve an XML document from a service?
> 
> 
> I may have misunderstood the purpose of your need.  Why do 
> you need the XML
> if you have the bean?  FYI, I use this trick to after a call 
> to let's say my
> query() operation, It is more handy for me to generate HTML 
> using an XSL
> transformation than looping through the beans... 
> 
> Sylvain
> 
> -----Original Message-----
> From: Tako Schotanus [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 10:17 AM
> To: [EMAIL PROTECTED]
> Subject: RE: How to retrieve an XML document from a service?
> 
> 
> 
> So what you are suggesting is to forget about all the beans 
> and just extract
> the XML from the SOAP envelope?
> 
> But wouldn't it be better if WSDL2Java would generate this 
> code? It seems
> simple enough.
> Or is the .NET way not standard enough to it that way?
> 
> -Tako
> 
> 
> > -----Original Message-----
> > From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]]
> > Sent: dinsdag 30 april 2002 16:06
> > To: [EMAIL PROTECTED]
> > Subject: RE: How to retrieve an XML document from a service?
> > 
> > 
> > 
> > After you made your call you can get to the SOAP envelope using:
> > 
> > service.getCall().getResponseMessage().getSOAPPart()
> > 
> > Sylvain.
> > 
> > -----Original Message-----
> > From: Tako Schotanus [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 30, 2002 5:20 AM
> > To: [EMAIL PROTECTED]
> > Subject: How to retrieve an XML document from a service?
> > 
> > 
> > I used WSDL2Java to generate some code for a .NET web service 
> > that returns
> > an XML document as a result.
> > After inspecting the code I noticed that all XML document 
> > results had been
> > converted to Beans.
> > 
> > Can somebody point me in the direction I should go to get 
> > from a Bean to the
> > original XML document?
> > Is this bean stuff even necessary or is it just the code 
> > generator that
> > doesn't know how to handle .NET XML document types and turns 
> > everything
> > unknown into beans?
> > 
> > I did find the info about the ElementDeserializer, but 
> > couldn't figure out
> > how to use them.
> > 
> > Any help would be much appreciated :-)
> > 
> > -Tako
> > 
> > 
> > Tako Schotanus
> > Chief Software Architect
> > 
> > --------------------------------------------------------
> > BackStream® Content Management
> > 
> > Postbus 58385
> > 1040 HJ Amsterdam
> > 
> > Willem de Zwijgerlaan 350
> > 1055 RD Amsterdam
> > 
> > The Netherlands
> > 
> > tel. +31 (0)20 6827332 / fax +31 (0)20 6827632
> > 
> > http://www.backstream.com
> > -------------------------------------------------------- 
> > 
> > This message may contain privileged and/or confidential 
> > information.  If you
> > have received this e-mail in error or are not the intended 
> > recipient, you
> > may not use, copy, disseminate or distribute it; do not open any
> > attachments, delete it immediately from your system and 
> > notify the sender
> > promptly by e-mail that you have done so.  Thank you.
> > 
> 
> This message may contain privileged and/or confidential 
> information.  If you
> have received this e-mail in error or are not the intended 
> recipient, you
> may not use, copy, disseminate or distribute it; do not open any
> attachments, delete it immediately from your system and 
> notify the sender
> promptly by e-mail that you have done so.  Thank you.
> 

Reply via email to