Webservices and Coldbox.cfc

I am using Coldbox 3.0.0M4 and a Colbox.cfc (script).

I can't seem to find my webservices.

Coldbox.cfc:
//webservices
webservices = {
  Temp = "DataFlex Web Service
TemperatureConversions.wso?WSDL"
};

I've tried getting a hold of it a couple of different ways:
dsl:
  property name="temp" type="webservice:Temp";
plugin:
  getColdbox().getPlugin("WebServices").getWS("Temp");
  getColdbox().getPlugin("WebServices").getWSObj("Temp");

All result in:
Error Type: Webservices.WebServiceNotFoundException : [N/A]
Error Messages: The webservice Temp was not found in the configuration
structure.

Thanks,
Jade

Yes this is a bug,
will fix on SVN today.

Or add the following to line 629 of CFCApplicationLoader.cfc

configStruct.webservices[key] = webservices[key];

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com