Author: jleroux
Date: Wed Mar  9 13:57:39 2016
New Revision: 1734241

URL: http://svn.apache.org/viewvc?rev=1734241&view=rev
Log:
Adds a comments to the testRemoteSoap service to clarify when to use it how it 
works.

Modified:
    ofbiz/trunk/framework/common/servicedef/services_test.xml

Modified: ofbiz/trunk/framework/common/servicedef/services_test.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_test.xml?rev=1734241&r1=1734240&r2=1734241&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_test.xml Wed Mar  9 
13:57:39 2016
@@ -88,6 +88,10 @@ under the License.
         <implements service="testScv"/>
     </service>
 
+    <!--  test service for local loopback testing (OFBiz Client SOAP -> OFBiz 
Server SOAP)  
+        http://ofbiz-vm.apache.org:8080/webtools/control/SOAPService is the 
ultimate location for the testRemoteSoap 
+        (it's redirected from 
http://demo-trunk-ofbiz.apache.org/webtools/control/SOAPService by the SSL ASF 
proxy)
+        So this can be used only against trunk demo and is not in the tests 
set to avoid a dependency on Internet -->
     <service name="testRemoteSoap" engine="soap" export="true" 
         location="http://ofbiz-vm.apache.org:8080/webtools/control/SOAPService";
         invoke="testSoapSimple">


Reply via email to