Hi,
I have been trying to get Axis to work with Tomcat 4.0 and 4.1, yet
every time I do a clean install of Axis, the AdminServlet doesn't seem
to work. I can get the manager servlet to work just fine, but that's
it.
I can't comment on any web services since I haven't been able to deploy
any yet
I have successfully deployed a service using wsdd,
however when I make the call or request the page
localhost:8080/axis/Services, axis complains saying it
can not find the necessary classes of the deployed
service. (listing 1)
However I have put the classes both in ../axis/WEB
INF/classes and ../
Hi
To add
to this. Where is the Document Serializer in AXIS. I can see ElementSerializer
but no Document in axis.jar
Any
answers would be grateful.
Regards
Krishnakumar B
-Original Message-From: Krishnakumar B
Sent: Wednesday, February 05, 2003 8:49 PMTo:
[EMAIL PROTECT
On that note, has anyone developed / knows of any meaningful tools to
use JMeter to test Axis?
I developed some Java samplers, but mine don't seem very effective. :)
Ben
On Wed, 2003-02-05 at 22:06, Frank Cohen wrote:
> I've seen performance slow-downs when comparing Axis to Apache SOAP. I
> hav
I've seen performance slow-downs when comparing Axis to Apache SOAP. I
haven't taken the time to look into the Axis code but I will do so in the
next few weeks and I'll post what I find here.
I put together a Performance Kit to let people test Web Services for
scalability and performance. The kit
I had a discussion with some of those guys
some times ago about this issue.
The problem is when you look at the
SOAP/WSDL spec, the exact way of producing the SOAP body in a doc/lit with
multiple parts is weird/wrong (some statements in the spec make it really weird
by saying that the soa
Can someone update the mailto links
on http://ws.apache.org/axis/mail.html?
For instance, this e-mail address (which is currently bouncing):
[EMAIL PROTECTED]
should be:
[EMAIL PROTECTED]
It is bit hard for people to find the axion-user list right now.
Tom
Thanks, Glen and Steve
(B
(BI fonund out that the threshold is set by ManagedMemoryDataSource constructor and
(Bit is instantiated in AttachmentPart (line 420 in 1.1beta source).
(BThe second prameter of that constructor "maxCached" which is hard-coded value 1024.
(B(ManagedMemoryDataSource.MA
I had a similar experience.
I re-wrote a couple of services I had done with Apache SOAP. Similarly, they sent a bean of values as input and returned an array of beans, and used BeanSerializers for all classes. The request was < 2 Kb in size and the response was around 60 Kb.
I don't remember th
Hello,
Anybody here successfully integrated Axis to existing web application
instead of as a separate one? I cannot deploy services. Following is the
command line and the exception. Any idea?
thanks,
Zhaohua
$ java org.apache.axis.client.AdminClient
-l"http://localhost:8080/myapp/servlet/Axi
Hello,
I need help. I have a service that returns a Java Bean. My problem is
that the de-serializer doesn't appear to grab the right element. My service
returns a connectivityReturn bean, and within that bean is the GMML object I
really want. But if I return a connectivityReturn with just
Hi,
I am trying to build a web services that takes in a document and returns a
zip file as soap attachment. Generating Java stubs and skeletons works fine
using the wsdltojava tool. However after deploying the service when I try
to generate the wsdl (using
http://localhost:8080/axis/services/P
Luis,
I had a similar problem with a web service. The
external executable turned out not to be able to open
files. I used Java 1.4's policytool to grant file
permissions and that solved the problem.
Mark
--- Luis Rodrigo <[EMAIL PROTECTED]> wrote:
> Hi everyone out there!!!
>
>
I run the following at comman line:
$ java org.apache.axis.client.AdminClient list
The result is listed as below. I use axis1.1beta on a Windows 2000 Pro.
thanks,
Zhaohua
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.
I know there have been other mentions of Axis performance, but I want to
make sure that my results are not abnormal--because they seem to be
excessively slow.
I'm sending in an array of key/value pairs and returning an object that
contains 4 arrays of classes and a couple primitives. I'm using
Bea
Un-serializing is "deserializing".
As for the reason for the array syntax - the reason I have seen put forth is
the fact that arrays are a standard data structure in multiple programming
languages. SOAP is trying to accommodate the most common data types to
promote ease of use and interoperabilit
I submitted a test case to axis-dev but nobody
responded. Sounds like I should submit a bug report.
- Wei
Chen
-Original Message-
From: Glen Daniels
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003
8:59 PM
To: '[EMAIL PROTECTED]'
Subject: RE: message part in
do
Hello everyone, I am architecting an XML application and would
really love to use Axis, but my prototype has run into a big snag. The
application my team is working on accepts XML messages over an HTTP
transport. Various unwrappings and transforms need to be performed
before the messages are
Hello,
When you start an invocation according
to a particular binding, an appropriate provider that supports the corresponding
binding namespace is looked up. The logic to do this is in the class org.apache.wsif.util.WSIFPluggableProviders.
You can create a file called "org.apache.wsif.spi.WSIFP
the scalability is really defined by the app server; it is the one that
creates the threads and the servlet instance to handle it. But your endpoint
can be in an object created per message (The default), per session, or a
singleton; the latter may scale better if you code for re-entrancy
- Ori
Sorry I didn't make it clear. I have one definition for each element in the schema,
but in each element complex type, the last element ("extraElement") is not in the old
client's schema. In wsdl I am using the same part name for both operations.
Here is the schema:
http://axis.singleSignOn.kno
(B- Original Message -
(BFrom: "Eiji Yoshida" <[EMAIL PROTECTED]>
(BTo: <[EMAIL PROTECTED]>
(BSent: Tuesday, February 04, 2003 19:31
(BSubject: attachment temporary files
(B
(B
(B> Hi, everyone
(B>
(B> I have a question about attachment temporary files.
(B> When SOAP message wti
Yes, I am using the same part name.
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 6:40 PM
To: [EMAIL PROTECTED]
Subject: RE: If two methods have different names but same parameters,
the first one is always called.
Are you usin
Hi everyone out there!!!
I'm a newbie and I'm having some problems developing a web service. I
have a working Java program. Using the Java2WSDL and WSDL2Java tools
I've got the corresponding files to deploy the web service, but when I
do it, it just does not answer anything.
The deployment i
Thanks, Keith-- that does help.
I guess the only crunch for me comes in that my service uses a connection
to a database, so I've got to make sure that I have a pool of connections
to use. Jakarta DBCP sounds like the ticket, no?
-Roy
>What normally happens with a servlet (and Axis is a servl
Sola,
The first thing that I would recommend
doing is to work through the Axis JMS sample. That will give you an idea of
how to interact over Queues or Topics with web services. The next thing that I
would recommend is writing an MDB that receives messages and invokes the Axis
Server
Hi,
I am trying (in one painful gulp) to learn about servlet and AXIS
programming. I need to know what the best way (in AXIS) to store global
information is and how to set it. I will have multiple (stateless) services
running, so don't really need session tracking. Should I use
MessageContext?
I realize this has fallen off the radar.
I'll open a bug tomorrow.
In the meantime, if someone does have a more recent WSDJ4J that they can try
the wsdl files against,
I'd appreciate the feedback.
WSDL was in original post.
-Original Message-
From: Richards, Mark [mailto:[EMAIL PROTEC
When a client code invokes a service with one
of the supported binding, how is a WSIFProvider discovered?
tx
Roberto
Hi
I
generated the client stubs for Document style that
takes
a DOM
as parameter & returns a DOM but am getting this exception ( No serializer
found for XmlDocument ). How do i fix this.
java.io.IOException: No serializer found for class
org.apache.crimson.tree.XmlDocument in registry
Roy,
What normally happens with a servlet (and Axis is a servlet) is that a single instance
is used to handle all requests, unless the Web Server provides a pool of servlet
instances (in my experience, WebLogic is the only server I've come across that does),
or the servlet implements the Single
I agree that Web Services is not really going to help you here as XML has a
relatively
large overhead and redundancy which is problem when you need to transfer
large amounts
of data over a low bandwidth. LDAP Directory Servers work well for this kind
of distributed
database system but you'll probab
I also would shy away from web services, axis, or XML conversions in
general unless you need them for some other reason.
I know of a company called PeerDirect which has replication technology
that works well for the type of scenario that you're talking about. I'm
not sure if they're ideal for yo
We have been using JBoss 2.4.4 with Tomcat
and JBoss 3.0 with Jetty (JBossWeb) and in both case, no problem to deploy
Axis.
Thomas
-Original Message-
From: Praveen Peddi
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003
9:28 AM
To: [EMAIL PROTECTED]
Subject: Ax
Axis is already integrated into JBoss. It is called
JBoss.Net.
//Nicholas
--- Praveen Peddi <[EMAIL PROTECTED]> wrote:
> Does anyone know if Axis can be installed with JBoss
> or SunOne App server to deploy the soap services. I
> am currently using weblogic 7.0 and Apache SOAP. We
> want to migr
Hi Praven,
from jboss 3.0.X upwards, Axis is integrated in JBoss (through JMX) out of the Box.
Sea subproject JBOSS.NET.
Cheers,
Markus
>>> [EMAIL PROTECTED] 05.02.2003 15.27 Uhr >>>
Does anyone know if Axis can be installed with JBoss or SunOne App server to deploy
the soap services. I am c
I've read through the Axis docs and can't seem to answer this question,
and am hoping that someone else out there can help.
I'm looking at deploying a SOAP/Axis service, and am concerned about
scalability. It seems the logical thing to do is have several instances
of my code running to service mu
Does anyone know if Axis can be installed with
JBoss or SunOne App server to deploy the soap services. I am currently using
weblogic 7.0 and Apache SOAP. We want to migrate to Apache Axis and also port
our application to JBoss and SunOne App server.
Thanks
Praveen
Ranjith,
The big ETL tool vendors (and Data Integration Brokers) do provide this
capability you seek - but they are rather costly. Examples are Informatica
and Embarcadero.
We had a similar situation with our client, and we opted to build a data
transfer/integration tool based on Java/XML/XS
Ranjith,
The big ETL tool vendors (and Data Integration Brokers) do provide this
capability you seek - but they are rather costly. Examples are Informatica
and Embarcadero.
We had a similar situation with our client, and we opted to build a data
transfer/integration tool based on Java/XML/XS
Anne - while I also probably wouldn't consider web services, Oracle's
replication tech sucks really badly. Commercial alternatives or
homegrown software is a better bet for many applications.
Some good reasons why homegrown stuff can be faster:
- if you already know exactly what data needs repli
It seems unlikely, that webservices might better your situation.
In Ora 8.x, xml is only a wrapper for your data , you must still validate/insert by
code (ie. pl-sql or java).
>From Ora 9.X upwards, I'm aware of a new functionality , that checks regulary the
>filesystem (maybe ftp upload) for new
Has this question been answered? To me it looks like a fairly
significant Axis bug, as you really shouldn't have to do anything
special for ArrayTypes (I know that it works when passing back just an
Array of Bean Objects, but maybe it is broken for Arrays that are
members of other JavaBeans)?
---
re: my last posting ...
somewhat off topic
i pressed the wrong buttons.
sorry.
On Wed, 2003-02-05 at 14:15, Roger Menday wrote:
>
>
>
> 66 pounds return london stanstead <-> cologne ...
>
> manchester or liverpool is gonna be difficult to get cheap flights for.
> there's not much t
66 pounds return london stanstead <-> cologne ...
manchester or liverpool is gonna be difficult to get cheap flights for.
there's not much time either - i.e. fares go up.
after march 30th ... www.hlx.com (cheap german airline) will fly from
manchester to cologne.
On Wed, 2003-02-05 at 14:1
What
are the reasons why that database links don't work? What is the volume of data
that needs to be transferred? My initial reaction to this scenario is to use
database synchronization technology. I probably wouldn't consider using XML or
Web services.
Anne
-Original Message-Fr
Hi
I have
a web service deployed that has the following method
public org.w3c.Document process(org.w3c.Document
doc)
{
...
return Document;
}
My
Client To access this web Service Looks like this
The
doc contains a XML Document.
String
namespace = "http://localh
Note that there is a bug in .Net framwork 1.0 that gives an error reading
the SOAP XML when passing an array with 0 elements. This is fixed in .Net
framework 1.1
AJ
-Original Message-
From: Jason Hanshaw [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 4 februari 2003 13:03
To: [EMAIL PROTECTED]
hi there,
is it possible to use WSDL message types in WSDD operations?
for example something like this:
xmlns:ns="http://myservices.org/product";>
xmlns:ns="http://myservices.org/getproduct"; />
the wsdd descriptions in the axis doc says not so much about the wsd
Hi David,
I'm not sure your namespaces are well-formed.
Try to add "urn:" at the beginning of your namespaces
("urn:ProductDbHelper" instead of "ProductDbHelper", etc).
HTH,
Olivier
David Gilbert wrote:
I have seen postings about deserializing arrays from last
January, but didn't find an answ
Hi,
i got a similar exception when testing a .NET C#-Client against my
Axis webservices using complex types. I noticed that a Java-Class,
that was used as a parameter in my webservice, which has a public
attribute but no getters and setters, causes the .NET-exception.
So i added getters and sette
51 matches
Mail list logo