Hello All,

I am trying my hand at webservices in wo.
I have done some in the past but I am having a problem vending one now
I am using WO 5.2.3 on windows.

I doing this in my app's application class
public static void main(String argv[]) {
    WOApplication.main(argv, Application.class);
    WOWebServiceRegistrar.registerWebService("MyService", MyService.class, 
true);
)

When I access my wsdl document I get the following error:
com.webobjects.foundation.NSForwardException for java.lang.AbstractMethodError 
at
org.apache.axis.AxisEngine.refreshGlobalOptions(AxisEngine.java:502) at
com.webobjects.webservices.support.WOXMLProvider.doConfigureEngine(WOXMLProvider.java:85)
 at
com.webobjects.webservices.support.WOXMLProvider.configureEngine(WOXMLProvider.java:99)
<snip>

I saw a posting on this from another person, he was suggested to check 
classpath.
I checked mine and the axis support jars ar in it. The same jars I build 
against.
I suspect I have some kind of versionitis with the axis jars.

Any ideas?



Jerry Porter
2200 Benjamin Franklin Parkway
APT S1114
Philadelphia, PA 19130
(301) 461-3854

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to