perfsonar-dev - perfsonar: r3216 - trunk/functional-testing/aa-test
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r3216 - trunk/functional-testing/aa-test
- Date: Mon, 14 Jan 2008 07:39:55 -0500
Author: david.schmitz
Date: 2008-01-14 07:39:54 -0500 (Mon, 14 Jan 2008)
New Revision: 3216
Added:
trunk/functional-testing/aa-test/Functional Testing-AA Specification
Document.doc
Modified:
trunk/functional-testing/aa-test/aa-func-test-soapui-project.xml
Log:
added doc, and updated test cases to incorporate AA Schema Tests
Added: trunk/functional-testing/aa-test/Functional Testing-AA Specification
Document.doc
Property changes on: trunk/functional-testing/aa-test/Functional Testing-AA
Specification Document.doc
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/functional-testing/aa-test/aa-func-test-soapui-project.xml
===================================================================
--- trunk/functional-testing/aa-test/aa-func-test-soapui-project.xml
2008-01-11 14:00:31 UTC (rev 3215)
+++ trunk/functional-testing/aa-test/aa-func-test-soapui-project.xml
2008-01-14 12:39:54 UTC (rev 3216)
@@ -1020,7 +1020,103 @@
//
-]]></script></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:testSuite
name="AuthNEEBinding
TestSuite"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase
failOnError="true" failTestCaseOnErrors="true" keepSession="false"
name="Normal AuthNEE Certificate" searchProperties="true"
id="c2215499-8855-4b1a-86da-1f6a8f1b9f18"><con:settings/><con:testStep
type="groovy"
name="SignRequestMessage"><con:settings/><con:config><script><![CDATA[
+]]></script></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:testSuite
name="AuthNEEBinding
TestSuite"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase
failOnError="true" failTestCaseOnErrors="true" keepSession="false"
name="AuthNEE SchemaTest" searchProperties="true"
id="29872efc-9b2f-4dc3-b7b9-6dd1fd2c4085"><con:settings/><con:testStep
type="request" name="AuthNEE Ok / No
SecurityToken"><con:settings/><con:config xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE Ok / No
SecurityToken"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x
si="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><nmwg:message
id="authNMessage1" type="AuthNEERequest"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+ <nmwg:metadata id="authNMetadata">
+ <nmwg:parameters id="keys">
+ <nmwg:parameter
name="SecurityToken">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3</nmwg:parameter>
+ </nmwg:parameters>
+ </nmwg:metadata>
+ <nmwg:data id="authN1" metadataIdRef="authNMetadata"/>
+
</nmwg:message></soapenv:Body></soapenv:Envelope>]]></con:request><con:assertion
type="Schema Compliance"
disabled="true"><con:configuration><definition/></con:configuration></con:assertion><con:assertion
type="XQuery Match"><con:configuration><path>declare namespace
soapenv='http://schemas.xmlsoap.org/soap/envelope/';
+declare namespace nmwg='http://ggf.org/ns/nmwg/base/2.0/';
+
+<items>
+{
+ for $z in
//soapenv:Envelope/soapenv:Body/nmwg:message/nmwg:metadata/nmwg:eventType/text()
+ order by $z
+ return <id>{data($z)}</id>
+}
+</items></path><content><items>
+<id>error.authn.not_sectoken</id>
+</items></content><allowWildcards>false</allowWildcards></con:configuration></con:assertion><con:wssConfig/></con:request></con:config></con:testStep><con:testStep
type="request" name="AuthNEE Faulty / Wrong
Namespaces"><con:settings/><con:config xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE Faulty / Wrong
Namespaces"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><nmwg:message
id="authNMessage1" type="AuthNEERequest"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+ <nmwgXXXX:metadata id="authNMetadata">
+ <nmwg:parameters id="keys">
+ <nmwg:parameter
name="SecurityToken">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3</nmwg:parameter>
+ </nmwg:parameters>
+ </nmwg:metadata>
+ <nmwg:data id="authN1" metadataIdRef="authNMetadata"/>
+
</nmwg:message></soapenv:Body></soapenv:Envelope>]]></con:request><con:assertion
type="Schema Compliance"
disabled="true"><con:configuration><definition/></con:configuration></con:assertion><con:assertion
type="Not SOAP Fault
Assertion"/><con:wssConfig/></con:request></con:config></con:testStep><con:testStep
type="request" name="AuthNEE Faulty / Wrong
MessageType"><con:settings/><con:config xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE Faulty / Wrong
MessageType"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><nmw
g:message id="authNMessage1" type="AuthNEERequestXX"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+ <nmwg:metadata id="authNMetadata">
+ <nmwg:parameters id="keys">
+ <nmwg:parameter
name="SecurityToken">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3</nmwg:parameter>
+ </nmwg:parameters>
+ </nmwg:metadata>
+ <nmwg:data id="authN1" metadataIdRef="authNMetadata"/>
+
</nmwg:message></soapenv:Body></soapenv:Envelope>]]></con:request><con:assertion
type="Schema Compliance"
disabled="true"><con:configuration><definition/></con:configuration></con:assertion><con:assertion
type="XQuery Match"><con:configuration><path>declare namespace
soapenv='http://schemas.xmlsoap.org/soap/envelope/';
+declare namespace nmwg='http://ggf.org/ns/nmwg/base/2.0/';
+
+<items>
+{
+ for $z in
//soapenv:Envelope/soapenv:Body/nmwg:message/nmwg:metadata/nmwg:eventType/text()
+ order by $z
+ return <id>{data($z)}</id>
+}
+</items></path><content><items>
+<id>error.common.action_not_supported</id>
+</items></content><allowWildcards>false</allowWildcards></con:configuration></con:assertion><con:wssConfig/></con:request></con:config></con:testStep><con:testStep
type="request" name="AuthNEE Faulty / NoData"><con:settings/><con:config
xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE Faulty /
NoData"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><nmwg:message
id="authNMessage1" type="AuthNEERequest"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+ <nmwg:metadata id="authNMetadata">
+ <nmwg:parameters id="keys">
+ <nmwg:parameter
name="SecurityToken">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3</nmwg:parameter>
+ </nmwg:parameters>
+ </nmwg:metadata>
+
</nmwg:message></soapenv:Body></soapenv:Envelope>]]></con:request><con:assertion
type="Schema Compliance"
disabled="true"><con:configuration><definition/></con:configuration></con:assertion><con:assertion
type="XQuery Match"><con:configuration><path>declare namespace
soapenv='http://schemas.xmlsoap.org/soap/envelope/';
+declare namespace nmwg='http://ggf.org/ns/nmwg/base/2.0/';
+
+<items>
+{
+ for $z in
//soapenv:Envelope/soapenv:Body/nmwg:message/nmwg:metadata/nmwg:eventType/text()
+ order by $z
+ return <id>{data($z)}</id>
+}
+</items></path><content><items>
+<id>warning.common.no_metadata</id>
+</items></content><allowWildcards>false</allowWildcards></con:configuration></con:assertion><con:wssConfig/></con:request></con:config></con:testStep><con:testStep
type="request" name="AuthNEE Faulty / Wrong
MetadataRef"><con:settings/><con:config xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE Faulty / Wrong
MetadataRef"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><nmwg:message
id="authNMessage1" type="AuthNEERequest"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+ <nmwg:metadata id="authNMetadata">
+ <nmwg:parameters id="keys">
+ <nmwg:parameter
name="SecurityToken">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3</nmwg:parameter>
+ </nmwg:parameters>
+ </nmwg:metadata>
+ <nmwg:data id="authN1" metadataIdRef="authNMetadataX"/>
+
</nmwg:message></soapenv:Body></soapenv:Envelope>]]></con:request><con:assertion
type="Schema Compliance"
disabled="true"><con:configuration><definition/></con:configuration></con:assertion><con:assertion
type="XQuery Match"><con:configuration><path>declare namespace
soapenv='http://schemas.xmlsoap.org/soap/envelope/';
+declare namespace nmwg='http://ggf.org/ns/nmwg/base/2.0/';
+
+<items>
+{
+ for $z in
//soapenv:Envelope/soapenv:Body/nmwg:message/nmwg:metadata/nmwg:eventType/text()
+ order by $z
+ return <id>{data($z)}</id>
+}
+</items></path><content><items>
+<id>warning.common.no_metadata</id>
+</items></content><allowWildcards>false</allowWildcards></con:configuration></con:assertion><con:wssConfig/></con:request></con:config></con:testStep><con:testStep
type="request" name="AuthNEE Faulty / Wrong
SecTokenReference"><con:settings/><con:config xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE Faulty / Wrong
SecTokenReference"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><nmwg:message
id="authNMessage1" type="AuthNEERequest"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+ <nmwg:metadata id="authNMetadata">
+ <nmwg:parameters id="keys">
+ <nmwg:parameter
name="SecurityToken">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-invalid</nmwg:parameter>
+ </nmwg:parameters>
+ </nmwg:metadata>
+ <nmwg:data id="authN1" metadataIdRef="authNMetadata"/>
+
</nmwg:message></soapenv:Body></soapenv:Envelope>]]></con:request><con:assertion
type="Schema Compliance"
disabled="true"><con:configuration><definition/></con:configuration></con:assertion><con:assertion
type="XQuery Match"><con:configuration><path>declare namespace
soapenv='http://schemas.xmlsoap.org/soap/envelope/';
+declare namespace nmwg='http://ggf.org/ns/nmwg/base/2.0/';
+
+<items>
+{
+ for $z in
//soapenv:Envelope/soapenv:Body/nmwg:message/nmwg:metadata/nmwg:eventType/text()
+ order by $z
+ return <id>{data($z)}</id>
+}
+</items></path><content><items>
+<id>error.authn.not_sectoken</id>
+</items></content><allowWildcards>false</allowWildcards></con:configuration></con:assertion><con:wssConfig/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase
failOnError="true" failTestCaseOnErrors="true" keepSession="false"
name="Normal AuthNEE Certificate" searchProperties="true"
id="c2215499-8855-4b1a-86da-1f6a8f1b9f18"><con:settings/><con:testStep
type="groovy"
name="SignRequestMessage"><con:settings/><con:config><script><![CDATA[
//
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
// necesasry java imports
@@ -1312,32 +1408,7 @@
//
//
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-]]></script></con:config></con:testStep><con:testStep type="request"
name="AuthNEE"><con:settings/><con:config xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header><wsse:Security
soapenv:actor="ac" soapenv:mustUnderstand="1"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:BinarySecurityToken
EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary"
ValueType="http://docs.oasis-open.org/wss
/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"
wsu:Id="CertId-16126893"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">AAMIIEqTCCA5GgAwIBAgIBWzANBgkqhkiG9w0BAQUFADBBMRMwEQYKCZImiZPyLGQBGRMDbmV0MRUwEwYKCZImiZPyLGQBGRMFZ2VhbnQxEzARBgNVBAMTCmVkdUdBSU5TQ0EwHhcNMDcwOTI1MTYxMjE0WhcNMDgwOTI0MTYxMjE0WjBPMRMwEQYKCZImiZPyLGQBGRYDbmV0MRUwEwYKCZImiZPyLGQBGRYFZ2VhbnQxDDAKBgNVBAoTA0RGTjETMBEGA1UEAxMKd3d3LmRmbi5kZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJitDrIqfYyACkpDP/3tLRBoidNKUky0EnASa9EunhKu8uVmsBODG9ThlRJG2ncPtWapSeVkiDx1OBgbZi59gbxuAg5/RwDNEATvN07KGD0m8KTgVh01EI/yEA/Mys6ddW8ZV++Wsb8ZxVofA0cBztcAn+fRxbCqmCwkrboMQj2+gw6ld7/myxXx7+oHyobmIWiWOrEp3AkXC1nZUkISn+Uux3FvsaTSMp7hUeA1OQocX3RNWdQaLLtuhQm6lupPv+024RloEzCWp7fCOtNtCf/dY8jFaOnfmuVhL0u4bziIhnFB93iF0O8BjEUdMyduuLIr7Y+aujp3KKTznJIkLksCAwEAAaOCAZwwggGYMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFFWXni15j919O0TCjzR2DLcOe5aXMB8GA1UdIwQYMBaAFIsPjyeA0pPXRl2RhLsumGKuBPHSMA4GA1UdDwEB/wQEAwIFoD
AdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwgb0GA1UdEQSBtTCBso!
Y3aHR0cD
ovL3d3dy5yZWRpcmlzLmVzL3BraS9lZHVnYWluL2VlUmVzb2x2ZXI/ZWU9YTNiNDljMYZ3aHR0cHM6Ly9yZWdpc3RyeS5lZHVnYWluLm9yZy9yZXNvbHZlcj91cm49dXJuJTNBZ2VhbnQlM0FlZHVnYWluJTNBY29tcG9uZW50JTNBZWUlM0E3ZWIzM2Q5ZS02YjZjLTExZGMtODMxNC0wODAwMjAwYzlhNjYwQAYDVR0fBDkwNzA1oDOgMYYvaHR0cDovL3d3dy5yZWRpcmlzLmVzL3BraS9lZHVnYWluL2NybC9jYWNybC5kZXIwFwYDVR0gBBAwDjAMBgorBgEEAbp7AgACMA0GCSqGSIb3DQEBBQUAA4IBAQBseZ0xRX+YHKIbd9/4szpT0QoSt8+H7M/qnsI3qQDhOrxWtPDJML4wDl4+gQumFFticxYpv4lic1jZ61c3gfA6Nved9PxFWSed28hSYhEjUPbFm9k/5pXQFmNSi46Ym5pjolm2GM0BCIq6ssA71pbWZi/h0yQ7gIQbsHxSo2Afgv+cIEmLTtGRQCeqsj+6uxy36GgHR5DD/Gi23e1pFQzvuJtgYMfGbIWKbAfGUy1Wfw4gxeNKzsK//AGTxFR4JE1JedueHNG+uyAUWOnpyZkSGd3J+PhzRy9vpxzNZhTE01uLUUJjXcQF3sVQf2os17MH53r6ZP0ykgd0ZQzIQIEW</wsse:BinarySecurityToken><ds:Signature
Id="Signature-248626007" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
-<ds:SignedInfo>
-
-<ds:CanonicalizationMethod
Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
-<ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
-<ds:Reference URI="#STRId-76552138">
-<ds:Transforms>
-<ds:Transform
Algorithm="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#STR-Transform">
-<wsse:TransformationParameters><ds:CanonicalizationMethod
Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></wsse:TransformationParameters>
-</ds:Transform>
-</ds:Transforms>
-<ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
-<ds:DigestValue>MgidYY6F0xWyBfC7BS3ayoYxaUU=</ds:DigestValue>
-</ds:Reference>
-</ds:SignedInfo>
-<ds:SignatureValue>
-dtLj00PZRbmKS1eZxKxm/E28lvpIpiI75VO55+Lqx6WPnOJqG1RIqyPhLC8oGeDa4P8opxJ+ApMa
-VyA+8LqCWnZJK++CqiXXJeL2iFiemolJs2+dqXDUrD8M+nzWVBvNOvTlfSasqGOW0DHMYzQR7JW1
-Vqgjn5Ijf3Ydm7njqdC9XN3Lu5iskx/CqrNPEmKSFfNRaQH4gb2utbKHkSWtlcqfTuZf4ui03iPx
-nc7x49kT77XeZBgJ60j3Yddf4bRDsOKok+i1MdU5GEIrW8yHs8oZjfJFPp0FsUM0vd8iCeB6g3bc
-BCrpe5Q7OI5lhKbNrA3Yz4/VE6uhqHeLHD904w==
-</ds:SignatureValue>
-<ds:KeyInfo Id="KeyId-1801606234">
-<wsse:SecurityTokenReference wsu:Id="STRId-76552138"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:Reference
URI="#CertId-16126893"
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/></wsse:SecurityTokenReference>
-</ds:KeyInfo>
-</ds:Signature></wsse:Security></soapenv:Header><soapenv:Body><nmwg:message
id="authNMessage1" type="AuthNEERequest"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
+]]></script></con:config></con:testStep><con:testStep type="request"
name="AuthNEE"><con:settings/><con:config xsi:type="con:RequestStep"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>AuthNEEBinding</con:interface><con:operation>AuthNEE</con:operation><con:request
name="AuthNEE"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</con:endpoint><con:request><![CDATA[<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><nmwg:message
id="authNMessage1" type="AuthNEERequest"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
<nmwg:metadata id="authNMetadata">
<nmwg:parameters id="keys">
<nmwg:parameter
name="SecurityToken">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3</nmwg:parameter>
@@ -1922,7 +1993,7 @@
</ds:Reference>
</ds:SignedInfo>
<ds:SignatureValue>
-
A1JenJ+0StNltpcFgJ+QDyhpqL34bR0lCdHmNh1fv6gaOySupbIDj0t7K2cWO9lmIFAXmIEILjhw
+
B1JenJ+0StNltpcFgJ+QDyhpqL34bR0lCdHmNh1fv6gaOySupbIDj0t7K2cWO9lmIFAXmIEILjhw
Pq60cu8qk/EwKg4ullFTHWa2WlxQAsQaoMNSllvYbp92ZnhZ1Si4hMoO/qbuhgXfliK61IoioUfZ
U5vUuJjo6feVke5bEp8=
</ds:SignatureValue>
- perfsonar: r3216 - trunk/functional-testing/aa-test, svnlog, 01/14/2008
Archive powered by MHonArc 2.6.16.