I would post with more detail to the smx list.    I know they have several 
examples of using CXF with servicemix.   They can probably help you better.

Dan


On Mon June 22 2009 8:11:31 am triggershot wrote:
> Hey,
>
> i habe some troubles in using CXF and Servicemix. I've tried many .wsdl
> Examples - always the same info-error:
>
> 13:59:01,093 | INFO  |  /myService | PhaseInterceptorChain |
> ransport.ChainInitiationObserver   89 | Interceptor has thrown exception,
> unwinding now null
>
> I get this error if i call a basic function like this:
>
> public String getCompany(String s)
> {
>    return "test";
> }
>
>
> If i call the following function it works fine:
>
> public void sayHi(String name)
> {
>    LOG.info("Hello "+name");
> }
>
>
> Whats going on here??

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to