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
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
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
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
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
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
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
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
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
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
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!");
>
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
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
> -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
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
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
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
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
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
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
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
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
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
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?
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
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
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
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:
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
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
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
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
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.
>
>
>
>
> >
%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.
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
> "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
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
> "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
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
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
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
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
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
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
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
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
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
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
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
>
>
>
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
>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
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
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
53 matches
Mail list logo