RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
Nichol [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 2:47 PM To: [EMAIL PROTECTED] Subject: Re: Problem in knowing which directory to compile and set classpath How are you trying to compile? Are you trying to run javac from the command line, or are you using the JDeveloper IDE

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
se it is filtered to accept only mail from specific mail lists. - Original Message - From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 4:14 PM Subject: RE: Problem in knowing which directory to compile and set class

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
L PROTECTED] Subject: Re: Problem in knowing which directory to compile and set classpath I am too unfamiliar with JDeveloper to guide you. You should probably either browse the on-line help or use some sort of JDeveloper support. Scott Nichol Do not send e-mail directly to this e-mail address, be

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
How are you trying to compile? Are you trying to run javac from the command line, or are you using the JDeveloper IDE? Since you have installed JDeveloper, I would think you would want to use that. You will have to add the Axis jars to the classpath JDeveloper uses for compiling. Scott Nicho

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
IL PROTECTED]> Sent: Thursday, February 26, 2004 5:43 PM Subject: RE: Problem in knowing which directory to compile and set classpath I have worked with servlets and java in a different environment before. This is a new environment for me . We just installed Oracle 9ias and Oracle portal. I a

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
: Re: Problem in knowing which directory to compile and set classpath Given the errors you are receiving, it appears your environment is not properly configured to use the command-line compiler, nor to run Tomcat, for that matter. Since you do not normally compile from the command line, I would

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 4:57 PM To: [EMAIL PROTECTED] Subject: Re: Problem in knowing which directory to compile and set classpath Take a look at the Axis installation

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
TED] 404-817-7370 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 2:47 PM To: [EMAIL PROTECTED] Subject: Re: Problem in knowing which directory to compile and set classpath How are you trying to compile? Are you trying to run javac from th

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 3:40 PM Subject: RE: Problem in knowing which directory to compile and set classpath I was compiling the code using the command line under where I installed tomcat? Is that right?? Am I suppose to compile it in the Jdevelo

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
Shame on me, I thought you meant the method... Yup, and that did it, now it works. Thanks you so much! Seb At 16:53 17.11.2002 -0500, you wrote: The class is not marked public .. that could be the problem. Sanjiva. - Original Message - From: "Sebastian" <[EMAIL PROTECTED]> To: <[EMAIL

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
But the method itself is marked public, or do you mean in the deplyoment descriptor? Seb At 16:53 17.11.2002 -0500, you wrote: The class is not marked public .. that could be the problem. Sanjiva. > class Hello > { > public String sayHello() > { > return ("Hello World!"); >

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sanjiva Weerawarana
The class is not marked public .. that could be the problem. Sanjiva. - Original Message - From: "Sebastian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 5:32 AM Subject: Problem with RPCRouter.invoke() > Hi everyone, > > Maybe someone of you could help me

Re: Problem with response from MS Soap

2002-01-18 Thread dswanson1
When calling a MS Soap Server you need to explicitly map the return turn types...use this snippet of code...if that doesn't work then I think you have another older parser in the path somewhere that is causing your problems...**Note you must do this BEFORE you invoke the call... //ADD YOUR OWN

RE: Problem with response from MS Soap

2002-01-18 Thread William Brogden
> -Original Message- > From: Derik Crouch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 10:42 PM > To: [EMAIL PROTECTED] > Subject: Problem with response from MS Soap > > > Hello, > > I'm currently building a Java client that will be using > Apache Soap API > to commu

Re: Problem with response from MS Soap

2002-01-18 Thread Chistian Lacetera
Hi, i have the same problem, this happens because apche soap is not strictly compliant with some namespace attribtues, you have to map the response, in your deploy file you must add a line like this http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x="" qname="x:result" xml2JavaClassNa

RE: Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Max Stolyarov
hanks Max -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: Re: Problem accessing a web service. Please help. Thanks When you create your parameter, you must specify the class of the parameter, not the Para

Re: Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Scott Nichol
When you create your parameter, you must specify the class of the parameter, not the Parameter class. For example, String symbol; Call call = new Call (); // set call properties here Vector params = new Vector (); // Here it is: String parameter specified as String.class type

RE: problem with method name empty

2001-12-13 Thread Soumen Sarkar
7; Subject: RE: problem with method name empty i too got the same problem previously I think if u call with wrong name or with wrong arguments the soap server is completely crashed and we have to start the server again... cheers gopi -Original Message- From: Davide Frigerio [mai

RE: problem with method name empty

2001-12-13 Thread Henk Schipper
a bug somewhere so we can report it to avoid the crashing. Henk. -Original Message- From: Gopinadh Bandaru [mailto:[EMAIL PROTECTED]] Sent: Thursday, 13 December, 2001 2:04 PM To: '[EMAIL PROTECTED]' Subject: RE: problem with method name empty i too got the same problem previous

RE: problem with method name empty

2001-12-13 Thread Gopinadh Bandaru
i too got the same problem previously I think if u call with wrong name or with wrong arguments the soap server is completely crashed and we have to start the server again... cheers gopi -Original Message- From: Davide Frigerio [mailto:[EMAIL PROTECTED]] Sent: 13 December 2001 12:57

Re: problem on register user-defined serializer/deserializer.

2001-11-28 Thread Scott Nichol
If the problem was Tomcat finding the class, I think you would get ClassNotFound or something like that. Can you attach your deployment descriptor? Perhaps someone else will see a problem that you do not. Scott - Original Message - From: "Xiao Juguang" <[EMAIL PROTECTED]> To: <[EMAIL P

Re: problem running examplessoap2.2 on Tomcat3.2.2

2001-10-22 Thread P Sreenivasa Rao
HI guys, I got my problem solved.Thanks to [EMAIL PROTECTED] to his input in his previuos reply to the same problem. Eventhough I'm able to deploy and access the service via client(at client side I'm getting the result),at server side it's throwing these errors.. Can anyone explain ... java

Re: Problem between Apache SOAP and MS SOAP

2001-10-01 Thread dswanson1
The MS SOAP toolkit does not put the xsi:type information in it's response document...The Apache toolkit is counting on the xsi:type attribute. If you are using the MS 1.0 toolkit you can modify the listener.asp to add the type attribute to the response OR in your Java client you can and your ow

Re: problem making choice of soap implementation

2001-09-11 Thread Andreas Ullmann
Hello Siddharth, in my opinion soap makes sense if you want to transfer the data outside your Enterprise. If you want to send the data within your Enterprise system, which means no firewalls and full control of the client and server EJB would be my choice. What kind of performance do you need?

RE: problem making choice of soap implementation

2001-09-11 Thread Gopinadh Bandaru
the best solution is go for axis (apache soap3.0).It is 4 times faster than apache soap2.x. The major chage was they are using sax parser instead of dom it makes to take less memory and increases the prerformance. cheers gopi -Original Message- From: siddharth aggarwal [mailto:[EMA

RE: problem specifying parameters

2001-09-10 Thread Micael Ericsson (QIN)
Java class Vector is not a standard SOAP type and therefor you must serialize/deserialize it yourself. Type and serializer is possible to setup when deploying your service. Instead of using Vector as parameter you can try: 1) A string array. new Parameter("strArray",String[].class,strArray,null

Re: problem with sequential calls using same Call object

2001-09-05 Thread Scott Nichol
I believe there is a report in Bugzilla from 6/26/01, but it does not appear that anything has been done about it. Scott - Original Message - From: "Podlipski, Alex (GXS, Staffing Alternatives)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 1:45 PM Subje

Re: Problem with services

2001-08-15 Thread Richard Boehme
If you are running Tomcat, undeploy the service, restart Tomcat, and redeploy it. The changes should then be visible. Tomcat doesn't refresh it's copy of the classes, even if you undeploy and redeploy the service without restarting Tomcat. --Richard On Wed, 15 Aug 2001, Ravi Natarajan wrote:

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. kewl man! -Original Message-From: Matthew J. Duftler [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 08, 2001 2:21 PMTo: [EMAIL PROTECTED]Subject: RE: Problem with the Deployment. Hi Deepak, I've attached a JSP which may

RE: Problem with the Deployment.

2001-08-08 Thread Matthew J. Duftler
Title: RE: Problem with the Deployment. Hi Deepak, I've attached a JSP which may help you find your problem. Take the attached test.jsp and drop it into your \soap-2_2\webapps\soap directory. Then restart your server and point your browser at: http://localhost:8080/soap/test.jsp It s

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. Scott, My tomcat classpath was not taking xerces somehow, its working now. Thanks for your help. ~deepak. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 1:32 PM To: [EMAIL PROTECTED

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
IL PROTECTED]> Sent: Wednesday, August 08, 2001 3:08 PM Subject: RE: Problem with the Deployment. > William, > > Thanks for the reply. > > I only have following files in my JAVA_HOME/jre/lib/ext directory: > jcert.jar > jnet.jar > jsse.jar > > I tried to run the sa

RE: Problem with the Deployment.

2001-08-08 Thread Anvita Johri
ight be causing this problem. > > Thanks, > ~deepak. > > -Original Message- > From: William Brogden [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 12:51 PM > To: [EMAIL PROTECTED] > Subject: Re: Problem with the Deployment. > > > > > >

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
%JAVA_HOME%\jre\lib\ext may have parser.jar; you should move this to another directory. Scott - Original Message - From: "Gaur, Deepak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 3:01 PM Subject: RE: Problem with the Deployment.

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. William, Thanks for the reply. I only have following files in my JAVA_HOME/jre/lib/ext directory: jcert.jar jnet.jar jsse.jar I tried to run the same command after removing all these jars but its not buying it, getting the same error. Any other

Re: Problem with the Deployment.

2001-08-08 Thread William Brogden
> "Gaur, Deepak" wrote: > > Scott, > > Thanks for replying. > I have xerces.jar in my classpath in tomcat.bat(which is ahead of all > other entires and is namespace aware), the file looks like below : > > :setClasspath > set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP% > set CP=C:/jsse1.0.2

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. Scott, Thanks for replying. I have xerces.jar in my classpath in tomcat.bat(which is ahead of all other entires and is namespace aware), the file looks like below : :setClasspath set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP% set CP=C:/jsse1.0.2

Re: Problem with the Deployment.

2001-08-08 Thread William Brogden
> "Gaur, Deepak" wrote: > > Hello Good People, > > I am a new SOAP developer. I was trying to deploy some of the samples > that came with the SOAP download using the following command : > > C:\soap-2_2\samples\stockquote> java -cp > >C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.jar;C:\dev

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
Your server is loading DOM code that does not support namespaces. This is probably an issue with the classpath used by your servlet container. You should follow the instructions provided with SOAP 2.2 that pertain to the container you use. The installation documentation is at /path-to-soap/docs

Re: problem in tomcat

2001-07-19 Thread Peter Sylvester
I'm not sure its applicable to your problem, But I previously ran into some HotSpot errors with Apache SOAP 2.2 that went away when I upgraded to JDK 1.3.1-b24. -Peter [EMAIL PROTECTED] wrote: > > I am using a MS-SOAP client and Apache SOAP Java Web-Service. client is > sending an XML-Stream to

Re: Problem

2001-07-05 Thread Scott Nichol
u post it to the mail list. I do not use applets, so I am very unfamiliar with the associated security issues. Others have used applet clients and may be able to help you. Scott - Original Message - From: "Sajit Kumar (RBIN/DCA-IAG)" <[EMAIL PROTECTED]> To: <[EMAIL PROT

RE: Problem

2001-07-04 Thread Thomson, Stuart
I don't think so. This bug is in Xerces, I have submitted a bug report on it. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 16:55 To: [EMAIL PROTECTED] Subject: Re: Problem This was a problem that has been fixed Apache SOAP 2.2. Scott N

Re: Problem

2001-07-04 Thread Scott Nichol
ggest you try both Xerces and Crimson as processors on the client. Scott - Original Message - From: "Sajit Kumar (RBIN/DCA-IAG)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 1:36 AM Subject: RE: Problem > Hi Scott, > > I downlo

Re: Problem

2001-07-03 Thread Scott Nichol
This was a problem that has been fixed Apache SOAP 2.2. Scott Nichol - Original Message - From: "Sajit Kumar (RBIN/DCA-IAG)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 10:18 AM Subject: Problem > Hi All, > > I am facing a problem. When i try to construct a

RE: Problem

2001-07-03 Thread Thomson, Stuart
This is a bug in Xerces It has been mentioned several times with no response from the developers. -Original Message- From: Sajit Kumar (RBIN/DCA-IAG) [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 15:18 To: [EMAIL PROTECTED] Subject: Problem Hi All, I am facing a problem. Whe

Re: problem running the StockQuote example

2001-06-27 Thread Yogesh Patange
Hi danh   I was also getting the same error on JRun The problem was JRun server was not getting the coreect path for xerces.jar file. When i corrected the path it started working . I have't tried it with Tomcat, but the check the classpaths for tomcat server. Even u are running the applicat

RE: problem with the build of the src dist for soap 2.2

2001-06-19 Thread Matthew J. Duftler
If you want to build a distribution, checkout the CVS tree. The build script in the source distribution shuold really contain only a compile target. Thanks, -Matt > -Original Message- > From: Rich Catlett [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 7:58 PM > To: [EMAIL PROTE

RE: Problem with getting Response

2001-06-07 Thread Matthew J. Duftler
Hi, You have several options: 1) Use the TcpTunnelGui tool as described in the documentation. 2) Create EnvelopeEditors that spit out the envelopes. EnvelopeEditors are described in the documentation. 3) Take a look at what the Call.invoke(...) method does, and do the same thing yourself (except

RE: Problem with getting Response

2001-06-07 Thread Hansen, Richard
If you are just looking for a debugging tool check out the TCPTunnel in the docs. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 07, 2001 1:48 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Problem with getting Response > > >

Re: problem in running interop sample on weblogic 5.1

2001-06-07 Thread Sanjiva Weerawarana
It looks like the classpath is incorrect - the server is unable to load the class it seems for some reason. Sanjiva. - Original Message - From: "Ayesha Shaikh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 5:22 AM Subject: problem in running interop sample o

RE: problem please give me some solution

2001-06-06 Thread Hansen, Richard
>From the FAQ in the docs for soap 2.2: 1.5 Help! The Samples won't work. Every time I run a sample client I get this response: "Fault String = java.lang.NoSuchMethodError" Ensure that: (a) You have deployed the sample service you want to use. (b) Xerces.jar is the very first entry in your clas

Re: problem please give me some solution

2001-06-05 Thread Scott Nichol
The standard guess: are you using Xerces 1.3.1? If so, change the version of Xerces you use. - Original Message - From: "pravin pachbhai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 5:41 PM Subject: problem please give me some solution > > I am trying to

RE: problem please give me some solution

2001-06-05 Thread Das, Kuntal
It's a very common problem. Look at the mailing lists, and u'll find the solutions. I myself have posted a few such solutions. Thanks, Kuntal Das Charles Schwab & Co., Inc. Wireless Technology 45 Fremont, SF Email : [EMAIL PROTECTED] Phone : (415)667-4322 Live life to the brim