You're right that there's no real root.xml file. It's just a default URI 
used by the framework.

Frank.

"Holmes, Charles V." <[EMAIL PROTECTED]> wrote on 09/28/2008 09:56:48 PM:

> I figured the problem that I was having.  However, I'm still 
> confused to what the "root.xml" URI refers to...is there an XML file
> of that name somewhere, or is it just a default?
> 
>  -Charles
> 
> -----Original Message-----
> From: Holmes, Charles V. [mailto:[EMAIL PROTECTED]
> Sent: Fri 9/26/2008 2:44 PM
> To: [email protected]
> Subject: saveDataGraph Question (Java)
> 
> I'm running the line of code below:
> 
> SDOUtil.saveDataGraph(eventGraph, System.out, null);
> 
> 
> 
> Of which outputs:
> 
> <?xml version="1.0" encoding="ASCII"?>
> 
> <sdo:datagraph xmlns:sdo="commonj.sdo">
> 
>   <changeSummary xmlns=""
> 
>       logging="true">
> 
>     <resourceChanges resourceURI="root.xml"/>
> 
>   </changeSummary>
> 
>   <event_._type uid="1">
> 
>     <point lat="90" lon="180" hae="10000"/>
> 
>   </event_._type>
> 
> </sdo:datagraph>
> 
> 
> 
> However, I'd like to see the changes actually in the output XML
> (instead of inside the root.xml file) since I'm trying to send this
> over SOAP.  Is this an option that I can specify somewhere?  Or is
> there a better way to send a DataGraph over SOAP?
> 
> 
> 
> Thanks,
> 
> Charles
> 
> 
> 
> 

Reply via email to