Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Sebastian J. Schultheiss
Hello! We're trying to develop our own small axis web client. We have started by running the client from the user guide. However, it's not cooperating. It seems that it is not even trying to connect to the server yet, since the error message (Connection Refused) is the same regardless of the URL

Re: Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread robert
Try: http://localhost/axis2/listServices When you see your service, it may be listed as faulty. Click on it, and you may see a stack trace. Your 500 error is probably a strong clue. You should also verify the results of listServices shows the Service EPR's as matching what you set on the

Re: Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Habib Ayob
Try using your port number as in localhost:8080 On Thu, Mar 2, 2006 at 3:55 pm, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hello! We're trying to develop our own small axis web client. We have started by running the client from the user guide. However, it's not cooperating. It

Re: Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Sebastian J. Schultheiss
Hi Robert, thanks for your fast reply. Our problem is solved now, but it wasn't due to a faulty service. The following is only for users having the same error message: We had changed the port to 80 on the local machine (tunneling) and recompiled the source (That's why we didn't use