Title: RE: [castor-dev] marshalling/unmarshalling to/from in-memory xml documents

No not at all. In fact I've just been in discussion with Arnaud Blandin about placing this on the Castor web/ftp site. So hopefull this will appear soon. :-)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: 10 April 2002 02:07
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] marshalling/unmarshalling to/from in-memory
xml documents




Indeed it would be outstanding! Would you object to haring this info with the
whole castor-dev group ?

Thanks,
Norval


|--------+----------------------->
|        |          Mark Nickel  |
|        |          <mnickel@duns|
|        |          irn.com>     |
|        |                       |
|        |          10/04/2002   |
|        |          02:33 AM     |
|        |          Please       |
|        |          respond to   |
|        |          castor-dev   |
|        |                       |
|--------+----------------------->
  >--------------------------------------------------------|
  |                                                        |
  |       To:     [EMAIL PROTECTED]                    |
  |       cc:     (bcc: Norval Hope/ISD/VWA)               |
  |       Subject:     Re: [castor-dev]                    |
  |       marshalling/unmarshalling to/from in-memory xml  |
  |       documents                                        |
  >--------------------------------------------------------|





That would be outstanding!  I would be very interested in your
presentation and code.

Mark

Andrew Fawcett wrote:

>
>
> Last September I did a presentation on XML Data Binding and Web
> Services. It showed how to use Castor within the Apache SOAP SDK to
> unmarshall a literal SOAP request (sent from a .Net C# client!). I
> think this is basically what you want to know. I can sent you the
> presentation and source code if you like?
>
> -----Original Message-----
> From: Mark Nickel [mailto:[EMAIL PROTECTED]]
> Sent: 09 April 2002 17:02
> To: [EMAIL PROTECTED]
> Subject: [castor-dev] marshalling/unmarshalling to/from in-memory xml
> documents
>
>
> My idea is to utilize Castor to generate javabeans where the xml
> document comes from a SOAP-like request.  Actually the idea is for a
> java program to access a URL/ ASP on IIS which returns an XML document
>
> rather than an HTML document.... Hey... ya gotta do what ya gotta do
> because I can't find a jdbc - OLE DB bridge that is open source.
>
> Since the document will not actually be a physical file on the
> harddrive, can Castor create the java object from the xml document
> that
> is in the String variable in memory?
>
> Or will I have to write the String variable containing the XML
> document
> out to the harddrive, Unmarshal, then access the javabean?
>
> I know that this idea could be pretty dangerous depending upon the
> size
> of the XML being returned from the URL / ASP server.  Theoretically
> the
> documents *should* be small.  Just simple Business Objects...
>
> I suppose another option would be to convert the String variable
> containing the xml document into a true DOM using stuff right out of
> the
> Xerces parser, and then call Castor to Unmarshal it....  I just hoped
> that I wouldn't have to code that step....
>
> The only reference to this type of question is here:
> http://www.mail-archive.com/[email protected]/msg03599.html
>
> Thanks for your help!
> Mark
>
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
>         unsubscribe castor-dev

Reply via email to