Thanks Chris. I was wondering if you could clarify this line from the source
you posted:
targetService="order:OrderServiceImplService"
It came from this block in the xbean.xml file from the order-http-su module.
<cxfbc:consumer wsdl="classpath:orderService.wsdl"
targetService="order:OrderServiceImplService"
targetInterface="order:OrderService" />
I don't see a reference to "OrderServiceImplService" anywhere in the source
or the generated WSDL file. Can you explain what this is for and where it
came from? I have the Implementation class "OrderServiceImpl", but it's
@WebService annotation says it should be known as "OrderService", which
makes sense as it's implementing the "OrderService" interface and should
probably keep that name.
I'll try to build a clean source package and post that as well. The one I
have is so messed up right now I'm not sure what's what anymore.
Chris Custine (Apache) wrote:
>
> If you have a simple test project, it might be best to post the source
> here
> so that someone can look at it and help identify the issue. If that won't
> work for you, try downloading the IONA Fuse demo from the
> http://open.iona.com community site [1] and look at the order-http-su and
> order-ws-su modules.
>
> I have some simple ServiceMix / CXF tutorials that I plan to contribute
> soon
> but I haven't got things organized as yet.
>
> Good luck,
> Chris
>
> [1]
> http://repo.open.iona.com/maven2/com/logisticx/demo/logisticx-demo/1.0/logisticx-demo-1.0-src.tar.gz
>
>
>
--
View this message in context:
http://www.nabble.com/CXF-Java-First-Example--tp14848461s12049p14895188.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.