You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/06/19 20:48:09 UTC

svn commit: r669643 - /ofbiz/trunk/framework/common/servicedef/services_test.xml

Author: jaz
Date: Thu Jun 19 11:48:08 2008
New Revision: 669643

URL: http://svn.apache.org/viewvc?rev=669643&view=rev
Log:
added SOAP test service for local loopback testing (OFBiz Client SOAP -> OFBiz Server SOAP)

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=669643&r1=669642&r2=669643&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_test.xml Thu Jun 19 11:48:08 2008
@@ -83,6 +83,13 @@
     </service>
 
     <service name="testSoap" engine="soap" export="true"
+            location="http://localhost:8080/webtools/control/SOAPService" invoke="testScv">
+        <description>Test SOAP service; calls the OFBiz test service</description>
+        <attribute name="message" type="String" mode="IN" optional="true"/>
+        <attribute name="resp" type="String" mode="OUT"/>
+    </service>
+
+    <service name="testRemoteSoap" engine="soap" export="true"
             location="http://nagoya.apache.org:5049/axis/servlet/AxisServlet" invoke="echoString">
         <description>Test SOAP service; calls echoString service on Axis server</description>
         <namespace>http://soapinterop.org/</namespace>