Changeset 1082
- Timestamp:
- 12/08/07 18:13:35 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/ApplicationTemplate/config/coldbox.xml.cfm
r1048 r1082 100 100 <!--Webservice declarations your use in your application, if not use, leave blank 101 101 Note that for the same webservice name you can have a development url and a production url. 102 <WebService name="TESTWS" URL="http://www.test.com/test.cfc?wsdl" DevURL="http://dev.test.com/test.cfc?wsdl" /> 102 <WebServices> 103 <WebService name="TESTWS1" URL="http://www.test.com/test1.cfc?wsdl" DevURL="http://dev.test.com/test1.cfc?wsdl" /> 104 <WebService name="TESTWS2" URL="http://www.test.com/test2.cfc?wsdl" DevURL="http://dev.test.com/test2.cfc?wsdl" /> 105 </WebServices> 103 106 --> 104 107 <WebServices />
