Sunday, June 13, 2010

WebServices with CXF - Integrating with CXF II

This is going to be a really small entry, because we're going to finish with my ServiceImplementation.
On the next entries we'll discuss configuration files & finally we'll see everything working (Obviously I'll need to test it).

But before that, let's analyze my implementation:

As I've been doing I'm using a lot of WebServices Annotations

What I did???

  • Define service name of the Web Service
  • Declare the complete name of the service endpoint interface defining the service's abstract Web Service contract (My Interface)
  • And set my targetNamespace: the targetNamespace is used for the namespace for the wsdl:portType (and associated XML elements)

No comments:

Post a Comment