Hi Dan
I added the portName, but I am still getting some errors but the one
related to the port is now gone.
Any thought how I can get past them?
On my OrganizationDataWebServiceImpl I have the following annotation:
@WebService(endpointInterface="org.openiam.idm.srvc.org.service.OrganizationDataService",
targetNamespace="urn:idm.openiam.org/srvc/org/service",
portName = "OrganizationDataWebServicePort",
serviceName="OrganizationDataWebService")
INFO: Creating Service
{urn:idm.openiam.org/srvc/org/service}OrganizationDataWebService from
class org.openiam.idm.srvc.org.service.OrganizationDataService
01:09:23,486 ERROR [STDERR] Jul 24, 2009 1:09:23 AM
org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be
/idmsrvc/OrganizationDataService
01:09:23,560 ERROR [STDERR] Jul 24, 2009 1:09:23 AM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
Thanks
Suneet
Daniel Kulp wrote:
In your @WebService annotation on your OrganizationDataServiceImpl class, make
sure you have a portName="OrganizationDataServicePort" attribute. That
should fix it.
Dan
On Thu July 23 2009 1:16:06 am Suneet Shah wrote:
Hello
I am getting the following error messages in my JBoss log when I deploy
my services which are using JAX-WS annotations.
10:21:34,659 ERROR [STDERR] Jul 22, 2009 10:21:34 AM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromWSDL
INFO: Creating Service
{urn:idm.org/srvc/org/service}OrganizationDataWebService from WSDL:
WEB-INF/wsdl/OrganizationDataService.wsdl
10:21:35,407 ERROR [STDERR] Jul 22, 2009 10:21:35 AM
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory createEndpoint
WARNING: Could not find endpoint/port for
{urn:idm.openiam.org/srvc/org/service}OrganizationDataServiceImplPort in
wsdl. Using {urn:idm.org/srvc/org/service}OrganizationDataServicePort.
10:21:35,414 ERROR [STDERR] Jul 22, 2009 10:21:35 AM
org.apache.cxf.endpoint.ServerImpl initDestination
Any thoughts on what may be causing these and how I can resolve it?
Thanks
Suneet