Hi, all,
I rewrite Apache Axis for applet client, it is compatible with apache axis
1.1. I tested it on JVM1.3 and 1.4 with .net web services.
Can anyboy tell me how to "open source" it? Off couse you can send me email
to get it if you want to try it with me.
Simon Lu
Title: Wsdd Operation question
All,
I have a question regarding the tag in the wsdd, and well, probably an Axis limitation.
Is it possible to have two WSDL operations, say, getBooks() and getAuthors() map to the same Java method, say execute() ? In other words, when i r
I used latest build (I believe) for axis1.2 to get
axis1.2 jar along with jax-rpc, saaj, xerces, etc and
when i am trying to access a service (deployed w/
axis1.1), getting this err?
Server Error
at
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:461)
at
org.apach
Sorry for not being clear.
When my jar file was in APP-INF/lib axis could not use this to compile
my file. But when I moved it to WEB-INF/lib it compiled nicely. What do
I do to axix see my jar file in APP-INF/lib?
Pradipta
-Original Message-
From: Venkatesh Kancharla [mailto:[EMAIL P
Hi all,
I followed the example in Anne’s blog
that talks about WRAPPED style http://www.burtongroup.com/weblogs/annethomasmanes/archives/2004/04/000187.html
I then used WSDL2Java to generate all the Java files (giving
the –skeleton false flag) So this should
generate the “impl” cla
Iam not sure I understood your question properly. If you are asking why
your web server is not loading classes/jar files which are in APP-INF
directory, then the answer would be:
your web server loads only those classes which are at APP-INF/classes or
APP-INF/lib but not APP-INF.
regards
Venkat
Hi Everybody,
I use a web services client developed using Axis to send data in SOAP
requests to a server. The EAI component on that server keeps on crashing
after certain number of requests and the server support people say that I
should start preparing for session based web services.
I would app
Thanks. It worked.
We have all the jar files APP-INF including axix ones. Why do I not see
the jar files in APP_INF.
Pradipta
-Original Message-
From: Venkatesh Kancharla [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 6:25 AM
To: [EMAIL PROTECTED]
Subject: Re: import stateme
Hi all,
Some time after posting my question to the newsgroup (at bottom of mail), I
got a reply from Achim Abeling outlining a possible solution.
I'm actually working on a different project at the moment and so haven't
been able to test whether this is actually the right solution, but since it
mi
Hi All.
I am currently trying to migrate a SOAP client (JSP page) from Apache SOAP to Axis.
I can now successfully send and receive simple messages but I'm having a problem with
the deserialization of Complex types.
This is the relevant piece of code (adapted from the Axis bidbuy sample):
Folks
Sorry for the repost ... but I need some help ...
Used the lastest axis 1.2 beta nightly build and still have this issue.
Also, if I do not hand code the WSDL axis seems to generate a wrong WSDL.
I am running into an issue with user-defined types in doc/literal(at the
bottom are the java c
Hi all,
I'm using wsdl2java to generate the java files I need, based on a wsdl I
received. When I run it using axis-1_1 everything works perfectly and
all my files are generated. When I use axis-1_2beta, only the actual
method classes are generated, the associated 'data type' classes are
ignored.
Erik,
The WS-I Basic Profile requires use of
SOAP 1.1. Axis supports both SOAP 1.1 and 1.2.
Anne
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004
3:02 AM
To: [EMAIL PROTECTED]
Subject: Soap standard conformance
I was just wonderin
Erik,
The WS-I Basic Profile requires use of
SOAP 1.1. Axis supports both SOAP 1.1 and 1.2.
Anne
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004
3:02 AM
To: [EMAIL PROTECTED]
Subject: Soap standard conformance
I was just wonderin
Hi,
I'm still trying to get to grips with axis and have got completely
stuck. I have run WSDL2Java on a remote WSDL, successfully created
client code to make the call.
However, the remote service requires the use of soap headers. I've
managed to add these okay by getting a stub object and using
Hi Pradipta,
You need to place all the classes which are required by jws file
in WEB-INF/classes (if its classes) or in WEB-INF/lib (if its jar file).
regards
Venkatesh
On Tue, 22 Jun 2004, Pradipta Mishra wrote:
>
>
> When I create Calculator.jws at the same level as that of jsp pag
can you please open up a JIRA bug and upload your java code? am
currently shooting in the dark here :)
-- dims
On Wed, 23 Jun 2004 09:34:42 +0200, Pascal Prioux <[EMAIL PROTECTED]> wrote:
>
>
> I'have downloaded the nighly build (23/06/2004)
> The error in not the same but it's a another not de
Hi all!
I know how to use the standard session handling with cookies, but I like to
know a little more in detail.
I see that the AxisServlet put for every doPost() a new session to the
MessageContext:
msgContext.setSession(new AxisHttpSession(req));
Where are these session objects pooled? Which
Hi all!
I know how to use the standard session handling with cookies, but I like to
know a little more in detail.
I see that the AxisServlet put for every doPost() a new session to the
MessageContext:
msgContext.setSession(new AxisHttpSession(req));
Where are these session objects pooled? Which
Axis does not support gzip streams by default, but it is possible.
Please search the mailing list archive,it was discussed some time ago,
and someone wrote compression handlers/instructions how to configure
Axis to support compression.
- Arent-Jan
-Original Message-
From: Kiran Sutrave [m
Hi
I have created a SOAP service
that does not return a response. The method is void and the wsdl
(manually created and referenced in the wsdd) has no response or output parts,
but when my service is called it keeps sending the bit below to the client
that called my service.
Hello,
do you know how can I set the session timeout in the AxisEngine so that
the instance created in the session wird be invalid ? Is it possible
that after the session timeout, the service intance will get the
possibility to close the database connection created in the instance?
Many thanks.
[EMAIL PROTECTED] wrote:
Hello,
e.g., I have a class MyService.java. This class have two constructors - a
default one and one with some parameters. Suppose, we want to publish this
class as a WS. The question is - is it allowed in this case to have not only
default constructor? The question is beca
I'have downloaded the nighly build (23/06/2004)
The error in not the same but it's a another not declared namespace:
the error in the generated wsdl:
the error from wscompile tool:
error: modeler error: model error: undeclared namespace prefix: "tns2"
the tns
Hello,
e.g., I have a class MyService.java. This class have two constructors - a
default one and one with some parameters. Suppose, we want to publish this
class as a WS. The question is - is it allowed in this case to have not only
default constructor? The question is because I couldn't find any
I was just wondering, what version of
the SOAP spec does Axis comply to ? Version 1.1 or version 1.2 ? According
to what I can find in the WS-I Basic Profile 1.0 it refers to SOAP 1.1
Cheers,
Erik
-
Erik Vanherck - System Programmer & Designer
Inventive Designers
Visit http://www.in
26 matches
Mail list logo