Do you know how to unsubscribe from this newsgroup?
I would like to unsubscribe.
Thanks,
Sayar.
- Original Message -
From: "Mark D. Hansen" <[EMAIL PROTECTED]>
To: "AXIS Users (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, December 10, 2003 1:31 PM
Subject: intended purpose of JAXRPCHand
Craig,
I started over with my sample web service. Meaning that I re-ran the
castor classes, re-ran wsdl2java and re-did all of the by-hand changes.
I rebuilt the axis.jar file from CVS with the changes mentioned in the
link you sent and it finally worked.
Thanks for the help.
Are you going to cr
Hi guys, I've been stuck on this one all day now ...
I am getting the problem where you can't authenticate the user with the stock example, I have read all the threads and I have tried most of the suggestions with no luck. I am deploying axis from a war which is being expanded out under weblogic
Does anybody know what JAXRPCHandler is supposed to be used for? After digging around
in the source code, I finally figured out how to deploy services using JAX-RPC
handlers via WSDD and the element. So, if is
the intended method for deployment of JAX-RPC handlers, what is the class
JAXRPCH
Perhaps my response was not clear -- I think you are asking why you
don't see the usual public static final statements? The model for
building enumerations in Axis is one that is designed to be more robust
than the usual simple enumeration model. Hence, you see instantiations
of the class rather t
Stuart,
I submitted a revised class for producing enumerations that will produce
more user-friendly enumerations (no VALUE1 stuff) and is still
compatible with the old code set. If you limit your enumerated list to
items without spaces, then you can get an enumeration that is usable.
Best,
Joe
Hi,
If you are using Axis with Log4j, you will see its logs with your
application's logs.
If you don't want to see the axis's logs, you can add the folowing lines
in your log4j configuration file:
log4j.logger.org.apache=FATAL, NULL
log4j.appender.NULL=org.apache.log4j.performance.NullAppender
Hi,
I am getting the following error:
"org.xml.sax.SAXException: SimpleDeserializer encountered a
child
element, which is NOT expected, in something it was trying
to deserialize"
when I try to deserialize.
I am using AXIS 1.0 and the following are the
AxisFault
faultCode: {http://xml.apache.or
Hi,
Could somebody explain me the difference between below given API's.
Unfortunately I couldn't figure out from API documentation.
1) public SOAPHeaderElement getHeaderByName(java.lang.String namespace,
java.lang.String localPart)
Hi.
I have an application developed on Apache soap 2.2 . I want to migrate it
to Axis(both client and server).
Is there a migration guide/faq/how-to or any other documentation that will
help me
?
Thanks
/s
mail2web -
Craig,
What version of Castor are you using?
What version of Axis are you using?
Can you send a simple example that works with built in castor
serialization?
Keith
-Original Message-
From: Craig Duncan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 9:25 AM
To: [EMAIL PROTE
normalize() has no effect on that...
This is really a big problem for me, because I insert into the SOAP message
a piece of xml SIGNED...
When I take it back it is full of "\n" and then I cannot verify the
signature.
Axis compromise the integrity of my message : it's very embarrassing !!
I do
How do I change it? I didn't write the file but it came with axis.jar.
Can you please help me out here.
TX,
S P
You need to change your security.policy file. So that it reflects io permission for your classDinesh Ganesh wrote:> Hi,> > I have written a class which extends org.apache.axis.clien
ackupIndex=20
log4j.appender.ROLLFILE.layout=org.apache.log4j.PatternLayout
#change this if you want another logformat - this produces: lines like:
# 20031210 17:02:08.500 INFO my.funny.package.ActingClass - Logmessage
log4j.appender.ROLLFILE.layout.ConversionPattern=%d{MMdd
HH:mm:ss.SSS} %-5p
Hi all,
As we make extensive use of xdoclet in our project, we looked at the xdoclet
tags. But how do I call it from my ant build file?
Thanks.
Olivier.
Hi,
I want a special-logging mechanism in my webapp. I want to send own logmessages to an
file. I want to use log4j to do this. So i want a totally independent (from axis)
logging mechanism. Its only to watch my application.
how must i configure log4j???
Greeting,
Steffen
I don't know what's going on, nothing seems to be helping... I've got all the classpath & path variables set (in XP). Come to think of it, I was able to compile another thing with javac, so I don't think there's a problem on that endXavier Renard <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED
Can someone open a bug report in bugzilla? (http://ws.apache.org/axis/bugs.html)
Thanks,
dims
--- Craig Duncan <[EMAIL PROTECTED]> wrote:
> Did you make the change to the CastorSerializer class as noted in this link:
>
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg15150.html
>
> I had issu
Hi All,
How do I configure where AXIS is going to store the temp
attachment files in the context of a AXIS client?
Thanks,
Greg
Hess
Software
Engineer
Wrapped
Apps Corporation
275 Michael Cowpland Dr.
Suite
201
Did you make the change to the CastorSerializer class as noted in this link:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg15150.html
I had issues until I made this change.
Craig
-Original Message-
From: Pradeep Jonnalagadda [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003
Other helpful links for Axis and Castor usage:
http://www.brainopolis.com/castorwiki/Wiki.jsp?page=SOAP
Craig
-Original Message-
From: Pradeep Jonnalagadda [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 4:25 PM
To: [EMAIL PROTECTED]
Subject: RE: 1.2 alpha and castor seriali
Did you make the change to the CastorSerializer class as noted in this link:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg15150.html
I had issues until I made this change.
Craig
-Original Message-
From: Keith Bohnenberger [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dhanush Gopinath wrote:
|
| PATH=C:\j2sdk1.4.1_06\bin;%PATH%
|
| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\axis.jar
| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\axis-ant.jar
| set CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\commons-discovery.jar
Title: Message
Hi
I am getting the
following error when trying to use AXIS
"org.apache.axis.encoding.ser.BeanPropertyTarget
set - Could not convert java.lang.Boolean to bean field
'', type
java.lang.String"
I'm getting this
error during unmarshalling of the result from a remote call
PATH=C:\j2sdk1.4.1_06\bin;%PATH%
set
CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\axis.jarset
CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\axis-ant.jarset
CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\commons-discovery.jarset
CLASSPATH=%CLASSPATH%;C:\AXIS\axis-1_1\lib\commons-logging.jarset
CLAS
It can be ... I dunno
Just add the JAVA_HOME to ur PATH and
ur working directory to the CLASSPATH and try again
- Original Message -
From:
Yves
To: [EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 7:02
PM
Subject: Re: Apache Axis Tutorial
Hmmm... same
Hmmm... same thing. I did that step before: the 4 files created are:
TaxService.java TaxServiceService.java TaxServiceServiceLocator.java and TaxServiceBindingStub.java they're there...
Just a note, my java command works from everywhere in DOS, but javac only works from within the java_home (C:\j
What are you calling 'setClientHandlers' on? I have never heard of
this method. I set client handlers by using the HandlerRegistry.
Aaron
Sunil Iyengar wrote:
Hi Axis users,
I have a complex type of web service where the client sends a complex
type (bean) and the server returns a string. All wo
Hi,
On the Web site I cannot find any information on any
date about the next release of Axis.
We'd like to use some fixes in our toolkit but when the
time comes we'd rather ship it with an official Axis
release than some home-made CVS build.
BTW, have the nightly builds (http://cvs.apache.or
Hi,
in my team we have the problem, that we use two languages(Java and PHP) to
building a web application.
Is it possible with axis that this two languages can share the same
session?
And if it is, how does it work?
Mit freundlichen Grüßen / With kind regards
Matthias Roselieb
LISON - Ladungs
Hi All:
I've been searching in vain for a way to specify service-specific actors. I
could not find a way of doing so in WSDD deployment configuration. I
couldn't find an API to do so either. org.apache.axis.handlers.soap
.SOAPService does seem to maintain a service-specific actors list but there
Hello Kanchana,
in my opinion you got the same problem as myself. Your zip file does not
contain the header file coveragedata.h, that is needed by etpp_authreturn.h.
Most of the files are created here correctly but some are missing (I assume
these files, that got a java exception - wsdl2ws does no
Hi Sunil ,
I am very new to Axis ( 3days old) and my only reference is an article in
techmetrix.com
In it the author says as one of the failings of JWS services is it cannot
accept Complex Type such as JavaBeans. I dunno how much true is this. Infact
i read this only a few hours back and was not a
Hi Axis users,
I have a complex type of web service where the client sends a complex
type (bean) and the server returns a string. All works okay on the
client and server side. I have done the type mapping on the client side
and also in the wsdd on the server side. Everything is perfect.
I now add m
Torstein,
Applied your patch to CVS. Question: For your other problem, can you switch to
CommonsHTTPSender
and see if you can reproduce the problem?
Thanks,
dims
--- Torstein Olsen <[EMAIL PROTECTED]> wrote:
> Patch under bugzilla #25385.
>
> On Tue, 2003-12-09 at 18:55, Davanum Srinivas wrot
Hi,
Once u jhave wriitten ur Webservice and Deployed
that .. u will have to run this command ... u create the 4 Class
Files.
java
org.apache.axis.wsdl.WSDL2JAVA http://localhost:8080/axis/. .jws?WSDL -p
localhost.dir1.dir2
jws indicate ur Webservice
File
Then Four files wi
Apologies for continuing this old discussion but...
I see from the discussion that WSDL2Java is able to convert simple
enumerated types into Java static final values.
However when I run Java2WSDL in the first step of creating my
webservice the public final static fields do not get created in the
W
37 matches
Mail list logo