RE: SOAP NPE Error

2004-09-27 Thread Hubble, Christopher
Ah, okay. Thanks. Chris -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 2:06 PM To: [EMAIL PROTECTED] Subject: Re: SOAP NPE Error This list is for Apache SOAP. Please post your Axis question to [EMAIL PROTECTED] Scott Nichol Do

Re: SOAP NPE Error

2004-09-27 Thread Scott Nichol
] To: [EMAIL PROTECTED] Sent: Monday, September 27, 2004 1:46 PM Subject: RE: SOAP NPE Error Actually, all I'm doing is calling my method. And it appears not to be a problem with the SOAP message itself. I'm converting an existing servlet over to SOAP, and had appended the info in the web.xml file

Re: soap attachment error

2004-08-23 Thread Scott Nichol
The only place I see this error message in the source is in the COM Provider. Has this service implementation changed to use COM? 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. - Original Message

Re: soap attachment error

2004-08-23 Thread gurcharan singh
Thanxs for ur help.. I have reloaded the TOMCAT again and now it's working, but still not been able to find out the reason for the earlier error. The service is using Apache SOAP COM Provider plugin for developing a interface with a COM DLL.So do u want to say that the service implementation

soap attachment error

2004-08-22 Thread gurcharan singh
hi! I am attaching a zip file with the SOAP message and sending it to the web service. Earlier I was able to run my code properly but now sudennly i am getting this error - Generated fault: [Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=Currently unsupported data type

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

2004-08-04 Thread Shaoguang Cong
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 socket: Connection timed out

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

2004-08-04 Thread Scott Nichol
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: Yes. I'm behind a firewall and use

SOAPException: Error opening socket: Connection timed out:

2004-08-03 Thread Shaoguang Cong
I'm getting the following error when tryingto run the sample client attached and got the exceptionswith no idea about what could be the real problem.Thanks for any help. -Shao [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.ConnectException: Connection

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

2004-08-03 Thread Scott Nichol
. - Original Message - From: Shaoguang Cong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 5:15 PM Subject: SOAPException: Error opening socket: Connection timed out: I'm getting the following error when trying to run the sample client attached and got the exceptions

Re: Deserializer Error

2004-06-01 Thread Scott Nichol
directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: nilesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 31, 2004 11:03 AM Subject: Deserializer Error Hi , I am using Apacge SOAP 2.3.1 .I keep getting

Deserializer Error

2004-05-31 Thread nilesh
Hi , I am using Apacge SOAP 2.3.1 .I keep getting the following error : [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a apos; http://soap.ejb.businessobjects.a2g.infocorpnow.com:querySessionBean Returnapos; using encoding style apos;nullapos

Re: Error building response envelope

2004-03-05 Thread Scott Nichol
be a good start. 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. - Original Message - From: nilesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 05, 2004 5:32 AM Subject: Re: Error building

Error building response envelope

2004-03-04 Thread nilesh
Hi All, my soap service is generating following error javax.servlet.ServletException: Error building response envelope: [SOAPException: faultCode=SOAP-ENV:Server; msg=java.lang.IllegalArgumentException: Attempted to write longer than Content-Length (655 + 468 / 655)] Can any one tell me

Data Handler error

2004-02-13 Thread sunil joshi
I am trying to build a web service with data Handlers. The following error is being encountered. This is on WAS 4.0.6. Any thoughts? [Initializing com/ibm/soap/server/XMLDrivenConfigManager] [Running static initializer for com/ibm/soap/server/XMLDrivenConfigManager] [Signaling in VM: java

SOLVED - INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3

2003-09-18 Thread arvind
not used that, as I installed a Sun JDK on my Linux box, so I have no experience with whether or not it may have the problem you are experiencing as a bug. My only suggestion would be to install a Sun JDK and see whether you still get the error. Scott Nichol Do not send e-mail directly

Re: Re: Re: INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3

2003-09-17 Thread arvind
Hi, Sorry, but i am not able to solve the problem by following your instructions. I again downloaded soap v2.3.1 binaries mail.jar activation.jar and followed the earlier mentioned sequence, but i am getting the same error. Now i am downloading xerces v2.5 binaries, hoping i might solve

Re: Re: Re: INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3

2003-09-17 Thread Scott Nichol
are experiencing as a bug. My only suggestion would be to install a Sun JDK and see whether you still get the error. 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. - Original Message - From: arvind [EMAIL

Re: Re: INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3

2003-09-16 Thread arvind
. - Original Message - From: arvind [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 1:04 AM Subject: INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3 Hi, I downloaded soap-bin-2.3.tar.gz, extracted and configured it as per the installation instructions, along

Re: Re: INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3

2003-09-16 Thread Scott Nichol
Necessary class and jar files are the class and jar files with bytecode for your services and code upon which they depend. I replied to your e-mail in haste, however, and I doubt that your Tomcat installation is the problem. The exception is a verification error. That probably means a jar you

INCOMPATIBLE RETURN TYPE ERROR - SOAP-2.3

2003-09-15 Thread arvind
into the 'Jakarta-Tomcat-3.3.1a' webservers' webapps folder. Now i started the webserver and compiled the Calc.java code successfully. Then i executed it and perfomed the following sequence of operations, but whenever i entered a arithmatic operator, i got the error saying 'INCOMPATIBLE RETURN

Re: error starting tcptunnelgui

2003-08-14 Thread Don Vito
Hi Scott, finally I solved the problem. I was logged in (X11 Session) as a normal user and did su to root in a shell. The error occurred as I tried to invoke TcpTunnelGui under root. As I did su back to a normal user I found out that there was a environment variable 'XSESSION_IS_UP=yes

WSDLReader Error : XML Parser failed at line 0

2003-08-10 Thread Vishal Shah
Has anyone experienced following error msg when calling a service (implemented using Apache 2.2 on WAS) using a VB 6 client MS SOAP Toolkit 3? The java proxy (generated using WSDL) works fine.. Fault Detail : WSDLReader:XML Parser Failed at linenumber 0... A connection with the server could

error starting tcptunnelgui

2003-08-08 Thread Don Vito
Hello, although i know this is somewhat out off topic: I get the following error message when i (try) to start TcpTunnelGUI: exception in thread main java.lang.InternalError: Can't connect to X11 server using ':0.0' as the value of the DISPLAY variable. I'm running SuSE8.1 Linux, SOAP-2.3.1

soaprouter is giving Internal server error

2003-06-23 Thread Ramneek Handa
Hi all, I'm getting a 500 Internal Server Error when I'm trying to invoke the following SOAP_URL @ http://localhost:/soap/servlet/soaprouter. My soap.war contains the service implementation (including the web.xml etc.) I'm deploying on OC4J (Oracle 9iAS). I've even tried extracting

complex response type error

2003-03-31 Thread Ben Hawes
I've seen one example of this exact question in the archives, but AFAICT it was never answered. I'm talking to a c++ Soap server via ApacheSoap, and I'm getting this error: The value of the 'http://schemas.xmlsoap.org/soap/encoding/:arrayType' attribute must be namespace-qualified when

complex response type error

2003-03-31 Thread Ben Hawes
I've seen one example of this exact question in the archives, but AFAICT it was never answered. I'm talking to a c++ Soap server via ApacheSoap, and I'm getting this error: The value of the 'http://schemas.xmlsoap.org/soap/encoding/:arrayType' attribute must be namespace-qualified when

Re: stockquote example error

2003-03-28 Thread Scott Nichol
The stock quote sample used a third party service that is no longer in business. Therefore, it will always fail. On 4 Mar 2003 at 16:01, [EMAIL PROTECTED] wrote: I keep getting the following error when running soap-2_3/samples/stockquote. I have no problem running addressbook example. I

stockquote example error

2003-03-04 Thread Bin . He
I keep getting the following error when running soap-2_3/samples/stockquote. I have no problem running addressbook example. I appreciate any help and suggestions. Bin C:\soap-2_3\samples\stockquotetestit This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter Deploying

ServiceManagerClient error

2003-03-03 Thread Bin . He
-tomcat-4.1.18\lib\mail.jar;C: \jakarta-tomcat-4.1.18\lib\activation.jar I started tomcat then ran ServiceManagerClient but got the following error. Could somebody tell me what I am missing? Thanks. C:\soap-2_3\samples\addressbookjava org.apache.soap.server.ServiceManagerClient http://localhost

RE: ServiceManagerClient error

2003-03-03 Thread Gu, Feng
] [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 3:48 PM To: [EMAIL PROTECTED] Subject: ServiceManagerClient error Hi, I am trying to set up soap on my win XP computer. I have successfully installed tomcat-4.1.18. My CLASSPATH is this: CLASSPATH=C:\jakarta-tomcat-4.1.18\common\endorsed

RE: ServiceManagerClient error

2003-03-03 Thread Bin . He
Thanks for the help but I got the same error message. My tomcat may not be configured correctly. What do I need to set in tomcat-4.1.18 in order to try the soap addressbook examples? Bin He

RE: ServiceManagerClient error

2003-03-03 Thread Bin . He
/2003 03:46 Subject: RE: ServiceManagerClient error PM Please respond

RE: ServiceManagerClient error

2003-03-03 Thread Bin . He
: 03/03/2003 04:27 Subject: RE: ServiceManagerClient error PM

Re: Tomcat 4.1.18, JDK 1.4.1, Soap--Error log exerpts

2003-02-19 Thread J M Craig/Alpha-G
context to see if I can access it there. Then I'll move it around until I get the Resource Not Available error. Simplifying helps target the error and its scope. Good luck, -Mark -Original Message- From: J M Craig/Alpha-G [mailto:[EMAIL PROTECTED]] Sent: Wednesday

Re: Tomcat 4.1.18, JDK 1.4.1, Soap--Error log exerpts

2003-02-19 Thread J M Craig/Alpha-G
explanation, perhaps? It sure doesn't look like a method-not-found or wrong XML processing kind of error from the exception trace, but I suppose it could be What about the NativeMethod stuff? Is it possible the error is because I don't have the jkjni.so module installed? I think I'll see if I can

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

Re: SOAP Proxy Error

2003-01-13 Thread Martin Gainty
: SOAP Proxy Error Date: Mon, 13 Jan 2003 15:04:42 + MIME-Version: 1.0 Received: from apache.org ([63.251.56.142]) by mc9-f3.bay6.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Mon, 13 Jan 2003 07:10:26 -0800 Received: (qmail 70367 invoked by uid 500); 13 Jan 2003 15:05:51 - Re

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 Web Server

SOAP Error

2002-12-31 Thread Vijay Shinde
-ENV:Protocol; msg=Unsupported respon se content type quot;text/htmlquot;, must be: quot;text/xmlquot;. Response w as: lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/4.0.4 - Error reportlt;/titl egt;lt;STYLEgt;lt;!--H1{font-family : sans-serif,Arial,Tahoma;color : white; background-color : #0086b2

Re: SOAP Error

2002-12-31 Thread Scott Nichol
First, a guess. Does your deployment descriptor include white space in the specification of the fault listener? The following might cause an error like you observe: isd:faultListener org.apache.soap.server.DOMFaultListener/isd:faultListener If you do have white space, get rid of it like

Re: SOAP Error

2002-12-31 Thread Vijay Shinde
Hey Scott, I got rid of the white space Now i am getting following error. C:\soap-2_3\samples\hellojava Example1_client http://localhost:8080/soap/servle t/rpcrouter vijay Calling the SOAP Server to say hello The SOAP Server says: http://localhost:8080/soap/servlet/rpcrouter Ouch, the call

Re: SOAP Error

2002-12-31 Thread Vijay Shinde
following error. C:\soap-2_3\samples\hellojava Example1_client http://localhost:8080/soap/servle t/rpcrouter vijay Calling the SOAP Server to say hello The SOAP Server says: http://localhost:8080/soap/servlet/rpcrouter Ouch, the call failed: Fault Code = SOAP-ENV:Server.BadTargetObjectURI

Soap error

2002-12-27 Thread Vijay Shinde
I am getting content type mismatch error while running SOAP program Any help is appreciated. Vijay The SOAP Server says: Exception in thread main [SOAPException: faultCode=SOAP- ENV:Protocol; msg=Unsupported response content type text/html, must be: text/ xml. Response was: -- To unsubscribe

Re: [Fwd: error while running SOAP example]

2002-12-26 Thread Vijay Shinde
Thats right i AM a Stupid American _GMT-5___ >From: "Satish K Terala"<[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [Fwd: error while running SOAP example] >Date: Wed, 25 Dec 2002 01:30:42 +0530 >

Re: [Fwd: error while running SOAP example]

2002-12-26 Thread Martin Gainty
[EMAIL PROTECTED] Subject: Re: [Fwd: error while running SOAP example] Date: Thu, 26 Dec 2002 12:12:26 -0500 MIME-Version: 1.0 Received: from apache.org ([63.251.56.142]) by mc10-f12.bay6.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 26 Dec 2002 09:12:45 -0800 Received: (qmail 54575 i

Re: [Fwd: error while running SOAP example]

2002-12-25 Thread Rakesh . Kumar
Dear all i am getting following error when i am runnings samples addressbook2 examples any help will be appreciated ... I request apache team to put at least nice and clear steps to run this examples . i am running at win2000,weblogic6.1 sp2,xerces1.4.3 ANy help will be appreciated thanx

[Fwd: error while running SOAP example]

2002-12-24 Thread Vijay Shinde
received this communication in error, any use, dissemination, printing or copying is strictly prohibited; please destroy all electronic and paper copies and notify the sender immediately. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Fwd: error while running SOAP example]

2002-12-24 Thread Martin Gainty
MSN 8 with e-mail virus protection service: 3 months FREE*. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [Fwd: error while running SOAP example]

2002-12-24 Thread Satish K Terala
: Subject: [Fwd: error while running SOAP example] 12/25/2002 01:15 AM Please respond

Please help: SOAP 2.3 out of memory error

2002-12-05 Thread Hongda Lin
Hi, I am using SOAP 2.3 with Tomcat 4.0.4 (Coyote as HTTP connector). I am using RPC calls. It normally runs ok, except it gives me java.lang.OutOfMemoryError on the client side sometimes(probably working with large strings). The complete error message is: Generated fault: [Attributes

AW: Please help: SOAP 2.3 out of memory error

2002-12-05 Thread Malte Kempff
Hi Hongda, I am working with large Vectors and got also such error. My solution is to seperate the vector into blocks, having a soap-rpc-service somthing like int giveHandle() and Vector giveNextBlock(int handle). The handle in my case is a DB-Sequence, so I am sure it is unique. maybe you need

What is this Error?

2002-12-03 Thread Justin F. Knotzke
Could someone please explain this error: SOAPException: faultCode=SOAP-ENV:Client; msg=Parsing error, response was: Attribute name SOAP.structType must be followed by the '=' character.; targetException=org.xml.sax.SAXParseException: Attribute name SOAP.structType must be followed

Re: What is this Error?

2002-12-03 Thread Scott Nichol
is this Error? Could someone please explain this error: SOAPException: faultCode=SOAP-ENV:Client; msg=Parsing error, response was: Attribute name SOAP.structType must be followed by the '=' character.; targetException=org.xml.sax.SAXParseException: Attribute name SOAP.structType must

Re: What is this Error?

2002-12-03 Thread Justin F. Knotzke
sure Xerces was at the top of my Classpath. I still get the same error. I was trying to call addGroup() in the Journyx API after having created my GroupRecord in the same fashion as UserRecord which you so kindly showed me. Is it safe to say that the bug is on Journyx's side? Is there a way

WheaterService Namespace error

2002-11-29 Thread u14836
://services.xmethods.net/soap/servlet/rpcrouter 71862 And it just keeps giving me the following error: Invoking weather service at: http://services.xmethods.net/soap/servlet/rpcrouter Exception in thread main java.lang.IllegalArgumentException: Unable to resolve namespace URI for 'xsd

Re: Error calling webservice.

2002-11-25 Thread Scott Nichol
Looking at the 2.2 source (http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-soap/java/src/org/apac he/soap/util/xml/DOM2Writer.java?rev=1.4), I see that line 139 is String elNamespaceURI = node.getNamespaceURI(); The error means the XML parser classes are being loaded from a library

Error calling webservice.

2002-11-23 Thread Shivshanker G. Shenoy
Title: Error calling webservice. Hi, We get this error in our soap client while using apache soap (version 2.2). Our client program runs within iPlanet App Server 6.5 SP4 on Windows 2k. This error is thrown at objMessage.send() method call line. Any guidance will be greatly appreciated

Re: Unable to initialize context error with EJB on IPlanet (iAS 6.0)

2002-11-19 Thread Fergus O'Dalaigh
Thanks for all your replies. As I originally suspected, the problem was a JNDI naming problem. As I know how frustating it can be for someone starting to get all this going, I'll give a short explanation what I did to get it working. Here is the deployment descriptor: ?xml version=1.0?

Re: Unable to initialize context error with EJB on IPlanet (iAS 6.0)

2002-11-19 Thread Scott Nichol
6:57 AM Subject: Re: Unable to initialize context error with EJB on IPlanet (iAS 6.0) Thanks for all your replies. As I originally suspected, the problem was a JNDI naming problem. As I know how frustating it can be for someone starting to get all this going, I'll give a short explanation

Unable to initialize context error with EJB on IPlanet (iAS 6.0)

2002-11-14 Thread Fergus O'Dalaigh
Hi, I've deployed normal Java classes as services on the SOAP web app, but I really need to use EJB's as services. I'm using iAS 6.0 (iPlanet Application Server) and SOAP 2.3.1. I get a Unable to initialize context error when I run my SOAP client. Here is my SOAP deployment descriptor: ?xml

Re: Unable to initialize context error with EJB on IPlanet (iAS 6.0)

2002-11-14 Thread Scott Nichol
Here's a Sun iPlanet sample description. At the bottom, I notice that ContextProviderURL is left blank. Scott Nichol - Original Message - From: Fergus O'Dalaigh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 3:40 AM Subject: Unable to initialize context error

Re: Unable to initialize context error with EJB on IPlanet (iAS 6.0)

2002-11-14 Thread Scott Nichol
Actually, here it is: http://developer.iplanet.com/appserver/samples/helloworld_soap/docs/inde x.html. Scott Nichol - Original Message - From: Scott Nichol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 6:05 PM Subject: Re: Unable to initialize context error

Re: Unable to initialize context error with EJB on IPlanet (iAS 6.0)

2002-11-14 Thread Raghavan Srinivasan
as services. I'm using iAS 6.0 (iPlanet Application Server) and SOAP 2.3.1. I get a Unable to initialize context error when I run my SOAP client. Here is my SOAP deployment descriptor: ?xml version=1.0? isd:service xmlns:isd=http://xml.apache.org/xml-soap/deployment; id=urn:ejbhello

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread Scott Nichol
Are you still having this problem? If so, does the error always state 69415 bytes read, or does that number change? In other words, is the error completely reproducible? Scott Nichol - Original Message - From: dumdum 420 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread dumdum 420
I am glad somebody responded. It varies between 69414 bytes or 69415 bytes. Bhanu Pabreja From: Scott Nichol [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Error while fetching data from a web service using SOAP Date: Tue, 12 Nov 2002 11:13:22 -0500 Are you

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread Scott Nichol
Message - From: dumdum 420 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 11:59 AM Subject: Re: Error while fetching data from a web service using SOAP I am glad somebody responded. It varies between 69414 bytes or 69415 bytes. Bhanu Pabreja From: Scott Nichol

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread dumdum 420
to work it from there and let you know what happens on my localhost. But mean while if u can think of anything do let me know. Thanx, Bhanu Pabreja From: Scott Nichol [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Error while fetching data from a web service using

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread Scott Nichol
- Original Message - From: dumdum 420 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 2:02 PM Subject: Re: Error while fetching data from a web service using SOAP I am using JDK 1.3.1 with Websphere4.0 on Win2k box. I really did not try the Network Monitor cause I

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread dumdum 420
Nichol [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Error while fetching data from a web service using SOAP Date: Tue, 12 Nov 2002 14:12:11 -0500 There's nothing obvious that comes to mind. I asked about your environment because if you used some oddball

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread vakkaraju
if u are using ibm http server, logon to admin console of ibm http server(http://localhost:8008/admin) and go to Performance/server settings ? set enable fast response caching to NO Vishnu. -- To unsubscribe, e-mail: mailto:soap-user-unsubscribe;xml.apache.org For additional commands,

Re: Error while fetching data from a web service using SOAP

2002-11-12 Thread dumdum 420
versin of Apache SOAP yu are using and I can update my .jar files. thanx for following this up. Bhanu Pabreja. From: Scott Nichol [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Error while fetching data from a web service using SOAP Date: Tue, 12 Nov 2002

Error while fetching data from a web service using SOAP

2002-11-07 Thread dumdum 420
Hi All, I am fetching a String from my Java program which is web service enabled. When the string is not very big the data comes easily and is displayed on the client who is accesing this webservice but when the String becomes long i get the following exception: exception: [SOAPException:

Unsupported response content type Error...Any ideas?

2002-10-24 Thread Kunisetty, Sridhar
When I tried to test the installation using the fol. command java org.apache.soap.server.ServiceManagerClient rpc-router-url list I am getting the fol. error: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type quot;text/htmlquot;, must be: quot

Re: Unsupported response content type Error...Any ideas?

2002-10-24 Thread Scott Nichol
Nichol - Original Message - From: Kunisetty, Sridhar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 2:59 PM Subject: Unsupported response content type Error...Any ideas? I am a new user of SOAP. I have installed Apache SOAP 2.3 on Jrun 3.1 application server

Hii client side error

2002-10-22 Thread A N
All, I am getting following error. The deployement went fine and I can list it through the admin tool. I am getting the following error when I am running the client program. I have soap.jar in my classpath on the console. I am using soap2.3.1 on tomcat 3.3. I have deployed using war file method

Re: Hii client side error

2002-10-22 Thread A N
All, Some how the soap.war file has some problems with respect to RPCMessage class. I have placed the soap.jar file under tomcat/lib/common, and the problem got solved. thanks A N [EMAIL PROTECTED] wrote: All, I am getting following error. The deployement went fine and I can list it through

Add Web Reference Error

2002-10-22 Thread jingkun . hu
I can deploy the built-in service (AdminService and Version from Axis 1.0), but I cannot deploy the other sample services like echo or ElementService from .NET environement. Basically it complained the WSDL files. Can somebody help me? Thanks in advance, Jingkun -- To unsubscribe, e-mail:

content type error html instead of xml

2002-10-16 Thread aman singh
response content type quot;text/html; charset=ISO-8859-1quot;, must be: quot;text/xmlquot;. Response was: lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/4.1.12-LE-jdk14 - Error reportlt;/titlegt;lt;STYLEgt;lt;!--H1{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} H3

Re: content type error html instead of xml

2002-10-16 Thread Martin Gainty
AmanWhich Port are you running the SOAP Server on? Martin From: "aman singh" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: content type error html instead of xml Date: Wed, 16 Oct 2002 19:45:52 -0700 MIME-Version: 1.0

Re: Connection reset by peer error

2002-10-15 Thread Joe Ryan
. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 2:22 PM Subject: Connection reset by peer error Hi, We are using Apache SOAP v2.2 running on Solaris 2.8 to connect to a Microsoft SOAP server (running Windows 2000, IIS 5.0 and MS SOAP

Deserialization error when running a test client

2002-10-15 Thread Adam, Jason C
I'm new to the list, and to Web Services (in a grad class for it), so let me first say howdy! I'm getting error when trying to run some client code. I'm using two types of clients, one using the low level API's and one that uses the stub code generated with WSDL2Java. My current environment

Re: Deserialization error when running a test client

2002-10-15 Thread Scott Nichol
Jason, You will have better luck with Axis questions at [EMAIL PROTECTED] Scott Nichol - Original Message - From: Adam, Jason C [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 2:38 PM Subject: Deserialization error when running a test client I'm new

RE: Deserialization error when running a test client

2002-10-15 Thread Adam, Jason C
: Deserialization error when running a test client Jason, You will have better luck with Axis questions at [EMAIL PROTECTED] Scott Nichol - Original Message - From: Adam, Jason C [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 2:38 PM Subject: Deserialization error

Re: Catching a comm error

2002-10-08 Thread Wyn Easton
the server after each successful request to say Yes, I did receive the information, but then, of course, the acknowledgements could go astray, letting the server falsely believe in an error. You could also have the client tell the server I got an error in a separate SOAP call, but many

Catching a comm error

2002-10-07 Thread Wyn Easton
Hello: This has probably been answered before. If there is something in an archive, please point me there and I'll read it. I was wondering what happens if the SOAP response never gets back to the client that invoked the SOAP Call. In other words, the Java method that the SOAP RPC router called

Re: Catching a comm error

2002-10-07 Thread Scott Nichol
There is no way for the service to know that a particular response has been successfully returned to the client. Note that even if the servlet writes all the output to the response stream without error, it cannot be certain that the client application receives it. In fact, I doubt you can even

Re: Catching a comm error

2002-10-07 Thread Wyn Easton
I guess I better have a method exposed on my web service that the client can call to ask about previous requests or maybe retry the same request X times before giving up. Anyway, I'll need to do something on the client end. At least the client will get a SOAP Fault indicating some sort of error

Re: Catching a comm error

2002-10-07 Thread Scott Nichol
error I guess I better have a method exposed on my web service that the client can call to ask about previous requests or maybe retry the same request X times before giving up. Anyway, I'll need to do something on the client end. At least the client will get a SOAP Fault indicating some sort

Re: Catching a comm error

2002-10-07 Thread Mark Childerson
could go astray, letting the server falsely believe in an error. You could also have the client tell the server I got an error in a separate SOAP call, but many connectivity errors will kill both SOAP calls, so that the server is never informed of the error. The gurus on the list can no doubt point

Fw: Silly Error

2002-10-03 Thread Tanmay Kumar
mentioned paragraph. Tans - Original Message - From: Tanmay Kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 10:37 AM Subject: Re: Silly Error Hi Scott, From your answer, It is not very clear what we should do. If a method is having a signature like

Re: Silly Error

2002-10-03 Thread Tanmay Kumar
is accepted. So handling both in a single method still is a question. Any suggestions from developer group will be appreciated - Original Message - From: Neha Srivastava [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 6:50 PM Subject: Re: Silly Error hi, change

Re: Silly Error

2002-10-03 Thread Scott Nichol
xml type. Scott Nichol - Original Message - From: Tanmay Kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 8:38 AM Subject: Re: Silly Error Hi, Thanks for quick response. But as I have mentioned , my method signature is like this . public float method1

Re: Samples Error - famous ns2 - all test work

2002-10-03 Thread Scott Nichol
FYI, the Axis list is [EMAIL PROTECTED] Scott Nichol - Original Message - From: James Black [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 11:01 PM Subject: Re: Samples Error - famous ns2 - all test work Brian Rowe wrote: I have Xerces 2.2.0 first in my

Re: Silly Error

2002-10-02 Thread Scott Nichol
method that has an int parameter. Scott Nichol - Original Message - From: Tanmay Kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 9:21 AM Subject: Silly Error Hi all, I am getting an strange error of no such method with the following code. My method

Re: Unknown reason for error

2002-10-02 Thread Michael Baron
I have not resolved this yet. I have taken a couple days break from trying to track it down since I got no where. - Original Message - From: Scott Nichol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 8:00 PM Subject: Re: Unknown reason for error Michael

Re: Unknown reason for error

2002-10-02 Thread Scott Nichol
- From: Michael Baron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 4:56 PM Subject: Re: Unknown reason for error I have not resolved this yet. I have taken a couple days break from trying to track it down since I got no where. - Original Message - From

Re: Silly Error

2002-10-02 Thread Tanmay Kumar
- From: Scott Nichol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 10:46 PM Subject: Re: Silly Error Both Integer and int are serialized as xsd:int. By default, xsd:int is deserialized to int. For your particular method, you need to deserialize to Integer

Re: Unknown reason for error

2002-10-01 Thread Scott Nichol
Michael, Did you resolve this? Scott Nichol - Original Message - From: Michael Baron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 9:45 AM Subject: Re: Unknown reason for error That was my first thought too, however the fact I can run a hello world

Re: Unknown reason for error

2002-09-30 Thread Michael Baron
I have been able to run both a simple servlet and a simple JSP page from within the soap context. I have done the initial set up a couple of times as well as tried to uninstall and reinstall tomcat. All other of my Tomcat contexts work without error, including struts, 2 of my own web

Re: Unknown reason for error

2002-09-30 Thread Jonathan Roberts
the initial set up a couple of times as well as tried to uninstall and reinstall tomcat. All other of my Tomcat contexts work without error, including struts, 2 of my own web applications, and all the default contexts that come with Tomcat. When I try to run the rpcrouter I get this error(see stack

  1   2   3   4   >