hi all,
I came to web services with axis a few months ago, so not sure if any
fella has addressed this problem before and had the problem already
answerd( I have been searching through the axis mail list for clue
though). The problem annoying my for quite a few days without any
breakthrought i
Hi Santo,
I am having a problem like that. The difference is that some times it
works and sometimes the client complains. I am using axis 1.2 Beta ,
and .Net WebService Studio. If you look at the thread "Returning array
of complex types you'll see a description of my problem.
Please, if you find a
I saw there were some discussion about SocketTimeout exception.
I would like to know what is causing this, i.e. the server side or the
client side.
Because when I look at the code snippet suggested by Jonathan Lowe,
MyServiceLocator serviceLocator = new MyServiceLocator();
MyPort port = service
> 1) Where I can obtain information about it. I've see apache pages,
but I'did not find any tutorial or paper about databases and axis.
Ans: There are books out there that explain webservices and axis. Check
Amazon.com and axis website also has interesting links (
http://ws.apache.org/axis/java
It is not complicated at all. Since Axis web services are essentially java classes,
just install your database, create a connection pool (for performance), add JDBC code
for database access and deploy your class as a service.
Sounds like you already did almost everything. Now Look into how to de
I'm having a problem with Axis and my Castor generated modules.
I've set my wsdd to look for
org.apache.axis.encoding.ser.castor.CastorSerializerFactory as I've seen the
documentation tell me to. However, in debugging a null serializer problem,
I've discovered that the code is attempting to lo
Hi,
I'm interesting in build a Webservice which can insert/delete data into a
database. I would like to work with mysql (and axis). I've some questions about
it.
1)Where I can obtain information about it. I've see apache pages,
but I'did not find any tutorial or paper about databases a
Hi Thunder,
Sorry... We're using Axis 1.1 with JVM 1.4.2_02-b03 on Linux. Our JDOM
version, if applicable, is 1.0 Beta 8 or 9. Although bug 4724129 sounds
applicable I would expect they fixed that by now.
The problem really shows up with the multi-meg response. I suspect it
happens with all respo
I just grabbed the nightly build from this morning, and while the bundle
timestamp axis-bin-1_2beta3.zip indicates 20-Sep-2004 00:01 all the
files within are shown as being from 31 August. I am interested in a
change made in early September and while I have successfully built AXIS
from source that
Hi James,
You did not mention the Axis or Java version you are using. See if this
applies to your current use:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4724129
--Thunder
-Original Message-
From: James CE Johnson [mailto:[EMAIL PROTECTED]
Sent: Monday, September 20, 2004 8:57
Has anybody else seen anything like this?
I've got an Axis-based server (Server "A") that must call another
Axis-based server (Server "B"). In testing we discovered that Server A was
running out of memory. Upon tracking it down we discovered that the bits
of Server A that are client to Server B ar
i have a webservice calling another webservice, and my client wsdd is
deployed within web-inf/classes while my server config wsdd is in
/web-inf. hope that helps.
-pc
- Original Message -
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Mon, 20 Sep 2004 14:06:45 +0100
Subject: Re: WS c
In the axis 1.2 final source it seams that the problem is fixed.
But we have alwais the error.
Hi all,
Some help needed on attachments.
I have an input stream which has a soap message along
with attachments i.e., basically a MIME message.
How do i read this input stream into a Message (or
SOAPMessage). I have seen many examples,
where the attachments were created later on, once
Hi,
we try to develop a cpp client with visual studio 6 that contact a j=
ava web service. using axis 1.2 final.
But we have an error.
In the soa=
p response we have sone extra char and the client crash.
someone has s=
olved this problem? who?
thank in advance
--Santo
p.s. The soap re=
sponse is
Also, are you running inside Tomcat with the -security option set? I remember
seeing that there is a problem(?) with serializers and deserializers when
-security is invoked. Though, I could have been reading about Axis 1.1 and
not 1.2.
Bob
On Sunday 19 September 2004 11:25 pm, Chandrasegaram
Apologies to the list! I didn't create a build.properties file turning on the
various parts of Axis that I need. I'm not used to having to do this :(
Figured it our after looking at the build.xml file and seeing all of the
unless="" entries. I might have missed it, but I don't remember seei
Hi,
I'm using Axis 1.2 Beta as server, and .Net WebService Studio as
client for my tests.
Almost everything is working fine, except for a strange behavior that
happens depending of the result (response) of the web service, in
methods that return arrays of complex types.
Below, it's shown two requ
Ok, it is working. Don´t ask me why. I´ve added the -Lines from
the WSDD-File manually now in a different order into the server-config.wsdd.
There was no mistake in the lines, i´ve just copied them from one file to
the other!? Very strange. The AdminClient is still not working
correctly... but i
Well, I can't see how it could be different
from any other client, although I'm not sure how you'd specify a client
WSDD, if you need to. The fact that the client is also a web service should
not matter at all.
Tony
Hi,
Somebody could say me what are the steps to do a WebService which call
a
Hi,
I've had the same problem as Bill and have seen a number of other posts
asking similar questions about service-specific exceptions. I have tried the
"samples.faults" example, which works fine but is a little confusing because
the service specific exception extends RemoteException and implement
I´ve deployed it with AdminService, the Problem remains the same.
I have now installed Tomcat 5.0.28, included AXIS and Nothing has
changed!! I still can´t deploy any WS. Great.
Is there any alternative to AXIS?
>From: jayachandra <[EMAIL PROTECTED]>
>Reply-To: jayachandra <[EMAIL PROTECTED]>
all,
i
cannot find a good example explaining the relationship between faults and
exceptions.
in the
axis fault example, the fault is a RemoteException with a get/setInfo
method. is this method required? does Axis know how to call this
method and create the fault message line from it
Hi,
Somebody could say me what are the steps to do a WebService which call
another WS. I supose that it's identical to a client call to a
WebService.
Thanks,
Dani
Hi Morten,
The element, in the WSDD
file (deploy.wsdd or server-config.wsdd, which ends up holding all the
deployed WSDD elements anyway) allows a sub element that
specifies the location of the WSDL file for the service. If this is present,
Axis, won't generate the WSDL.
If the WSDL accurately
Hi Tony,
- I guess not - how do I do that?
Will it fit the Java-bindings generated? -As you can see from my
previous posting, it kind of appears as if the "WSDL2Java"-process
changes some of the types - I see a XMLSchema-string-type mutating to
something else.
I generated a web-service-client w
Morten,
Have you told Axis where to find your WSDL?
It's a setting in the WSDD file. If you haven't told it, it will generate
the WSDL and this may be what you are seeing.
Tony
Hi,
Does anyone know why the WSDL used to feed Axis' WSDL2Java' differs from
the WSDL returned by the final online
You can find servlet-api in Tomcat's commons/lib directory. Actually
AxisServlet.java has some imports from javax.servlet.http package
which are present in servlet-api.jar
Bye
jaya
On Mon, 20 Sep 2004 15:09:03 +0530, jayachandra <[EMAIL PROTECTED]> wrote:
> Hey!
> same pinch here three days ago.
Hey!
same pinch here three days ago. You just need to drop servlet-api.jar
into the ws-axis/lib directory and then say 'ant compile'. That should
get you all the classes, esp the AxisServlet
HTH
Jayachandra
On Fri, 17 Sep 2004 14:13:19 -0400, Robert Bateman
<[EMAIL PROTECTED]> wrote:
> I'm attemp
No, the AxisServlet class is in the JAR-File.
If there is no other solution, i´ll test another Tomcat-Version. I tried to
avoid that, because it´s a lot of work. But thanks anyway.
>From: jayachandra <[EMAIL PROTECTED]>
>Reply-To: jayachandra <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: R
Check the axis.jar of Tomcat's webapps/axis/WEB-INF/lib directory.
Sorry, that I didn't mention it previously.
jayachandra
On Sat, 18 Sep 2004 13:16:15 +, Alexander Lukas
<[EMAIL PROTECTED]> wrote:
> Hi!
>
> I´ve problems to deploy my Web Services. I´m using AXIS 1.1, Tomcat 4.0.4
> (can´t u
In the axis.jar that you might be having just see if you have
org.apache.axis.transport.http.AxisServlet class. You could probably
get this erroroneous behaviour, if that file is missing. Just check
that. In case you don't have, resort to latest axis.jar
HTH
Jayachandra
On Sat, 18 Sep 2004 13:16:
Hi,
I was having the following problem:
I implemented a web service with style document/literal.
I was able to test it without problems but - as soon as I called the service
with the "?wsdl" parameter - I was no more able to execute it since I always
received the exception: "org.xml.sax.SAXExcep
Yep you are right,
It worked!
Thanks
Fady
- Original Message -
From:
Shahi,
Ashutosh
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, September 18, 2004 11:57
AM
Subject: RE: using a generated Stub
Try
using:
DataHandler
dataHandl
34 matches
Mail list logo