Author: jleroux
Date: Mon Mar 7 21:54:05 2016 New Revision: 1733993 URL: http://svn.apache.org/viewvc?rev=1733993&view=rev Log: "Applied fix from trunk for revision: 1733951" ------------------------------------------------------------------------ r1733951 | jleroux | 2016-03-07 19:14:53 +0100 (lun. 07 mars 2016) | 3 lignes "Currently the testRemoteSoap test services does not work." - https://issues.apache.org/jira/browse/OFBIZ-6922 This temporarily replaces the demo-trunk.ofbiz.apache.org domain by ofbiz-vm.apache.org:8080 ------------------------------------------------------------------------ Modified: ofbiz/branches/release15.12/ (props changed) ofbiz/branches/release15.12/framework/common/servicedef/services_test.xml Propchange: ofbiz/branches/release15.12/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Mon Mar 7 21:54:05 2016 @@ -9,4 +9,4 @@ /ofbiz/branches/json-integration-refactoring:1634077-1635900 /ofbiz/branches/multitenant20100310:921280-927264 /ofbiz/branches/release13.07:1547657 -/ofbiz/trunk:1722712,1723007,1723248,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724957,1724975,1724978,1725006,1725217,1725257,1725561,1725574,1726388,1726486,1726493,1726828,1728398,1728411,1729005,1729078,1729609,1729809,1730035,1730456,1730735-1730736,1730747,1730758,1730882,1730889,1731382,1731396,1732454,1732570,1732721,1733956 +/ofbiz/trunk:1722712,1723007,1723248,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724957,1724975,1724978,1725006,1725217,1725257,1725561,1725574,1726388,1726486,1726493,1726828,1728398,1728411,1729005,1729078,1729609,1729809,1730035,1730456,1730735-1730736,1730747,1730758,1730882,1730889,1731382,1731396,1732454,1732570,1732721,1733951,1733956 Modified: ofbiz/branches/release15.12/framework/common/servicedef/services_test.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/framework/common/servicedef/services_test.xml?rev=1733993&r1=1733992&r2=1733993&view=diff ============================================================================== --- ofbiz/branches/release15.12/framework/common/servicedef/services_test.xml (original) +++ ofbiz/branches/release15.12/framework/common/servicedef/services_test.xml Mon Mar 7 21:54:05 2016 @@ -89,12 +89,12 @@ under the License. </service> <service name="testRemoteSoap" engine="soap" export="true" - location="http://demo-trunk.ofbiz.apache.org:8080/webtools/control/SOAPService" + location="http://ofbiz-vm.apache.org:8080/webtools/control/SOAPService" invoke="testSoapSimple"> <attribute name="defaultValue" type="Double" mode="IN" default-value="999.9999"/> <attribute name="message" type="String" mode="IN" optional="true"/> <attribute name="resp" type="String" mode="OUT"/> - </service> + </service> <!-- FIXME For now, not sure why, the 4 remote SOAP services below don't work --> @@ -112,7 +112,7 @@ under the License. <attribute name="ZipCode" type="String" mode="IN"/> <attribute name="invoke" type="String" mode="IN" /> <attribute name="result" type="String" mode="OUT"/> - </service> + </service> <!-- the location = endpoint = SOAP action --> <!-- invoke parameter is the name of the operation to invoke, for example LatLonListCityNames --> @@ -128,7 +128,7 @@ under the License. <attribute name="CityName" type="String" mode="IN"/> <attribute name="invoke" type="String" mode="IN" /> <attribute name="result" type="String" mode="OUT"/> - </service> + </service> <!-- FIXME For now, not sure why, this remote SOAP service does not work --> <service name="testRemoteSoap3" engine="soap" export="true" @@ -137,7 +137,7 @@ under the License. <attribute name="ZipCode" type="String" mode="IN"/> <attribute name="invoke" type="String" mode="IN" /> <attribute name="result" type="String" mode="OUT"/> - </service> + </service> <!-- FIXME For now, not sure why, this remote SOAP service does not work --> <service name="testRemoteSoap4" engine="soap" export="true" |
Free forum by Nabble | Edit this page |