I'm doing some web services development with Axis 1.0, Tomcat 4.1.12 and on the client
end kSOAP. I deployed the
samples/stock StockQuote code and am trying to access it with a kSOAP client. Problem
is that Axis is requiring the HTTP
header Authorization: Basic and I'd have to modify kSOAP to mak
Have submitted a bug report:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14033
The problem is when the multi-dimensional array is
a bean property. Using them directly as parameters to a service method
works fine.
I have created a complete download packet which can
be used to replic
Guys,
I got problem when generating stubs from a wsdl file.
That wsdl file actually imports some xsd files.
When i use wsdl2java, it produce some warning messages
says something like this:
{http://www.virtual.org/sign}NameFacet already exists
{http://www.virtual.org/sign}AddressFacet alre
David,
I await the answer too. I am trying to run it
within Eclipse. Will post here if I make any progress.
regards,
Selva.
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 29, 2002 4:03
AM
Subject: How to make Axis work in
On Tue, 2002-10-29 at 09:33, [EMAIL PROTECTED] wrote:
> I have successfully installed Axis into Tomcat 4.1.10. I can bring up the
> AdminServlet OK, the validation page looks OK, and I successfully ran the
> Calculator.jws/CalClient example program.
>
> Now I'm trying to install Axis into WSAD
Title: Help with problem running Axis
Hi Barry,
Just modify "web.xml" file located under
$TOMCAT_HOME/webapps//WEB-INF
Uncomment "AdminServlet" servlet tag, then restart
your
Tomcat.
Personally, I don't know why this
servlet commented by
default, any idea guys ?
...
> I think I have
What is the status of interoperability of collections, especially Java web
services and .NET.
Are there any activities/standards in progress to make this happen?.If, so
how long or when are they expected to be developed and implemented?
Is having all the collections mapped to appropriate arrays
I am building a custom serializer and I am having a problem with setting the
type in a MessageElement while making a client call.
I need to set the type for an object to a Qname of
{http://www.w3.org/1999/XMLSchema}string. However, if I call setType it
makes the QName use the namespace URI of htt
I have successfully installed Axis into Tomcat 4.1.10. I can bring up the AdminServlet OK, the validation page looks OK, and I successfully ran the Calculator.jws/CalClient example program.
Now I'm trying to install Axis into WSAD 4.0 (Websphere Studio Application Developer). The validation page
Hi David,
Suppose that i NEED to have asynchronous calls to various Web Services.
As you said, actually axis don't support it, but I think i could do two things:
a) Implement Jms invokations myself, with topic, subscriber and so on.
b) make a multithreaded client.
What do you think about this
Thank you Steve for your Valuable Advice it means a lot to me, I will surely
follow them .
Thank you,
--Siva
-Original Message-
From: Steve Loughran [mailto:steve_l@;iseran.com]
Sent: Monday, October 28, 2002 3:14 PM
To: [EMAIL PROTECTED]
Subject: Re: Complete ant script?
This is a ve
Title: RE: Complete ant script?
I agree with you Steve and I'm currently modeling my script with that in mind. This is a great base to start from!!!
Thanks again!
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 28, 2002 4:14 PM
To: [EMAIL P
This is a very nicely done build file, almost like one I'd do myself.
Indeed, we even use similar property naming policies. Nice to see someone
who understands the difference between property name and property location,
too.
One thing I'd do differently would be to drive the setting of tomcat hom
does
everyone here just write web services and not integrate axis? please, i
really need some pointers on this.
thanks
again.
bryan
-Original Message-From: Bryan Weingarten
Sent: Monday, October 28, 2002 8:46 AMTo:
'[EMAIL PROTECTED]'Subject: axis
integration
hi,
Return Receipt
Your SV: Complete ant script?
document
:
- Original Message -
From: "Nitesh Garg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 12:31 PM
Subject: Re: Registering the service with AXIS
>
> Hi,
>
> I am facing a problem while deploying my web service. I am using IBM Web
Sphere application server & web
- Original Message -
From: "Barry Lulas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 12:20 PM
Subject: Complete ant script?
> Does anyone have a complete ant script for building a web service with
Axis?
> There are small snippets out there, but if anyone ha
Title: RE: Complete ant script?
thank you very much, this is very helpful!
-Original Message-
From: Jens Riboe [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 28, 2002 3:48 PM
To: [EMAIL PROTECTED]
Subject: SV: Complete ant script?
Hi Barry,
I have an Ant script that, based on
Return Receipt
Your SV: Complete ant script?
document
:
Thanks Tom. Will do.
- Original Message -
From:
Tom Jordahl
To: '[EMAIL PROTECTED]'
Sent: Tuesday, October 29, 2002 4:21
AM
Subject: RE: REPOST - Problem with
multi-dimensional array
Yes
- it should work.
If
you can please narrow a test case an
Hi Barry,
I have an Ant script that, based on a service interface,
generates the WSDL and then from that generates the server as well as client
side classes.
Here is a copy of the relevant parts of the script
=
Title: Problem running Axis on Tomcat 4.1.12...
thank
you !!
-Original Message-From: Jagadeesan,Sivakumar
[mailto:[EMAIL PROTECTED]]Sent: Monday, October
28, 2002 3:34 PMTo: [EMAIL PROTECTED]Subject: RE:
Complete ant script?
Have you tried:
java
org.apache.axis.client.AdminClient -lhttp://localhost:8080/services/Admi
nService myfile.wsdd
instead?
regards,
Ruslan Zenin
http://www.geocities.com/russ_zenin
-Original Message-
From: info2nitesh
Sent: October 28, 2002 3:31 PM
To: axis-user
Sub
Title: Problem running Axis on Tomcat 4.1.12...
Tomcat not
found
srcdir="soap" destdir="${build.classes.dir}" debuglevel="lines,vars,source" debug="true" includeAntRuntime="fa
Hi,I am facing a problem while deploying my web service. I am using IBM Web Sphere application server & web server, wstk 3.2.I have constructed the .wsdl file , as shown in tutorial I of WSTK3.2, and deployed the service WAR. I am facing this problem while registering the service with AXIS.C:\>java
Title: Help with problem running Axis
I think I have a problem with the way I have installed Axis on Tomcat 4.1.12. All the rest of the validations checkout, but when I try to run the AdminServlet I get the following Tomcat exception. I checked the Tomcat installation and the AdminServlet is
Title: Problem running Axis on Tomcat 4.1.12...
Does
anyone have a complete ant script for building a web service with Axis?
There are small snippets out there, but if anyone has a complete script I would
love to see it.
Barry
-Original Message-From: RKumar
[mailto:[EMAIL PRO
Title: Problem running Axis on Tomcat 4.1.12...
I have
the name as Axis , but still it doesn't work.
Kumar
-Original Message-From: Barry Lulas
[mailto:[EMAIL PROTECTED]]Sent: Monday, October 28, 2002
12:06 PMTo: '[EMAIL PROTECTED]'Subject: RE:
Problem running Axis on Tomcat
Currently the support within Axis 1.0 is in the form of a transport
binding that can be used as an alternative to HTTP. This means it can
be used for synchronous RPC, message-style request/response, and
invokeOneWay(). Over the next several months we will be revamping the
core Axis engine to supp
Title: Problem running Axis on Tomcat 4.1.12...
I
found my own problem. In the Axis documentation it states that you need to
create a subdirectory under the Tomcat webapps directory and you can name it
anything you want. I named my subdirectory myws, rather than axis, and
this is what caus
Hi,
I'm new to axis and am having a problem with a .NET service. I ran
WSDL2Java on their wsdl and created a client to connect to their
service.
The problem I'm having is this:
The object being returned by the call from the stub, contains an array
of MessageElement. The first element seems to b
Hi,
I'm new to axis and am having a problem with a .NET service. I ran
WSDL2Java on their wsdl and created a client to connect to their service.
The problem I'm having is this:
The object being returned by the call from the stub, contains an array
of MessageElement. The first element seems to b
Title: RE: Non Well-Formed WSDL document
Can someone tell me why we need client
side wsdd file. Is it because we are using axis.jar even in the client
side?!?!
Thank
You,
--Siva
Title: Problem running Axis on Tomcat 4.1.12...
I think I have a problem with the way I have installed Axis on Tomcat 4.1.12. All the rest of the validations checkout, but when I try to run the AdminServlet I get the following Tomcat exception. I checked the Tomcat installation and the Admin
Joe:When you are using Instant Deployment to deploy your
web service all you have to do is copy the .java file to webapp directory of
Tomcat ( or whatever Servlet Engine) by renaming it to .jwsThen you try
accessing http://localhost:8080/axis/StockQuoteService.jws?WSDLWhen
you do instant dep
Title: RE: Non Well-Formed WSDL document
Tom,
Unfortunately, this is not an answer to your question but a question of my own. I have been sending messages to [EMAIL PROTECTED] and they are not showing up. Is this the proper address to send messages to?
Thanks for your assistance.
Barry
Hi,
I am looking for tying the original class that I want to expose as a web
service by programmatically modifying the generated
xxxSoapBindingImpl.java , thereby reducing the task of the end-user and
making really ready-to-be-used server side deployment classes.How should I go about
it? Any advic
In the documentation in the area of "Scoped Services", there is a mention of
3 scope categories: Request, Application, and Session.
I can understand how and the use of both Request and Application. What is
the meaning of a Session scope within an RPC context? There is no session to
be had. I perfe
This is a bug.
Could you try the latest CVS/nightly and file a buzilla bug if it still happens.
Improvements in this area have been made post-1.0
--
Tom Jordahl
-Original Message-
From: Sen, Puny [mailto:Punyanjan.Sen@;softwareagusa.com]
Sent: Monday, October 28, 2002 4:20 AM
To: '[EMAI
Yes -
it should work.
If you
can please narrow a test case and file a bugzilla bug, that would be
great.
--
Tom
Jordahl
-Original Message-From: Martin Jericho
[mailto:[EMAIL PROTECTED]]Sent: Sunday, October 27, 2002 5:21
PMTo: [EMAIL PROTECTED]Subject: REPOST - Problem
with
Title: JMS Asincronous Example
Is there any JMS Asyncronous example, or could anybody give me any clue to do it
Thank you very much, Enrique.
May be easy way to make things work, without copying is change your
server.xml in conf directory of
tomcat with a new context, where docBase= where you have installed axix
I found this some what cleaner than copying the jar files.
Haneef
-Original Message-
From: Steve Loughran [mail
Steve Loughran wrote:
not really; JAX-RPC is the jav standard way of writing servers and clients,
the idea being the code you can then write is going to work across different
implementations of the API
In chapter 19 (page 137 of my printout of the PDF version) JAX-RPC lists
two examples (ie the
- Original Message -
From: "Paolo Paganotto" <[EMAIL PROTECTED]>
To: "AXIS" <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 6:58 AM
Subject: Axis 1.0 Tomcat 4.1.12 Java 1.4.0_02 Installation tips
> Since I've suffered a lot to make things working together, now that I've
> succeeded I
- Original Message -
From: "alanz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 27, 2002 7:37 PM
Subject: Re: What is wsdl2java for?
> Thank u for the response. I am not familiar with the
> underlying implementation of AXIS. Even JAX-RPC is its
> fundation, all that
Title: RE: problem getting jms sample to work
do you make this?
java org.apache.axis.utils.Admin client client_deploy.xml
java org.apache.axis.utils.Admin server server-config.xml
and then
java samples.jms.JMSTest -c jndi-connection-factory.properties -d MyQ XXX
-Mensaje
Hello,
First of all we are new to using web services.
We are trying to use a client's set of web services for a project.
We are a java/linux house and they are a MS house.
We installed axis 1.0 and ran WSDL2Java to generate the interface stubs.
The WSDL has elements of complexTypes within comple
You can also configure the location by setting the axis.ServerConfigFile
property:
-Daxis.ServerConfigFile=/somewhere_in_filesystem/server-config.wsdd
Regards,
Dan
Len Takeuchi wrote:
>
> Figured out what the problem was. The directory where I was running from
> didn't have the server-config.
Figured out what the problem was. The directory where I was running from
didn't have the server-config.wsdd file which came with the sample. When I
ran from the sample\jms directory or when I copied the server-config.wsdd to
the directory where I was running from, the sample ran fine. I guess th
Yah!!
Now it makes sense.
When I deployed my first Web Service, that error disappeared. So Nilasoft do
not worry about that error, it is working good. If you need any help, let me
know , I just succeeded in deploying a web service. I can send you my
example.
rgds,
--Siva
-Original Message---
hi,
i've been working on
a specialized rpc server and would now like to integrate soap into it. the
axis project seems to be a perfect fit for our project. i've read the
user's guide, the integration guite and the architecture guide, and browsed
through some source code, but i can't find
You get that error because you haven't any server-config.wsdd file in the
%catalinahome%/webapps/axis/WEB_INF/ directory. This file is automatically
generated when you deploy some services with the
org.apache.axis.client.AdminClient command, for example.
This error won't avoid you to use services d
Hi:
Even I was getting that error when I used Axis version 1 with Tomcat. When I
kept working without worrying about that problem, it suddenly vanished. It
will be great if someone can shed light on me
Rgds,
--Siva
-Original Message-
From: Joe Susai [mailto:nilasoft@;yahoo.com]
Sent: Mon
Main Problem: An attachment over a SOAP connection doesn't appear to be
serializing the attachments.
First Problem: Content type doesn't stay set to what it has been
assigned to ("text/plain").
When creating an attachment and setting the content with
AttachmentPart ap;
ap.setContent(string
Hi,
I just downloaded Release 1.0. I tried to do the
instant deployment as described in user's guide.
When I tried the
http://localhost:8080/axis/Calculator.jws
I get the following error on my tomcat console.
[INFO] Registry - -Loading registry information
[INFO] Registry - -Creating new Regist
Since I've suffered a lot to make things working together, now that I've
succeeded I think that some simple tips will help those (maybe newbie, like
me ;-) ) who found problems in installing Axis by following the installation
instructions provided.
In the subject of this mail are the technologies I
Bug report has been filed:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13979
From: "Anand Hatwalne" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: java:MSG vs. document binding style
Date: Mon, 28 Oct 2002 09:27:27 +0530
Welcome to the confusion clu
Hi all,
I have a problem excuting and modyfing the attachment sample, given with
axis.
I First installed it, and worked properly.
Then, in order to better understand the code, I tried to modify my sources,
compiled, and put my .class in the right directory.
I start/stop resin, and when I try to te
Return Receipt
Your SV: Does Axis include a lightweight standalone server?
document
:
When I try to construct a SOAP message with an attachment there is no
attachment being attached when I send it.
The monitor between my source and the endpoint picks up the main soap
message but does not include the attachments.
There are no exceptions thrown on the SOAP client like attachments
Hi,
I'm familiar with apache Soap but very little Axis.
Is it possible to develope my own custom service Provider ? How can i do it
?
thanks very much
Some additional info - this only seems to happen for a "document" style
binding.
(A '>' character incorrectly appears inside the name attribute of a
complextype element).
-Original Message-
From: Sen, Puny [mailto:Punyanjan.Sen@;softwareagusa.com]
Sent: Sunday, October 27, 2002 5:15 PM
To:
Hi,
.
> The class is a member of JDK 1.4.
> Isn't it possible to use the stubs with older JDKs?
...
Yes, it is possible to use JDK1.3 with the generated
stubs, but you must include xmlParserAPIs.jar to your
CLASSPATH, since it is not included in JDK1.3
--fadly
All--
For reasons far to convoluted to broach here I am trying to re-write the
SOAPBody. I feel like I am very close but just missing it but a bit. Maybe
someone will see something I do not. I have written a service specific
handler called THandler which seeks to re-write the SOAPBody. The fo
64 matches
Mail list logo