Hi Hari,
look in the Mailinglist for a detailed explanation,
I have make a post before for this thema.
look for "session" and my name "Thomas Dorner"
If it dont help you any futher You can post again
Tomi
-Ursprüngliche Nachricht-
Von: Hari Krishna B. [mailto:[EMAIL PROTECTED]
Gesendet
Hi Baiss Eric,
Put this in your Catalina.bat at the bottom, in the line starts with
%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS%
-Dlog4j.debug -Dlog4j.configuration=log4j.config.xml
and put your log4j.properties.xml in the /classes directory
Tomi
-Ursprüngliche Nachricht-
>From: "Hari Krishna B." <[EMAIL PROTECTED]>
>Has any body worked on handling the sessions with AXIS?. If so, appreciate if
>you could help us out in resolving the following issue
>From: Gerry Gao <[EMAIL PROTECTED]>
>You can invoke the setMaintainSession(true) of the org.apache.axis.client.Call
>
Hi,
You can invoke the setMaintainSession(true) of the org.apache.axis.client.Call
at client side.
- Original Message -
From: "Hari Krishna B." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 07, 2004 12:26 PM
Subject: Reg: Handling sessions
Hi,
Has any body worked on
Hi,
Has any body worked on handling the sessions with AXIS?. If so, appreciate if
you could help us out in resolving the following issue
We are using AXIS1.1 for client/server web service implementation. When we
are trying to invoke web service say 'n' times, our web server is creating
'n' number
Hi Greg,
If ur attachment content is of
Content-Type "application/octet-stream" then the
AttachmentPart.getContent() method will return an object
of Instream which is an Inner Class of ManagedMemoryDataSource. and
this class extends java.io.InputStream. (Reference Axis 1.1
Source)
If you run a schema validation on your input message, then you'd get an XML
type violation. You can also catch the Java exception on the server and map
it to a SOAP fault.
I always think it's appropriate to map your Java exceptions to platform
neutral SOAP faults.
Anne
-Original Message
All,
I am having issues with boolean variables showing always a value of false.
Our application talks to an external Web Service in .NET. From their WSDL
file I generated my Java objects and build a client to talk to this external
WebService using these generated Java Objects. Everything seems to
Use "--style WRAPPED"
On Tue, 06 Jul 2004 18:23:52 +0530, Sanjay Dahiya <[EMAIL PROTECTED]> wrote:
> Hi
>
> I ran Java2WSDL in a simple Java class to gnerate a doc/literal WSDL and
> got exception, it doesnt say what to fix to get the wsdl right, google
> also didnt help. same worked fine for RPC
I just download the new version from
http://cvs.apache.org/snapshots/ws-axis/ of CVS code:
ws-axis_20040706163423.tar.gz 06-Jul-2004 09:36 24M
And I built it with no errors and copy all jar files from the build/lib
to webapps/axis/WEB-INF/lib and I got the following errors when i
restarted th
not that i know of...i wanted you to check before entering a bug
report with a test case to repro the problem.
thanks,
dims
On Tue, 6 Jul 2004 12:53:06 -0700 (PDT), atul <[EMAIL PROTECTED]> wrote:
> Dims,
> I did do a fresh cvs update -Pd and built the jars
> (7/6)!
> Is there a known bug?
>
> t
Dims,
I did do a fresh cvs update -Pd and built the jars
(7/6)!
Is there a known bug?
thx
--- Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> try latest nightly.
>
> -- dims
>
> On Tue, 6 Jul 2004 09:46:29 -0700 (PDT), atul
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I am unable to get axis 1.2 to
try latest nightly.
-- dims
On Tue, 6 Jul 2004 09:46:29 -0700 (PDT), atul <[EMAIL PROTECTED]> wrote:
> Hi,
> I am unable to get axis 1.2 to run with my deployed
> services for quiet some time now! (It works w/ axis
> 1.1)!!
>
> I enabled the debug trace and got this output on the
> service side
Looks to me like it's the server that's random and the axis service is just
reporting problems accessing or staying connected with the server.
In a message dated 7/6/2004 3:04:10 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
Hey Folks,
I'm using an Axis client in an application
Title: Strange Axis Exception
Hey Folks,
I'm using an Axis client in an application housed on IBM Websphere Version 5.1 to talk to an Axis WebService housed on IBM Websphere Version 5.0. Everything works fine, but every once in a while (approx once in every 200 requests or so) we get a
I am getting this error on the client side when trying
to access my deployed service (doc/lit) on axis 1.2.
I guess this maybe something to do with soap versions;
I am trying to work on soap1.1!
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand
faultSubcode:
faultSt
Hi All,
I am presently using the “manual method” for
adding and receiving attachments for my web service. Some of my attachments are
quite large and I would like to use the ManagedMemoryDataSource to optimize my
implementation.
In testing when I construct a new instance of
ManagedM
Put this as the contents of log4j.properties and place it in the src
directory of your web service:
# Set root category priority to INFO and its only appender to
CONSOLE.log4j.rootCategory=DEBUG, CONSOLE# log4j.rootCategory=INFO,
CONSOLE, LOGFILE
# Set enterprise logger category to FATAL
No it's log4j.properties
In a message dated 7/6/2004 1:26:12 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
I
thought the file was supposed to be log4j.xml.Jan-Original
Message-From: Baiss Eric Magnusson [mailto:[EMAIL PROTECTED] Sent:
Tuesday, July 06, 2004 12:52 PMTo:
Move it to a 'classes' dir. tomcat does not
put lib dirs into the classpath, it only puts the jars in the lib dirs into the
path.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 1:09 PMTo:
[EMAIL PROTECTED]Subject: Re: Please initialize the log4j
any idea when we might see an official beta/release candidate?
thanks.
-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 29, 2004 12:32 PM
To: [EMAIL PROTECTED]
Subject: Re: axis and ibm's 1.3.1 jdk...
don't use nightly in productionwait a bit a
i have the same problem but i'm ignoring it for the meantime. here's a link to the
log4j manual that talks about configuration. hope this helps.
http://logging.apache.org/log4j/docs/manual.html
-Original Message-
From: Baiss Eric Magnusson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, Jul
I thought the file was supposed to be log4j.xml.
Jan
-Original Message-
From: Baiss Eric Magnusson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 12:52 PM
To: AxisUser
Subject: Please initialize the log4j system properly
In the first encounter of this line, which is the first u
There are two things you could do, you could mull around in the log4j
properties file and try and get it to be specialized and working properly.
However I believe you can just delete the file as well, which will make it
default, and will work properly without changing anything!
Try that, b
In the first encounter of this line, which is the first use of Axis:
org.apache.axis.client.Service service = new
org.apache.axis.client.Service();
The following 2 msgs are written to console:
log4j:WARN No appenders could be found for logger
(org.apache.axis.i18n.ProjectResourceBundle).
lo
How to get rid of debug/info/warn message in the Axis-1.2 beta when
using ant to run java2wsdl and wsdl2java like the followings:
[axis-java2wsdl] log4j:WARN No appenders could be found for logger
(org.apache.a
xis.i18n.ProjectResourceBundle).
[axis-java2wsdl] log4j:WARN Please initialize the log4
Hi,
I am unable to get axis 1.2 to run with my deployed
services for quiet some time now! (It works w/ axis
1.1)!!
I enabled the debug trace and got this output on the
service side :
42171 [Thread-39] DEBUG
org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObje
I am having similar problems & questions
myself -
in my case I have two classes and a
container class that contains an array of one of the other classes which,
correspondingly, contains an array of the third class. I got errors
complaining that there was no serializer defined for the object so
Hi
I ran Java2WSDL in a simple Java class to gnerate a doc/literal WSDL and
got exception, it doesnt say what to fix to get the wsdl right, google
also didnt help. same worked fine for RPC/enc and REPC/lit WSDL.
public class HelloWorld{
public String getMsg1(String str){
re
Hi,
no it is not written at client side, it's written in a class that
inherits from AbstractQueryStringHandler aka Plugin. Any idea?
regards,
lrs.
Dhanush Gopinath wrote:
Where is this
SOAPService service = msgContext.getService();
piece of
code written ? If its at
30 matches
Mail list logo