Joe,
This is due to your wsdl containing the
GetManageabilityReferences operation from the MOWS spec in your
wsdl.
The reason we generate an abstract method is because it is
up to you to decide what should be returned in the body of that document.
This should be the EndpointReference's of the resources being
managed...
If you take a look at the Muse interop directory (under
src/site/content/interop) and and find the WeatherStationSoapService, you
can see an example implementation. Again, you are basically advertising
"this is what is being managed"...
Hope that helps...
-Sal
From: Joseph Kueser [mailto:[EMAIL PROTECTED]
Sent: Monday, May 09, 2005 4:00 PM
To: [email protected]
Subject: Muse build error
Some of the guys
here are getting the following error when building.
Concrete class
within auto-generated XXXXXXXXSoapPortService.java does not extend the abstract
method
getManageabilityReferences(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.GetManageabilityReferencesDocument)
defined in auto-generated AbstractXXXXXXXXSoapPortService.java.
We don’t know what this method is suppose to do so we have implemented a dummy method that returns null, just to get past the compile stage.
Any ideas?
Thanks!
Joe
