JAX-WS: NoSuchMethodException: getPortClassMap() 
-------------------------------------------------

                 Key: CXF-1761
                 URL: https://issues.apache.org/jira/browse/CXF-1761
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
         Environment: MyEclipse 6.5 on Windows XP
            Reporter: Frank Lawlor
            Priority: Critical


I am using MyEclipse 6.5.

I created a web service project conforming to JAX-WS.

I generated a WS client by pointing to the WSDL URL of my service.

I created a test class as indicated in the MyEclipse documentation

http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/

When I try to create my service:

   OrderCashCard2Service service = new OrderCashCard2Service();

It throws an exception:

 Caused by: java.lang.NoSuchMethodException: 
com.netspend.socketpcclient.ordercashcard.OrderCashCard2Service.getPortClassMap()
            at java.lang.Class.getMethod(Class.java:1581)
            at 
org.codehaus.xfire.jaxws.ServiceDelegate.<init>(ServiceDelegate.java:60)
            ... 5 more

 Is this missing method supposed to be provided by the base class class 
javax.xml.ws.Service or should this have been generated in my service 
(OrderCashCard2Service)?  I cannot find anything about this method.

Is this a bug?

How do I fix this?

Thanks,

  -- Frank



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to