Hi All,
I have just installed Castor. The simple XML schema examples are working
fine
when I used Castor's source code generator. When a XML schema has
included
other schema files. it got the file reading error. Such as,
"Error reading include file
'file:///itrack/soap/schema/soap/schema/Projec
How can the authentication be done in AXIS? Any examples?
Did anybody make the example in security directory work?
Thx,
Emily
: Jinghua Gu
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 2:53 PM
To: [EMAIL PROTECTED]
Subject: Authentication in AXIS
How can the authentication be done in AXIS? Any examples?
Did anybody make the example in security directory work?
Thx,
Emily
Scott,
I am very interesting in this topic and are looking for your help.
If my Java Bean has other objects as the data type and inner classes,
Do I need to type mapping for all the other classes which are used in
this Java Bean in deployment descriptor?
How about the inner clas
Why do you recommend the Castor?
Can we just use Axis bean Serializer?
Thx,
Emily
At 09:12 AM 7/15/2002 -0700, Kenneth Bowen wrote:
> Gerrit> What about JAXB? It makes it possible to create XMLFiles form
> Gerrit> Java objects and vice versa? Maybe it can help?
>
>Or you could try Castor
Hi All,
It is really painful to try each new version of AXIS. Does anybody
has successful experience
in deploy AdminService in newest AXIS 1.0RC1? I have AXIS validation page
running correctly
and all jar files are in my class path. But when I tried to deploy
AdminService, using command:
jav
The security example does not working in the latest (Sep 6, 02) AXIS1.0_RC1.
Where is the "org.apache.xml.security.c14n.Canonicalizer" in this release?
Thanks,
Emily
I have tried 1.0RC with Tomcat4.0.4. All deployed services
were gone except for (Version, AdminService) after restart Tomcat.
Then I have to redeploy services again to be able to use them.
Is this a bug? Or something I did wrong? Please advice me.
The AdminService does not need to be deployed at
t the
case.
Vikas.
--- Jinghua Gu <[EMAIL PROTECTED]> wrote:
> I have tried 1.0RC with Tomcat4.0.4. All deployed
> services
> were gone except for (Version, AdminService) after
> restart Tomcat.
> Then I have to redeploy services again to be able to
> use them.
.0RC bug? Help
>
>
>
>
>The same thing happened to me after reboot. I thought
>I had done something wrong, but maybe that's not the
>case.
>
>Vikas.
>
>--- Jinghua Gu <[EMAIL PROTECTED]> wrote:
> > I have tried 1.0RC with Tomcat4.0.4. All deploye
:
>Ok, so is it Tomcat 4.1.12 that solves the problem or the latest Axis build,
>or both?
>
>- Original Message -
>From: "Jinghua Gu" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
>Sent
No, any documentation I can read?
or how to do it?
Thanks,
Emily
At 01:27 PM 9/26/2002 -0700, Jianliang Zhao wrote:
>Did you enable the AdminServlet in web.xml?
>
>-Original Message-
>From: Jinghua Gu [mailto:[EMAIL PROTECTED]]
>Sent: 2002?9?26? 11:34
>To: [EMAIL PROT
Hi All,
For document based Soap APIs, we use Soap engine to pass XML document
over wire then get response back to the client, which can be achieved by
HTTP
POST method as well. The difference is the latter doesn't use AXIS
engine. If we
are only interested HTTP protocol, AXIS engine is e
Hi,
Have you find any solution on this topic?
We are using message style. The problems we found are:
1. AXIS parses the message inside of the soap body element but not
validate it. Only useful of this is replay ability of SAX events.
We want to validate our XML messages, do
you know
I can get
http://localhost:8080/axis/services/MyService?wsdl
WSDL from web browser
but the following command didn't work.
% java org.apache.axis.wsdl.WSDL2Java http://localhost:8080/axis/services/MyService?wsdl
Any idea on where to run this command? It always complains that
the java.lang.NoClas
Thanks a lot!
At 05:23 PM 2/13/2002 -0800, you wrote:
> Its a typo in the documentation. The class name is really Wsdl2java.
>
>-Original Message-
>From: Jinghua Gu
>To: [EMAIL PROTECTED]
>Sent: 2/13/2002 3:27 PM
>Subject: Cannot find WSDL2Java Class
>
>I ca
When I execute the following command in
samples/userguide/example3 directory from Unix,
I got the following error.
Command: java org.apache.axis.client.AdminClient deploy.wsdd
Error:
Processing file deploy.wsdd
AxisFault
faultCode:
http://xml.apache.org/axis/:Server.userException
faultStri
re it out.
>
>
> ---
> Thanks
>
> Mick Knutson
> Discover Financial Services
> Office: 801-902-4244
> Fax: 801-902-4123
>
>
>
>
>
Jinghua Gu
>
>
<[EMAIL PROTECTED] To:
> [EMAIL PROTECTE
Jinghua
Gu
<[EMAIL PROTECTED]
To:
[EMAIL PROTECTED]
m>
cc:
[EMAIL PRO
xis/services/AdminService was not found on this
server.
---
Thanks
Mick Knutson
Discover Financial Services
Office: 801-902-4244
Fax: 801-902-4123
Jinghua
Never mind. It is JDK VM error. I figure it out.
Thanks,
Emily
At 11:21 AM 3/6/2002 -0500, Emily Gu wrote:
>Hi,
>
> I have encounter an error message as the following when
>I compile the night builder of AXIS. Any help would be
>greatly appreciated.
>
>Thanks,
>Emily
>
>[javac] Compiling 4
Taras,
I have tried your example, but I got compile error.
for example, there is no way to find "GCSerializerConstants.TYPE_DELIVERY".
What build of AXIS did you use?
Thanks,
Emily
At 08:34 PM 3/4/2002 -0800, Taras Shkvarchuk wrote:
>This may not be the best example, but its something for
No, It is working. You need to add mail.jar in your classpath.
-Emily
At 11:00 AM 3/24/2002 +0100, Stefan Henke wrote:
>Hi,
>
>I´m trying to make the attachment sample coming with axis to work.
>Unfortunately, I always get a NPE each time I try it. For stack trace, see
>below.
>I checked the arc
We used the third party tool (JGL) as the lib of Array, ArrayList,
Map, Sequence,
These types are used in our java beans. Do I need to write the
Serializer/Deserializer
for these types, such as Sequence, before I use Axis beanMapping? Any examples?
Thanks,
Emily
Does Axis support ArrayLIst since I saw the Axis XMLType could
be "ANYTYPE"?
Thanks,
Emily
When I run the following command,
java org.apache.axis.wsdl.WSDL2Java
samples/addr/AddressBook.wsdl
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/avalon/exc
alibur/cli/CLOptionDescriptor at
org.apache.axis.wsdl.WSDL2Java.(Unknown Source)
Where can I find the org/apache/a
Never mind it. I got it.
Thanks,
At 04:26 PM 3/24/2002 -0500, Jinghua Gu wrote:
When I run the following command,
java org.apache.axis.wsdl.WSDL2Java
samples/addr/AddressBook.wsdl
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/avalon/exc
alibur/cli/CLOptionDes
Hi,
I had successful deployed a service having three java beans
but I have never succeeded in deploying a service using four
java beans. Is that weird? It totally doesn't make sense to me.
Any idea?(AXIS BETA1, Tomcat4.0.2)
Thanks,
Emily
28 matches
Mail list logo