perfsonar-dev - perfsonar: r3949 - in trunk/geant2_java-xml-ls/functional-testing/hLS: . rnc/Register rng/Register soapui_template xsd/Register
Subject: perfsonar development work
List archive
perfsonar: r3949 - in trunk/geant2_java-xml-ls/functional-testing/hLS: . rnc/Register rng/Register soapui_template xsd/Register
Chronological Thread
- From:
- To:
- Subject: perfsonar: r3949 - in trunk/geant2_java-xml-ls/functional-testing/hLS: . rnc/Register rng/Register soapui_template xsd/Register
- Date: Tue, 3 Jun 2008 09:26:39 -0400
Author: pgerakios
Date: 2008-06-03 09:26:39 -0400 (Tue, 03 Jun 2008)
New Revision: 3949
Modified:
trunk/geant2_java-xml-ls/functional-testing/hLS/rnc/Register/LSRegisterRequest.rnc
trunk/geant2_java-xml-ls/functional-testing/hLS/rng/Register/LSRegisterRequest.rng
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui-settings.xml
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-soapui-project.xml
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-workspace.xml
trunk/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterRequest.xsd
Log:
Modified:
trunk/geant2_java-xml-ls/functional-testing/hLS/rnc/Register/LSRegisterRequest.rnc
===================================================================
---
trunk/geant2_java-xml-ls/functional-testing/hLS/rnc/Register/LSRegisterRequest.rnc
2008-06-03 13:12:50 UTC (rev 3948)
+++
trunk/geant2_java-xml-ls/functional-testing/hLS/rnc/Register/LSRegisterRequest.rnc
2008-06-03 13:26:39 UTC (rev 3949)
@@ -22,10 +22,17 @@
attribute type { "LSRegisterRequest" }
+EventType =
+ element nmwg:eventType {
+
"http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0"
+ }
+
+
Metadata=
element nmwg:metadata {
Identifier &
MetadataIdentifierRef? &
+ EventType &
AnyElement*
}
Modified:
trunk/geant2_java-xml-ls/functional-testing/hLS/rng/Register/LSRegisterRequest.rng
===================================================================
---
trunk/geant2_java-xml-ls/functional-testing/hLS/rng/Register/LSRegisterRequest.rng
2008-06-03 13:12:50 UTC (rev 3948)
+++
trunk/geant2_java-xml-ls/functional-testing/hLS/rng/Register/LSRegisterRequest.rng
2008-06-03 13:26:39 UTC (rev 3949)
@@ -39,6 +39,11 @@
<value>LSRegisterRequest</value>
</attribute>
</define>
+ <define name="EventType">
+ <element name="nmwg:eventType">
+
<value>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</value>
+ </element>
+ </define>
<define name="Metadata">
<element name="nmwg:metadata">
<interleave>
@@ -46,6 +51,7 @@
<optional>
<ref name="MetadataIdentifierRef"/>
</optional>
+ <ref name="EventType"/>
<zeroOrMore>
<ref name="AnyElement"/>
</zeroOrMore>
Modified: trunk/geant2_java-xml-ls/functional-testing/hLS/soapui-settings.xml
===================================================================
--- trunk/geant2_java-xml-ls/functional-testing/hLS/soapui-settings.xml
2008-06-03 13:12:50 UTC (rev 3948)
+++ trunk/geant2_java-xml-ls/functional-testing/hLS/soapui-settings.xml
2008-06-03 13:26:39 UTC (rev 3949)
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<con:soapui-settings
xmlns:con="http://eviware.com/soapui/config"><con:setting
id="WsdlSettings@cache-wsdls">true</con:setting><con:setting
id="WsdlSettings@pretty-print-response-xml">true</con:setting><con:setting
id="HttpSettings@include_request_in_time_taken">true</con:setting><con:setting
id="HttpSettings@include_response_in_time_taken">true</con:setting><con:setting
id="WsdlSettings@excluded-types"><con:entry
xmlns:con="http://eviware.com/soapui/config">schema@http://www.w3.org/2001/XMLSchema</con:entry></con:setting><con:setting
id="WsdlSettings@name-with-binding">true</con:setting><con:setting
id="HttpSettings@max_connections_per_host">500</con:setting><con:setting
id="HttpSettings@max_total_connections">2000</con:setting><con:setting
id="com.eviware.soapui.SoapUI@workspace">soapui_template/LS-workspace.xml</con:setting></con:soapui-settings>
\ No newline at end of file
+<con:soapui-settings
xmlns:con="http://eviware.com/soapui/config"><con:setting
id="WsdlSettings@cache-wsdls">true</con:setting><con:setting
id="WsdlSettings@pretty-print-response-xml">true</con:setting><con:setting
id="HttpSettings@include_request_in_time_taken">true</con:setting><con:setting
id="HttpSettings@include_response_in_time_taken">true</con:setting><con:setting
id="WsdlSettings@excluded-types"><con:entry
xmlns:con="http://eviware.com/soapui/config">schema@http://www.w3.org/2001/XMLSchema</con:entry></con:setting><con:setting
id="WsdlSettings@name-with-binding">true</con:setting><con:setting
id="HttpSettings@max_connections_per_host">500</con:setting><con:setting
id="HttpSettings@max_total_connections">2000</con:setting><con:setting
id="com.eviware.soapui.SoapUI@workspace">soapui_template/LS-workspace.xml</con:setting><con:setting
id="GlobalPropertySettings@properties"><xml-fragment/></con:setting></con:soapui-settings>
\ No newline at end of file
Modified:
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-soapui-project.xml
===================================================================
---
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-soapui-project.xml
2008-06-03 13:12:50 UTC (rev 3948)
+++
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-soapui-project.xml
2008-06-03 13:26:39 UTC (rev 3949)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<con:soapui-project name="LS" soapui-version="2.0.2"
xmlns:con="http://eviware.com/soapui/config"><con:settings><con:setting
id="ProjectSettings@projectRoot">/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/soapui_template</con:setting></con:settings><con:interface
name="LookupServiceBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LookupServiceBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsRegister.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSRegister"
bindingOperationName="LSRegister" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Request
1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapen
v:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://ggf.org/ns/nmwg/base/2.0/">
+<con:soapui-project name="LS" soapui-version="2.0.2"
xmlns:con="http://eviware.com/soapui/config"><con:settings><con:setting
id="ProjectSettings@projectRoot">/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/soapui_template</con:setting></con:settings><con:interface
name="LookupServiceBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LookupServiceBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsRegister.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSRegister"
bindingOperationName="LSRegister" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Request
1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:En
velope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://ggf.org/ns/nmwg/base/2.0/">
<soapenv:Header/>
<soapenv:Body>
<nmwg:message type="LSRegisterRequest"
@@ -26,6 +26,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -48,7 +49,7 @@
</nmwg:message>
</soapenv:Body>
</soapenv:Envelope>
-]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsRegister.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/psservice.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsRegister.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/psservice.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:import namespace="http://ggf.org/ns/nmwg/base/2.0/"
schemaLocation="LSRegisterRequest.xsd"/>
<xs:import namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
schemaLocation="perfsonar.xsd"/>
<xs:element name="service">
@@ -66,7 +67,7 @@
<xs:element name="accessPoint" type="xs:string"/>
<xs:element name="serviceType" type="xs:string"/>
<xs:element name="serviceDescription" type="xs:string"/>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/perfsonar.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/perfsonar.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:import namespace="http://ggf.org/ns/nmwg/base/2.0/"
schemaLocation="LSRegisterRequest.xsd"/>
<xs:import
namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
schemaLocation="psservice.xsd"/>
<xs:element name="subject">
@@ -78,7 +79,7 @@
</xs:complexContent>
</xs:complexType>
</xs:element>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/LSRegisterResponse.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterResponse.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:element name="message" type="nmwg:MessageContent"/>
<xs:complexType name="MessageContent">
<xs:sequence maxOccurs="unbounded">
@@ -178,7 +179,7 @@
<xs:attribute name="value" use="required" type="xs:string"/>
</xs:complexType>
</xs:element>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/LSRegisterRequest.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterRequest.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:import namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
schemaLocation="perfsonar.xsd"/>
<xs:import
namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
schemaLocation="psservice.xsd"/>
<xs:element name="message" type="nmwg:MessageContent"/>
@@ -252,7 +253,7 @@
</xs:element>
</xs:sequence>
</xs:complexType>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsRegister.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsRegister.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
<!-- =====================================================================
@@ -315,7 +316,7 @@
</wsdl:service>
-</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSRegisterBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSRegisterBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsRegister.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSRegister"
bindingOperationName="LSRegister" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Sample Register
Request"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://ggf.org/ns/nmwg/base/2.0/">
+</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSRegisterBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSRegisterBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsRegister.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSRegister"
bindingOperationName="LSRegister" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Sample Register
Request"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://ggf.org/ns/nmwg/base/2.0/">
<soapenv:Header/>
<soapenv:Body>
<nmwg:message type="LSRegisterRequest"
@@ -342,6 +343,8 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -364,7 +367,7 @@
</nmwg:message>
</soapenv:Body>
</soapenv:Envelope>
-]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsRegister.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/psservice.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsRegister.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/psservice.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:import namespace="http://ggf.org/ns/nmwg/base/2.0/"
schemaLocation="LSRegisterRequest.xsd"/>
<xs:import namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
schemaLocation="perfsonar.xsd"/>
<xs:element name="service">
@@ -382,7 +385,7 @@
<xs:element name="accessPoint" type="xs:string"/>
<xs:element name="serviceType" type="xs:string"/>
<xs:element name="serviceDescription" type="xs:string"/>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/perfsonar.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/perfsonar.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:import namespace="http://ggf.org/ns/nmwg/base/2.0/"
schemaLocation="LSRegisterRequest.xsd"/>
<xs:import
namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
schemaLocation="psservice.xsd"/>
<xs:element name="subject">
@@ -394,7 +397,7 @@
</xs:complexContent>
</xs:complexType>
</xs:element>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/LSRegisterResponse.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterResponse.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:element name="message" type="nmwg:MessageContent"/>
<xs:complexType name="MessageContent">
<xs:sequence maxOccurs="unbounded">
@@ -494,7 +497,7 @@
<xs:attribute name="value" use="required" type="xs:string"/>
</xs:complexType>
</xs:element>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Register/LSRegisterRequest.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterRequest.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:import namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
schemaLocation="perfsonar.xsd"/>
<xs:import
namespace="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/"
schemaLocation="psservice.xsd"/>
<xs:element name="message" type="nmwg:MessageContent"/>
@@ -568,7 +571,7 @@
</xs:element>
</xs:sequence>
</xs:complexType>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsRegister.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsRegister.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
<!-- =====================================================================
@@ -630,7 +633,7 @@
</wsdl:service>
-</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSDeregisterBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSDeregisterBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsDeregister.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSDeregister"
bindingOperationName="LSDeregister" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Sample Deregister
Request"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://ggf.org/ns/nmwg/base/2.0/">
+</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSDeregisterBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSDeregisterBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsDeregister.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSDeregister"
bindingOperationName="LSDeregister" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Sample Deregister
Request"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://ggf.org/ns/nmwg/base/2.0/">
<soapenv:Header/>
<soapenv:Body>
<ns:message id="?" messageIdRef="?" type="?">
@@ -646,7 +649,7 @@
<ns:data id="?" metadataIdRef="?"/>
</ns:message>
</soapenv:Body>
-</soapenv:Envelope>]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsDeregister.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/xsd/Deregister/LSDeregisterResponse.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+</soapenv:Envelope>]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsDeregister.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/xsd/Deregister/LSDeregisterResponse.xsd</con:url><con:content><xs:schema
elementFormDefault="qualified"
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<xs:element name="message" type="nmwg:MessageContent"/>
<xs:complexType name="MessageContent">
<xs:choice minOccurs="0" maxOccurs="unbounded">
@@ -713,7 +716,7 @@
</xs:sequence>
</xs:complexType>
<xs:element name="datum" type="xs:string"/>
-</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsDeregister.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
+</xs:schema></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsDeregister.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
<!-- =====================================================================
@@ -779,12 +782,12 @@
</wsdl:service>
-</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSKeepaliveBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSKeepaliveBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsKeepalive.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSKeepalive"
bindingOperationName="LSKeepalive" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Request
1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
+</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSKeepaliveBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSKeepaliveBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsKeepalive.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSKeepalive"
bindingOperationName="LSKeepalive" inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Request
1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<soapenv:Header/>
<soapenv:Body>
<xs:string/>
</soapenv:Body>
-</soapenv:Envelope>]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsKeepalive.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsKeepalive.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
+</soapenv:Envelope>]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsKeepalive.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsKeepalive.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
<!-- =====================================================================
@@ -842,12 +845,12 @@
</wsdl:service>
-</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSQueryBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSQueryBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsQuery.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSQuery" bindingOperationName="LSQuery"
inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Request
1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
+</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSQueryBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSQueryBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsQuery.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSQuery" bindingOperationName="LSQuery"
inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/><con:call name="Request
1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<soapenv:Header/>
<soapenv:Body>
<xs:string/>
</soapenv:Body>
-</soapenv:Envelope>]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsQuery.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsQuery.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
+</soapenv:Envelope>]]></con:request></con:call></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsQuery.wsdl"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsQuery.wsdl</con:url><con:content><wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
<!-- =====================================================================
@@ -905,7 +908,7 @@
</wsdl:service>
-</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSEchoBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSEchoBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsEcho.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSEcho" bindingOperationName="LSEcho"
inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsEcho.wsdl"
type="TEXT"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/wsdl/lsEcho.wsdl</con:url><con:content><![CDATA[<wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/
base/2.0/" name="LookupService"
xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
+</wsdl:definitions></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache></con:interface><con:interface
name="LSEchoBinding"
bindingName="{http://ggf.org/ns/nmwg/base/2.0/}LSEchoBinding"
soapVersion="1_1"
definition="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsEcho.wsdl"><con:settings/><con:endpoints><con:endpoint>http://127.0.0.1:8080/xml-ls/services/LookupService</con:endpoint></con:endpoints><con:operation
isOneWay="false" action="" name="LSEcho" bindingOperationName="LSEcho"
inputName="" receivesAttachments="false"
sendsAttachments="false"><con:settings/></con:operation><con:definitionCache
rootPart="file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsEcho.wsdl"
type="TEXT"><con:part><con:url>file:/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/wsdl/lsEcho.wsdl</con:url><con:content><![CDATA[<wsdl:definitions
targetNamespace="http://ggf.org/ns/nmwg/base/2
.0/" name="LookupService" xmlns:psls="http://ggf.org/ns/nmwg/base/2.0/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ggf.org/ns/nmwg/base/2.0/">
<!--=====================================================================
wsdl types
======================================================================-->
@@ -980,7 +983,9 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
+
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
<perfsonar:subject id="subj1"
@@ -996,6 +1001,7 @@
</nmwgt:interface>
</perfsonar:subject>
<nmwg:eventType>utilisation</nmwg:eventType>
+
</nmwg:metadata>
</nmwg:data>
@@ -1033,6 +1039,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -1074,6 +1081,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:metadata id="meta2">
@@ -1127,6 +1135,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -1170,7 +1179,9 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
+
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
<perfsonar:subject id="subj1"
@@ -1250,6 +1261,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -1332,6 +1344,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1">
@@ -1426,6 +1439,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1">
@@ -1512,6 +1526,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -1580,6 +1595,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -1659,6 +1675,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -1741,6 +1758,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -1870,6 +1888,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -1962,6 +1981,7 @@
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -2049,6 +2069,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1">
@@ -2071,6 +2092,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -2148,6 +2170,7 @@
random element
</nmwg:random1>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1">
@@ -2170,6 +2193,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -2244,6 +2268,7 @@
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1">
@@ -2270,6 +2295,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -2383,6 +2409,7 @@
<psservice:serviceType>MA</psservice:serviceType>
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</perfsonar:subject>
</nmwg:metadata>
@@ -2408,6 +2435,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -2482,6 +2510,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -2552,6 +2581,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -2627,6 +2657,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -2702,6 +2733,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -2787,6 +2819,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -2863,6 +2896,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -2937,6 +2971,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1">
@@ -2959,6 +2994,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -3032,6 +3068,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1" id2="lala">
@@ -3054,6 +3091,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -3119,6 +3157,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -3188,6 +3227,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo" id2="lalal">
@@ -3534,6 +3574,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -3617,6 +3658,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta1">
@@ -3639,6 +3681,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -3713,6 +3756,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -3798,6 +3842,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -3879,6 +3924,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:metadata id="meta2">
@@ -3893,6 +3939,7 @@
<psservice:serviceType>MA</psservice:serviceType>
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</perfsonar:subject>
</nmwg:metadata>
@@ -3978,6 +4025,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -4062,6 +4110,7 @@
</psservice:accessPoint>
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</perfsonar:subject>
</nmwg:metadata>
@@ -4145,6 +4194,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
@@ -4163,6 +4213,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -4247,6 +4298,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -4332,6 +4384,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -4414,6 +4467,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
@@ -4432,6 +4486,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data2" metadataIdRef="meta2">
@@ -4516,6 +4571,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
@@ -4604,6 +4660,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
@@ -4684,6 +4741,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
@@ -4703,6 +4761,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="meta11">
@@ -4779,6 +4838,7 @@
<psservice:serviceDescription>This is my testing
MA</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo1">
@@ -4867,6 +4927,7 @@
<psservice:serviceDescription></psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
@@ -4996,6 +5057,7 @@
<psservice:serviceVersion>3.0</psservice:serviceVersion>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data1" metadataIdRef="meta1">
@@ -5041,6 +5103,7 @@
<psservice:serviceVersion>3.0</psservice:serviceVersion>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data1" metadataIdRef="meta1">
@@ -5083,6 +5146,7 @@
<psservice:serviceVersion>3.0</psservice:serviceVersion>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data1" metadataIdRef="meta1">
@@ -5122,6 +5186,7 @@
<psservice:serviceDescription>Measurement Point for doing
on-demand BWCTL tests</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data" metadataIdRef="serviceLookupInfo">
</nmwg:data>
@@ -5191,6 +5256,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -5255,6 +5321,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -5359,6 +5426,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -5699,6 +5767,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -6038,6 +6107,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -6482,6 +6552,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -6926,6 +6997,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -8256,6 +8328,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data0" metadataIdRef="serviceLookupInfo">
<nmwg:metadata id="meta1">
@@ -8306,6 +8379,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:metadata id="serviceLookupInfo1">
@@ -8325,6 +8399,7 @@
</psservice:serviceDescription>
</psservice:service>
</perfsonar:subject>
+
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data1" metadataIdRef="serviceLookupInfo1">
Modified:
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-workspace.xml
===================================================================
---
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-workspace.xml
2008-06-03 13:12:50 UTC (rev 3948)
+++
trunk/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-workspace.xml
2008-06-03 13:26:39 UTC (rev 3949)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-workspace name="LS" soapui-version="2.0.2"
xmlns:con="http://eviware.com/soapui/config">
<con:settings/>
- <con:project
name="LS">/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/oldls/soapui_template/LS-soapui-project.xml</con:project>
+ <con:project
name="LS">/home/pgerakios/grnet/geant2_java-xml-ls/functional-testing/hLS/soapui_template/LS-soapui-project.xml</con:project>
</con:soapui-workspace>
\ No newline at end of file
Modified:
trunk/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterRequest.xsd
===================================================================
---
trunk/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterRequest.xsd
2008-06-03 13:12:50 UTC (rev 3948)
+++
trunk/geant2_java-xml-ls/functional-testing/hLS/xsd/Register/LSRegisterRequest.xsd
2008-06-03 13:26:39 UTC (rev 3949)
@@ -31,9 +31,19 @@
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
+ <xs:element name="eventType">
+ <xs:simpleType>
+ <xs:restriction base="xs:token">
+ <xs:enumeration
value="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/registration/service/2.0"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:element>
<xs:element name="metadata">
<xs:complexType>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="nmwg:AnyElement"/>
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="nmwg:eventType"/>
+ <xs:group ref="nmwg:AnyElement"/>
+ </xs:choice>
<xs:attributeGroup ref="nmwg:Identifier"/>
<xs:attribute name="metadataIdRef" type="xs:string"/>
</xs:complexType>
- perfsonar: r3949 - in trunk/geant2_java-xml-ls/functional-testing/hLS: . rnc/Register rng/Register soapui_template xsd/Register, svnlog, 06/03/2008
Archive powered by MHonArc 2.6.16.