problem accessing _some_ remote functions

2004-04-13 Thread Paul Phillips
files into axis/WEB-INF/classes to no joy. Any ideas? TIA ~Paul Phillips

Re: InvocationTargetException

2004-03-29 Thread Paul Phillips
sergeant wrote: Paul, coincidentally I've gotten the same error message and trace back twice in the last 24 hours after I had changed an operation signature in my WSDL. However, the core problems had nothing to do with the WSDL or Axis. Both times the problem occurred because a class was referencin

Re: InvocationTargetException

2004-03-27 Thread Paul Phillips
Paul Phillips wrote: I'm trying to call a function on my axis server that I have changed today to accept two parameters, whereas before it accepted none. However, upon rebuilding and deploying it I keep getting the error: edit: The function I'm trying to call has this signatur

InvocationTargetException

2004-03-27 Thread Paul Phillips
= service.getArchive(endpoint); archives = port.getAllArchiveDetails(userID, authKey); and my server config file has this for this particular class: I don't get any error logs in catalina.out either any help much appreciated ~Paul Phillips

Re: (302)Moved Temporarily

2004-03-18 Thread Paul Phillips
Wagh, Shrikant wrote: Hi Paul, Are you using any proxy server? I found that this Axis fault - (302)Moved permanently - appeared is your HTTP server is behind proxy. OR Just to verify, deploy the same service locally and see if you can invoke the service. Hope this helps. Best regards, Shrikant

(302)Moved Temporarily

2004-03-13 Thread Paul Phillips
Hello, I am having some trouble deploying a service I have made. I have used Java2WSDL and WSDL2Java to create the stubs and skeletons. However, when I try and use them I get a java.rmi.RemoteException error: (302)Moved Temporarily AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faul

Re: deploying a service with packages

2004-03-12 Thread Paul Phillips
Nicholas Remy wrote: Paul, It may be that your .class files aren't quite placed properly. If I'm not mistaken, they should be down a path that would be something along the lines of: axis/WEB-INF/classes/org/ppinc/deltadown Assuming the name of your service is "delta", your server-config.wsdd

deploying a service with packages

2004-03-12 Thread Paul Phillips
Hello, I am trying to setup an Axis web service the "proper" way, by not using the .jws technique, but I am having a few difficulties. On the server side I have several classes that have to import each other, specifically one that returns a connection to my database. Now I know these classes