Re: Desperately seeking another set of eyes... (long - sorry)

2004-09-23 Thread Jason Etherton
Is there a system CLASSPATH, or your environment CLASSPATH? If the latter then you must make sure that the user who runs the server also has a CLASSPATH, and that the castor jars are included there. Bob Bateman wrote: No. The Castor jars are on the system CLASSPATH. That way, I can use them wh

Sun Java System Application Server Platform Edition 8

2004-08-18 Thread Jason Etherton
Folks, I have just created a war of the axis 1.1 distribution plus xmlsec: 0 Tue Aug 17 00:10:06 BST 2004 META-INF/     45 Tue Aug 17 00:10:06 BST 2004 META-INF/MANIFEST.MF   4853 Tue Aug 17 00:05:28 BST 2004 EchoHeaders.jws   9848 Tue Aug 17 00:05:28 BST 2004 fingerprint.jsp  18120 Tue

Re: Multiple deployments

2004-07-30 Thread Jason Etherton
f the machine, but that's okay. (As an aside, in my build.xml I actually regexpreplace that very line to do a lookup into a properties file, thus making the stubs also a bit more dynamic.) Anand On Fri, 30 Jul 2004, Jason Etherton wrote: : Thanks, but what about: : : 1) the j

Re: Multiple deployments

2004-07-30 Thread Jason Etherton
u're set. Anand On Fri, 30 Jul 2004, Jason Etherton wrote: : Just a quickie folks, I need to deploy the same webservice onto many : different servers, so my question is: : : Do I have to recompile my code for every server with an 'ant : -Dserver.hostname=my.server.com'-type compil

Multiple deployments

2004-07-30 Thread Jason Etherton
Just a quickie folks, I need to deploy the same webservice onto many different servers, so my question is: Do I have to recompile my code for every server with an 'ant -Dserver.hostname=my.server.com'-type compilation, using the server.hostname property in the java2wsdl Ant script, or is there

Re: (String,String) does not match (String,String)???

2004-07-27 Thread Jason Etherton
s would like to know more about/solve I'm pretty sure I can remember how to get it. Any takers? Jason THOMAS, JAI [AG-Contractor/1000] wrote: Can you post the generated wsdl? Jai -Original Message- From: Jason Etherton [mailto:[EMAIL PROTECTED]] Sent:

Re: (String,String) does not match (String,String)???

2004-07-27 Thread Jason Etherton
Please, Does nobody know what this means??? Jason Etherton wrote: Also, I have just tried to invoke a method that takes no arguments, and have received the same sort of reply: Exception in thread "main" AxisFault  faultCode: {http://schemas.xmlsoap.org/soa

Re: (String,String) does not match (String,String)???

2004-07-26 Thread Jason Etherton
    at org.apache.axis.client.Call.invoke(Call.java:2171)     at org.apache.axis.client.Call.invoke(Call.java:1691)     at org.estar.node.ws.DiscoveryNodeSoapBindingStub.getLST(DiscoveryNodeSoapBindingStub.java:321)     at org.estar.node.Client.main(Client.java:14) Jason Etherton wrote:

(String,String) does not match (String,String)???

2004-07-26 Thread Jason Etherton
People, I get the following error: [EMAIL PROTECTED] webservice]$ java org/estar/node/Client http://localhost:8080/axis/services/DiscoveryNode Tried to invoke method public void org.estar.node.DiscoveryNodeSoapBindingSkeleton.gotoTargetStrings(java.lang.String,java.lang.String) throws java.rm

Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread Jason Etherton
Please, When I added an Axis Ant task (war) to my build file it told me I needed the "webxml" atttribute. Upon looking this up I found that it is the URL of the deployment descriptor, so I added the URL for the WSDL2Java-generated 'deploy.wsdd'. I know this is wrong, but what I don't know is h

Firewall?

2004-07-01 Thread Jason Etherton
Guys, I'm currently getting a "Connection Refused" when trying to run the echoString method @ http://nagoya.apache.org:5049/axis/services/echo using the samples.userguide.example1.TestClient I don't think this is a firewall problem, but I would like someone else to check it IS working if poss

Best Practices?

2004-05-14 Thread Jason Etherton
Hi, I'm also new to this mess of understanding! I've been following (and re-following) the Axis User Guide docs, and am a little bewildered. I've written my own test webservice and interface, used Java2WSDL on the interface to get the wsdl file, then used WSDL2Java to obtain the stubs and (un