files into axis/WEB-INF/classes to no joy.
Any ideas?
TIA
~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
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
=
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
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
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
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
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