Re: SOAPException: Error opening socket: Connection timed out:

2004-08-04 Thread Scott Nichol
se it is filtered to accept only mail from specific mail lists. - Original Message - From: "Shaoguang Cong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 04, 2004 8:02 AM Subject: Re: SOAPException: Error opening socket: Connection timed out: &

Re: SOAPException: Error opening socket: Connection timed out:

2004-08-04 Thread Shaoguang Cong
APIs from apache.soap or Axis packages. Do you know a way to pass the firewall? Thanks. Shao Guang Cong - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 03, 2004 4:37 PM Subject: Re: SOAPException: Error opening soc

Re: SOAPException: Error opening socket: Connection timed out:

2004-08-03 Thread Scott Nichol
The client is unable to connect to the server at the TCP/IP level. Are you behind a firewall that requires you to use an HTTP proxy to connect to the outside? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. --

Re: SOAPException

2003-12-01 Thread Scott Nichol
ault class instead, to return a Fault message in the > soap-body. > And if I can, then how? > Thanks - Jakob > > > -Oprindelig meddelelse- > Fra: Scott Nichol [mailto:[EMAIL PROTECTED] > Sendt: 1. december 2003 18:26 > Til: [EMAIL PROTECTED] > Emne: Re: S

Re: SOAPException

2003-12-01 Thread Scott Nichol
Unfortunately, the current code does not allow you to set those things. They are handled in the Fault class instead of SOAPException. You may be able to write a Fault handler that would do what you desire. The DOMFaultListener is one such handler that comes with Apache SOAP. You would have t

Re: SOAPException Service Unknown

2003-11-05 Thread Scott Nichol
mail lists. - Original Message - From: "Donato, Sam (ITS)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 05, 2003 4:32 PM Subject: RE: SOAPException Service Unknown > I'm sorry I'm still stuck. I deployed the Ear file onto a third WAS server

RE: SOAPException Service Unknown

2003-11-05 Thread Donato, Sam (ITS)
Title: RE: SOAPException Service Unknown I'm sorry I'm still stuck.  I deployed the Ear file onto a third WAS server and it did not work there.  I got the same service unknown error.  I searched the machine and could not find a deployedServices.ds file. WSAD does not seem to gen

Re: SOAPException Service Unknown

2003-11-05 Thread Scott Nichol
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 05, 2003 12:56 PM Subject: RE: SOAPException Service Unknown > It is not deployed on the text box but is on the dev(the one that works). > Since I didn't do anything different when I installed the Enterprise App

RE: SOAPException Service Unknown

2003-11-05 Thread Donato, Sam (ITS)
Title: RE: SOAPException Service Unknown It is not deployed on the text box but is on the dev(the one that works).  Since I didn't do anything different when I installed the Enterprise App, what happened? -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]]

Re: SOAPException Service Unknown

2003-11-05 Thread Scott Nichol
I do not know of anything special you would need to do on WAS 4. When you list the services running, such as by using the ServiceManagerClient command-line tool, does the service appear in the list? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to acce

RE: SOAPException -- too many connections problem

2003-06-12 Thread McDaniel, Joe
It became a moot point -- I switched to using Tomcat and Axis and the problem went away for whatever reason. Thanks, Joe -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 9:40 AM To: [EMAIL PROTECTED] Subject: Re: SOAPException -- too many

Re: SOAPException -- too many connections problem

2003-06-07 Thread Scott Nichol
I am afraid I cannot be of much help, since the exception is thrown from a class authored by Oracle (oracle.soap.transport.http.OracleSOAPHTTPConnection) for which I do not have source. However, given the underlying socket error that is throwing the exception, the error may be a problem in the

Re: SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupportedresponse content type

2002-12-20 Thread Scott Nichol
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 4:11 AM Subject: Re: SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type > Hi Scott, > > I am sorted now - but thanks anyway. > > My problem was the CLASSPATH was not s

Re: SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported responsecontent type

2002-12-20 Thread Jack Byrne
Hi Scott, I am sorted now - but thanks anyway. My problem was the CLASSPATH was not set to pickup my Server-side Servlet. Perhaps the info. in the FAQ should be changed from The router URL you are using is incorrect or you have not started the server. Basically the problem i

Re: SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content

2002-12-19 Thread Alf Koegel
Hi Jack! I have no idea about your code. I assume that it isn't very long, so please post it ( or send it to me ), to have a look. Alf Koegel From: Jack Byrne <[EMAIL PROTECTED]> I get the below exception. From looking at the FAQs, it seems my routing is correct. Could this mean that my

Re: SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupportedresponse content type

2002-12-19 Thread Scott Nichol
What version of Apache SOAP are you using? I want to see what's happening at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.jav a:418) Scott Nichol - Original Message - From: "Jack Byrne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 200

RE: SOAPException parsing Fault element?

2002-05-22 Thread Richard Bolen
It's somewhat strange that it works with Xerces 1.4.4 but not 2.0.1. Maybe I should retest to make sure. Rich -Original Message- From: Peter Tandara-Kuhns [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 15:25 To: '[EMAIL PROTECTED]' Subject: RE: SOAPExceptio

RE: SOAPException parsing Fault element?

2002-05-22 Thread Peter Tandara-Kuhns
DocumentBuilderFactory is the problem. -Original Message- From: Richard Bolen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:41 AM To: [EMAIL PROTECTED] Subject: RE: SOAPException parsing Fault element? I've looked at the FAQ about this issue: http://xml.apache.org/soap/fa

RE: SOAPException parsing Fault element?

2002-05-22 Thread Richard Bolen
I've looked at the FAQ about this issue: http://xml.apache.org/soap/faq/faq_chawke.html#Q1_1 and I've tried many different versions of xml parsers including crimson that comes with jboss 2.4.4, xerces 1.4.3, and xerces 2.0.1. Tests using these all had the same faultcode problem. The FAQ call

RE: SOAPException while invoking method...Involves instantiation

2001-12-13 Thread Iain Armstrong
7:11 AM To: '[EMAIL PROTECTED]' Subject: RE: SOAPException while invoking method...Involves instantiation Credential is a public class which implements a Value interface. What if I were to write my own serializer and how hard would that be??? Frederick V. Paras Software Engineer Qwest In

RE: SOAPException while invoking method...Involves instantiation

2001-12-13 Thread Paras, Frederick
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 8:01 AM To: [EMAIL PROTECTED] Subject: Re: SOAPException while invoking method...Involves instantiation I might be able to speak to this. Is Credential an Interface and is your method creating

Re: SOAPException while invoking method...Involves instantiation

2001-12-13 Thread brian . bonner
I might be able to speak to this. Is Credential an Interface and is your method creating an implementation of this Interface? SOAP doesn't support polymorphism or Inheritance--based on my research. This might be your problem. Brian "Paras, Frederick" <[EMAIL PROTECTED]> 12/12/2001 03:11

RE: SOAPException

2001-06-04 Thread Matthew J. Duftler
Hi Ingi, I'm not familiar with Crimson, but it appears that the Call object is unable to parse the response as XML. Try running the TcpTunnelGui tool as described in the "Tools" section of the User's Guide, and see what is coming back on the wire. Most likely, it is some sort of error message. T