------------------------------------------------------------ revno: 13739 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Wed 2014-01-15 20:05:02 +0700 message: csd: added sample getModificationRequest xml added: dhis-2/dhis-web/dhis-web-ohie/src/test/resources/ dhis-2/dhis-web/dhis-web-ohie/src/test/resources/getModificationsRequest-test.xml
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== added directory 'dhis-2/dhis-web/dhis-web-ohie/src/test/resources' === added file 'dhis-2/dhis-web/dhis-web-ohie/src/test/resources/getModificationsRequest-test.xml' --- dhis-2/dhis-web/dhis-web-ohie/src/test/resources/getModificationsRequest-test.xml 1970-01-01 00:00:00 +0000 +++ dhis-2/dhis-web/dhis-web-ohie/src/test/resources/getModificationsRequest-test.xml 2014-01-15 13:05:02 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing" + xmlns:csd="urn:ihe:iti:csd:2013"> + + <soap:Header> + <wsa:Action soap:mustUnderstand="1">urn:ihe:iti:csd:2013:GetDirectoryModificationsRequest</wsa:Action> + <wsa:MessageID>urn:uuid:def119ad-dc13-49c1-a3c7-e3742531f9b3</wsa:MessageID> + <wsa:ReplyTo soap:mustUnderstand="1"> + <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> + </wsa:ReplyTo> + <wsa:To soap:mustUnderstand="1">http://host/csDirectory</wsa:To> + </soap:Header> + <soap:Body> + <csd:getModificationsRequest> + <csd:lastModified>2014-01-01T09:30:10.5</csd:lastModified> + </csd:getModificationsRequest> + </soap:Body> + +</soap:Envelope>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

