------------------------------------------------------------ revno: 13759 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Thu 2014-01-16 22:35:37 +0700 message: csd: minor fix modified: dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/domain/package-info.java
-- 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
=== modified file 'dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/domain/package-info.java' --- dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/domain/package-info.java 2014-01-16 15:26:39 +0000 +++ dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/domain/package-info.java 2014-01-16 15:35:37 +0000 @@ -2,7 +2,9 @@ * @author Morten Olav Hansen <[email protected]> */ @XmlSchema( xmlns = { - @XmlNs( prefix = "", namespaceURI = "urn:ihe:iti:csd:2013" ) + @XmlNs( prefix = "soap", namespaceURI = "http://www.w3.org/2003/05/soap-envelope" ), + @XmlNs( prefix = "wsa", namespaceURI = "http://www.w3.org/2005/08/addressing" ), + @XmlNs( prefix = "csd", namespaceURI = "urn:ihe:iti:csd:2013" ) } ) package org.hisp.dhis.web.ohie.csd.domain;
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

