Autowire and webservices on 2.6.3

I tried to use the autowire to pass in a webservice, but I am getting
an error that the webservice is not found. The exact error message
is:

The webservice webservice:princess was not found in the configuration
structure.

Here is the handler:

Well, it isnt’: The webservice webservice:princess was not found in the configuration
structure.

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

Yeah, I really need to proofread more before I hit send. :slight_smile:

The actual error message is this:

The webservice webservice:testws1 was not found in the configuration
structure.

Hi Luis,

Were you able to test this out? This isn't a case of simple typo in
the web service name. I started from the application template, added
the web service autowire as a cfproperty tag with the correct name,
and it was failing.