Hi,
I have two services for exposing as web services by using CXF framework. The two services are using the same "SessionObject.java" in one of the web methods. I have given single targetname space for the classes used in services. Ex:
http://www.test.com. For both WebService Implementation classes I have given the same target name space like
http://www.service.com.
When I generate stubs at client program with CXF framework all the stubs will generate in "com.test" package and service classes will be generated in "com.service" package.
My question is Can I use same targetname spaces for both WebService classes ?
Thanks,
Naresh.D.