RE: It didn't work (part of earlier post)

2002-05-24 Thread Craig Williams
y running with Sun jdk 1.4.0 plugin for browser, and > add the -Djava.endorsed.dirs to the java console for that jvm > (control panel, etc.) and point it to the axis/lib directory, > finally add a version of xerces to classpath that works for > you server side and see what happens. > &

It didn't work (part of earlier post)

2002-05-24 Thread Craig Williams
Ok, I got my web service working and tested it from a Swing GUI. Works great. I then created a SwingApplet and used the identical code and get the following error. Code below; Error at the end of email. /* * axtestapplet.java * * Created on 24 May 2002, 20:06 */ package com.ip80.research.a

How does Axis know what the deployment server is ?

2002-05-24 Thread Craig Williams
I just deployment my first test service using a wsdd file. How did AdminClient know what server/port to deploy on to ? Craig

Some applet guidance

2002-05-24 Thread Craig Williams
Ok, firstly - I'm a user jax-rpc user, I'm trying to move into something a little faster for development so I've installed axis today. Plus I have an interesting issue and I'm hoping I can overcome it with axis. I want to call my webservices from an applet running in a browser. What will the dep