After poking around with the jar files I found out which ones where causing my
problems and now I
can get to my wsdl
--- Marc Respass <[EMAIL PROTECTED]> wrote:
> Jar files are a real travesty but one thing you can exploit is that
> the name of a jar doesn't matter. What I do is install WebOb
Jar files are a real travesty but one thing you can exploit is that
the name of a jar doesn't matter. What I do is install WebObjects and
then label everything in /Library/WebObjects/Extensions so I know
what jars were put there by the WO install. Then I renamed all the
jars that WebObjects
This is definitely classpath related ... You have the wrong version
of Axis. Make sure you don't have another version in /Library/Java/
Extensions or something that is coming first.
On Jun 16, 2006, at 2:07 PM, jerry porter wrote:
Hello All,
I am trying my hand at webservices in wo.
I have
I'm not 100% sure, but I believe 5.2.3 was built with Axis 1.0. I
think you need 5.2.4 or maybe even 5.3 for Axis 1.1.
On Jun 16, 2006, at 2:07 PM, jerry porter wrote:
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
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);
WOWe