I am trying to start Admin Client to deploy my WSDD and I get the following error. Any
pointers to fix this?
C:\oc4j_extended\j2ee\home\default-web-app\examples\jsp\axis\WEB-INF\classes\samples\userguide\example3>java
org.apache.axis.clie
nt.AdminClient -p deploy.wsdd
[INFO] AdminClient - -P
yes, I copy-pasted the WEB-APPS folder from the Axis directory to
your tomcat directory. And by the help of Dimuthu, I have saw the
AdminServlet page.
But I con't understand your hint about the SOAP Monitor. In the web.xml,
/SOAPMonitor is mapping on org.apache.axis.monitor.SOAPMonitorService, an
yeah, you are right. I have saw the AdminServlet page.
Thanks.
From: "Dimuthu Leelarathne" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: newBie's SOS: HTTP Status 404 - /axis/servlet/AdminServlet
Date: Fri, 4 Jul 2003 08:54:36 +0600
Hi Tom,
I think you hav
Hi,
I am trying to test my AXIS set up in OC4J and I am getting the following error. Any
pointers as to what is going wrong?
Regards,
Sunil
>java samples.userguide.example1.TestClient
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.userException
faultString: java.net.UnknownHostExce
Hello Tomjun,
Have you tried copy-pasting the WEB-APPS folder from the Axis directory to
your tomcat directory?
With regards to the SOAP Monitor, you have to compile the SOAPMonitor.java
for you to use the soap monitor.
Best regards,
Benedick
- Original Message -
From: "Tom jun" <[EM
Hi Tom,
I think you haven't enabled the Axis Admin servlet by editing
\webapps\axis\WEB-INF\web.xml. To do this you have to uncomment
the servlet mapping for /servlet/AdminServlet.
Dimuthu.
- Original Message -
From: "Tom jun" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday,
The reason why we have Ant is to make the build standard. Building in
the IDE can vary from IDE to IDE. WSAD is especially onerous about
doing things its own way.
WSAD may be importing libs that you are not aware of.
Ant manages the entire build, with classpaths, libraries, and all.
Your best
At 09:18 PM 7/2/2003, Benjamin Tomasini wrote:
Are you building with Ant?
I was just letting WSAD do the Build itself without using Ant.
The problem appeared to be different versions of libraries etc. but I could
be wrong...
Wouldn't Ant only affect the mechanics of the compiles and directorie
Are you building with Ant?
On Wed, 2003-07-02 at 18:08, Don Brady wrote:
> I have the pre-compiled jar files of Axis 1.1 under IBM WSAD 5.
>
> However, I spent hours trying to build from source and ran into continuous
> problems with different versions of Xerces etc. and various J2EE jar files
hello all,
I install aixs1.1 on tomcat5.03, the JVM is JDK1.4, and "Axis Happiness
Page"
shows that all Examinings passed behind I put xercesImpl.jar, xmlsec.jar,
mail.jar and activation.jar into the /aix/web_info/lib.
But it occured that "HTTP Status 404 - /axis/servlet/AdminServlet",
whil
I have the pre-compiled jar files of Axis 1.1 under IBM WSAD 5.
However, I spent hours trying to build from source and ran into continuous
problems with different versions of Xerces etc. and various J2EE jar files
and could not get near a clean compile.
Could anyone who has this working help?
Thanks, but with BASE64 that process are very, very slow... I
transfer files that have about 1-2mb.
It occurs in a local lan but the system needs to decode them. The
decode process are slow.
Its because I have a "information system" that is a web system, but
we want to export some funcio
This is the code that I had to create to get Axis to call a .NET webservice
which returns a "binary file". Sounds like your situation is exactly the
oppisite, but this code should help.
Note the setting of the parameters (as if you could miss it) exp the BASE64
one.
Also very important is the SO
I am trying to deserialize an attachment, the attachment is xml and i have
an appropriate class for it. when i run the parse() method of
DeserializationContextImpl
I get a "Bad envelope tag" error. Is there any way for me to initialize the
DeserializationContextImpl so that when i run parse it doe
I´m tryng to do a Stateless Session Bean as webservice with attachament.
The SessionBean have a method:
public DataHandler getFile();
My deploy is:
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
Hi,
I have a response XML stuffed into an RPCElement object. How
do I retrieve the XML on the clientside. I am going thro' the
RPCElement API, so far I have nothing
Thanks,
-Balaji .T
-Original Message-
From: Chen, Li (Research, YOH) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 0
I must completely agree. I don't think it is intended for use beyond a
reference. We encountered problems with the WSDL generation tool, and were
unable to gain any support or ideas.
Axis is the appropriate alternative. And I have found the support of this
group quite useful.
Peter
-Origina
Title: Message
Keep
the root level debugging at FATAL level and change your package level to the one
you like in log4j.properties.
Soniya
-Original Message-From: Praveen
Peddi [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003
10:57 AMTo: [EMAIL PROTECTED]Subject: too m
Sun's product is the JAX-RPC Reference Implementation, which is distributed
as part of the Java Web Services Developer Pack (JWSDP -
http://java.sun.com/webservices/webservicespack.html). IMHO, Axis is much
easier to use than the JAX-RPC RI. I recommend Axis over JWSDP every time.
Anne
- Orig
Hi,
I just upgraded from 1.1 RC2 to 1.1 release and now my client terminates
with the following exception. Does anyone know what I need to do to fix this
or where documentation is that will help me fix it?
Thanks
Dan
java.lang.ExceptionInInitializerError:
org.apache.commons.logging.LogConfigur
You can turn off logging for the org.apache.axis.* packages. For eg:
log4j.logger.org.apache.axis =OFF
- Junaid
"Praveen Peddi"
Does Sun have a tool similar to GLUE or WASP, how does it compare to them?
Dominique
-Original Message-
From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
Sent: 02 July, 2003 18:00
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Axis vs Glue
When I refer to GLUE as ".NET for Java",
This is adumb question,
but I haven't been able to figure out exaclt how to deserialize xml into a
bean
I have the correct bean setup
I inititalize a new
BeanDeserializer using
the correct java class, qname and typedesc, but I don't see what
method I am supposed to use to deseriali
Well. I am testing my attachment code and I am
seeing the following log traces for the past 10 minutes. I was uploading an
image of 700 KB.
Previously my server and client was using Apache
SOAP. I just migrated to apache axis on the server side and reatined apache soap
on the client side.
i think you should turn off or change the level of log
messages at the package level.
something like org.apache.axis can have only FATAL
errors,
-Balaji .T
-Original Message-From: Praveen Peddi
[mailto:[EMAIL PROTECTED]Sent: Wednesday, July 02, 2003
10:57 AMTo: [EMAIL PROTE
I just installed axis along with my application.
When I run the tests I see 1000s of lines that are related to axis code. I
looked at the source code and the code was turning on the logging based on log4j
properties. Unfortunately we also use log4j. So if I turn off logging in
log4j.properti
When I refer to GLUE as ".NET for Java", what I mean is that it's as easy to
use as .NET. You can use GLUE to develop both clients and servers in Java.
GLUE generates a set of helper classes that do most of the work for you.
>From a programming perspective on the client side, you simply include the
Yes, I'm familiar with the application scope and it creating one object. My
question is either:
1) How can I programmatically get access to that instance so I can send it
some objects that it will interact with
Or
2) How can I control the instantiation of that instance so I can pass it
some obje
my WSDD
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";>
qname="typeNS:Data"
languageSpecificType="java:samples.
dear Chen, Li
Am not sure about the oracle exception. one simple things you can try is
to try to deploy the service with a wsdd(if need more info look at axis
user guide) file rather than using .jws.
I grant you nothing. But i feel it worth a try.(when you use the jws it
has certain limitaions)
Hello Arvin
I belive you got it right. The thing is for each user define type there
should be a serializer and desiralizer registered. thats all. The Axis
will go in to it recurviely and take care of that.
regards
Srianth
On Wed, 2003-07-02 at 17:26, Arvin Jay Cando wrote:
> Good day.
>
> I am v
Most of the operations in the java.sql package throw SQLExceptions. You
need to catch those exceptions and raise a wrapped AxisFault.
Example:
try {
.
.
.
}
catch (SQLException sqle) {
throw AxisFault.makeFault(sqle);
}
HTH,
Ian
Ian D. Stewart
Open Systems Engineer II
Enterp
Hi all,
Here is a peculiar situation that I am trying to resolve: I am
trying to deploy a simple web service that would connect in a "chain"
fashion to the back-end JDBC-Oracle connection class and retreive data from
the Oracle database. The "client" sees a simple JWS file as the endpoint
U
Hi
When I try to use one of the
functions (startWorkflow) of my web service. I get the following
exception
java.lang.reflect.InvocationTargetException
at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:251)
at
org.apache.axis.message.SOAPFaultB
Good day.
I am very new with Axis and SOAP.
I have been trying the examples in the user guide of AXIS 1.1 and to be
exact, the custom serialization example.
In the example, a user made class Data was given as an example
to be custom serialized/deserialized It has member variables
namely a String
Hello,
I changed my code, so it now invokes the service with
org.apache.axis.message.SOAPBodyElement instead of
org.w3c.dom.Document and now it works fine.
I think next time I should read the JavaDocs more carefully.
Many thanks for your help !
Sven Offermann
--- original
I'm not sur
thanks very much!!
- Original Message -
From: "TULK, Daniel, FM" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 02, 2003 12:46 PM
Subject: RE: Do I have to use Axis on both sides?
> No you don't have to use axis on the client, look here for further
> interoperability
No you don't have to use axis on the client, look here for further
interoperability details
http://www.apache.org/~rubys/ApacheClientInterop.html
Same goes for an axis client talking to a non-axis server. This is *the*
huge advantage of web services IMO
Dan
-Original Message-
From: Andre
Hi,
I have to decide, if we can use axis for our
project, so i just want to ensure the following point:
If i build a web service server with axis, do I
have to use axis on the client side as well?
and vise versa: can i build just the client with
axis?
thanks very much
andreas
Hi Joel,
(B
(B Do you read a chapter; 'Scoped Services' on Axis User's Guide ?
(B
(B| "Application" scope will create a singleton shared object
(B| to service all requests.
(B
(B An instance of the web service is just one at a server ( if
(Byou configure the service as "Application scope"
i am using axis1.1 and trying to access the ServletEndpointContext , to
my surprise i fould that it is implemented only for HTTP Transport not
for others.
Although i can see that it is biased towards http transport by
containing getHTTPSession and getServletContext, their is nothing that
prevent
Title: RE: Getting value from http header field from handler
Thanks
Christof,
I got
what I wanted from the properties contained in the
MessageContext,
Best
Regards
John
-Original Message-From: Laenzlinger, Christof
[mailto:[EMAIL PROTECTED]Sent: Tuesday, July 01,
2003
42 matches
Mail list logo