Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] failure of converting returning message (XML) to DOM

Subject: perfsonar development work

List archive

Re: [pS-dev] failure of converting returning message (XML) to DOM


Chronological Thread 
  • From: Jason Zurawski <>
  • To: ulisses <>
  • Cc: ,
  • Subject: Re: [pS-dev] failure of converting returning message (XML) to DOM
  • Date: Thu, 27 Jul 2006 08:51:56 -0400

Ulisses;

The XML to DOM conversion fails after I return the message being returned in
my method

TopsDownloadDBAction.java:performAction()

the message being returned is:

<nmwg:message id="localhost.localdomain.-5dcccc19:10cafa0681f:-7ffd"
type="TOPSDownloadDBResponse"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";>
<nmwg:metadata id="TOPSDownloadDBResponseMetadata"/>
<nmwg:data id="TOPSDownloadDBResponse"
metadataIdRef="TOPSDownloadDBResponseMetadata">
<nmwg:metadata id="TOPSDownloadDBResponseMetadata"/>
<nmwg:data id="localhost.localdomain.-5dcccc19:10cafa0681f:-7ffe">
<nmwgtopo3:link
id="localhost.localdomain.-5dcccc19:10cafa0681f:-7fff"
xmlns:nmwgtopo3="http://ggf.org/ns/nmwg/topology/l3/3.0/";>
<nmwgtopo3:interface
id="localhost.localdomain.-5dcccc19:10cafa0681f:-8000"
interfaceIdRef="private_index: 0, snmp_ifindex: unknown">

<nmwgtopo3:ifDescription>GE-0/0/0.20</nmwgtopo3:ifDescription>
<nmwgtopo3:type>other</nmwgtopo3:type>
<nmwgtopo3:capacity>0</nmwgtopo3:capacity>
<nmwgtopo3:netmask>62.40.98.40/29</nmwgtopo3:netmask>
<nmwgtopo3:ipAddress value="62.40.98.41"/>
</nmwgtopo3:interface>
<nmwgtopo3:name>be1.be.geant.net_62.40.98.40/29 -
_</nmwgtopo3:name>
</nmwgtopo3:link>
</nmwg:data>
</nmwg:data>
</nmwg:message>


I will look into the DOM generation methods to see if there are any problems, but have you tried the suggestions I sent to you on Tuesday (July 25th)?

-jason



Archive powered by MHonArc 2.6.16.

Top of Page