Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] question on LS registration (XML schema for registration)

Subject: perfsonar development work

List archive

Re: [pS-dev] question on LS registration (XML schema for registration)


Chronological Thread 
  • From: Jason Zurawski <>
  • To: ulisses <>
  • Cc: ,
  • Subject: Re: [pS-dev] question on LS registration (XML schema for registration)
  • Date: Thu, 30 Nov 2006 09:58:56 -0500

Ulisses;


Currently the message we want to use in the registration is:

<nmwg:message type="LSRegisterRequest"

<snip />
</nmwg:message>

I think this is ok, but it lacks something we need:

We are insterested in specifying the domain_name for which the Topology
Service is
serving topology data.

I have seen Service.java but there is no way of specifying domain_name or analogous, I also took a look at other .java files but found nothing.

Currently we are exporting the domain_name as the institution attribute of a
Node,
but I don't see a proper way for this case.

how I could add this information to the registration?

Also, can somebody confirm me that the data element can be empty?



If you look at some of the examples (specifically https://svn.internet2.edu/svn/perfsonar/trunk/perfsonar/schema/example-instances/sonar/LS/test/LSRegisterRequest.xml)
notice that the 'capability' i.e. what the MA is capable of delivering is placed in metadata blocks, inside of each data section below the service description. Any description (domain name, or other specific things) that TOPS is capable of delivering should be described in the underlying data, and not at the service level.

-jason



Archive powered by MHonArc 2.6.16.

Top of Page