Re: SOAP Port specification

2003-01-13 Thread Martin Gainty
Will Do.Thanks for the information! Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confid

Re: SOAP Port specification

2003-01-13 Thread Scott Nichol
Are you saying that when you point your browser at http://localhost:80, you get the Tomcat index.html? If you already have a connector listening on port 80 and want to add one on 8080 and have Web apps listening there rather than port 80, you might want to check the Tomcat docs. Scott Nichol ---

Re: SOAP Port specification

2003-01-13 Thread Martin Gainty
Thanks Scott- I configured my server.xml as indicated by the advice from the email.I copied the Apache SOAP soap.war into %TOMCAT_HOME%/webappsI have no problems getting the index.html to show when I http://localhost:80But all accesses to http://localhost:8080/soap/servlet/rpcrouter(port 8080) res

Re: SOAP Port specification

2003-01-13 Thread Scott Nichol
Sorry, I guess I had not understood your question. In your original question you talk about "connector class" and "server.xml". Are these within Axis or Tomcat or some other servlet container? I don't know about Axis, but the Apache SOAP server software runs as servlets, which means the servlet

Re: SOAP Port specification

2003-01-13 Thread Martin Gainty
Scott: I can Specify the Port used in the Axis SOAP implementation without incidentI need to learn how to configure the port for the Apache SOAP Server ?!? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any

Re: SOAP Port specification

2003-01-13 Thread Scott Nichol
Martin, Please post Axis questions to [EMAIL PROTECTED] Thank you. Scott Nichol - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 5:25 PM Subject: SOAP Port specification > In Apache Axis whe I add a connector class

Re: Initializing server.xml-parameters of a class invoked by SOAP

2003-01-13 Thread Scott Nichol
If you are using a nightly build, you can access many configuration parameters by implementing the ConfigurableService interface in your service class. An excerpt from the current docs: >>> Java services can also use an Apache SOAP-provided interface ConfigurableService to receive initialization

Re: SOAP Proxy Error

2003-01-13 Thread Scott Nichol
Jack, Please post Axis questions to [EMAIL PROTECTED] Thanks. Scott Nichol - Original Message - From: "Jack Byrne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 10:04 AM Subject: SOAP Proxy Error > Hello, > > I am trying to send a SOAP Message to a HTTP We

Re: SOAP Proxy Error

2003-01-13 Thread Martin Gainty
Someone is blocking access from your node to your WebServer do a tracert *YourWebServer*pathping *YourWebServer*Also ping the gateway and..Make sure that all authentication strings (username/password) are supplied beforehand.Keep us apprised.. Martin Gainty __

SOAP Proxy Error

2003-01-13 Thread Jack Byrne
Hello, I am trying to send a SOAP Message to a HTTP Web Server and I am getting the following error javax.xml.soap.SOAPException: (502)Proxy Error at org.apache.axis.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:99) What are the reasons for this and how can I diagnose it? Regard