hi, i have an sca service exposed as a web service (binding.ws). i'm trying to connect to it from another sca domain as a reference. i defined the wsdlElement in my reference. but, when I make the declaration: @Reference AddressService addressService; in my component implementation class, the build fails looking for that class. how can i handle this? do i need to generate the stubs from the wsdl? or ? below is my component with the reference to the external sca domain. i can view the wsdl from the location as well. <component name="OrgServiceComponent"><implementation.spring location="Organization-spring-context.xml"/><service name="OrgService"/><reference name="AddressService" promote="OrgServiceComponent/addressService"><binding.ws wsdlElement="http://192.168.1.7:8080/address-service-composite/AddressService?wsdl.service(AddressService)"/></reference>thx abe</component>
