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 in codehaus xfire code caused by:

 

Caused by: java.lang.NoSuchMethodException:
com.netspend.socketpcclient.ordercashcard.OrderCashCard2Service.getPortC
lassMap()

            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)?

 

Is this a bug?

 

How do I fix this?

 

Thanks,

 

  -- Frank

 




-----------------------------------------
Confidentiality Notice!
This electronic transmission and any attached documents or other
writings are confidential and are for the sole use of the intended
recipient(s) identified above. This message may contain information
that is privileged, confidential or otherwise protected from
disclosure under applicable law. If the receiver of this
information is not the intended recipient, or the employee, or
agent responsible for delivering the information to the intended
recipient, you are hereby notified that any use, reading,
dissemination, distribution, copying or storage of this information
is strictly prohibited. If you have received this information in
error, please notify the sender by return email and delete the
electronic transmission, including all attachments from your
system.

Reply via email to