Changeset 1082

Show
Ignore:
Timestamp:
12/08/07 18:13:35 (5 years ago)
Author:
sullah
Message:

updated webservice declaration info

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/ApplicationTemplate/config/coldbox.xml.cfm

    r1048 r1082  
    100100        <!--Webservice declarations your use in your application, if not use, leave blank 
    101101        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> 
    103106        --> 
    104107        <WebServices />