HI Nelson,
Java2WSDL should contain command line parameters (and ant tags) for all relevant
configuration information. For example, one can specify mappings between java classes
and xml namespaces.
What particular wsdd capability do you find missing?
/Chris
-- Original Message
|Hi
I looked at documentation and mailing lists but its not yet clear to me.
1. In a wsdd file when we give
what does it mean,
Since a provider is a pivot handler in Axis, I understand use of
provider="java:RPC". but in this case which handler class would the message
be passed to after request
You can not write that ant task in the wsdd file...
What you can do is that create an ant script which first copy the class
file in the desired folder and then execute the wsdd file..
Cheers...
- Original Message -
From:
Asanka Priyanjitih
To: [EMAIL PROTECTED]
Sent: Fr
Hi Pranav
Thanks a lot.
I did not catch it correctly. Please could u explain a bit more
it is grate?
Really what I want know we can write ant tasks inside that WSDD?
Thanks & Regards
G J Asanka Priyanjith
-Original Message-
From: Pranav Kapil
[mailto:[E
Yuo can write an ant script to install the webservice(by executing
C:\Axis
Ex>java -cp .;%AXISCLASSPATH% org.apache.axis.client.AdminClient
deploy.wsdd
and then copying the class file in the desired
location.
Cheers...
- Original Message -
From:
Asanka Priyanjitih
To:
Hi Pranav
Thanks it is working now.
I also like to know, can use ant task to
automate this file copying process?, if it is possible
then how can we re write this WSDD to do that ?
Thanks & Regards
G J Asanka Priyanjith
-Original Message-
From: Pranav Kapil
There are so many things wrong in this process...
1. the class name is Calc but you have given the class name as "Cal" in the
deploy.wsdd file and the most interesting part is the error "Could not find class for the service named:
Calc1" which means the service name it is
taking is Calc1 not
Hi All
Please some one help me to do custom deployment using AdminClient
Because I try to flow the steps in user guide and do that but
it’s not work.
This are steps witch I flow.
Step 1:
Wrote following
java program
public class Calc
{
public int Add(int ia,int
>It looks like the message style web service is 6 -20 times slower
>then the old version using JAXP-RPC model.
I can't answer your questions, but I'd be very interested to know
more. What kind of data are you passing back and forth?
It should be straightforward to make a performance test that was
Hey there,
We're trying to use the new streaming option checked into CVS. We're
running into problems however -- we're getting this exception as an
Axis Fault:
org.xml.sax.SAXException: SimpleDeserializer encountered a child
element, which is NOT expected, in something it was trying to
deseria
Just in case anyone else stumbles into this, there's a bug
CommonsHTTPSender in the 1.1 version where it builds the
hostConfiguration object, but never calls
client.setHostConfiguration(..)
Cheers
Simon
-Original Message-
From: Simon Fell
Sent: Thursday, May 27, 2004 2:11 PM
To: [EMAIL
I'm using Axis 1.1 and have it configured to use CommonsHTTPSender, but
it doesn't appear to be picking up the proxy settings from the VM, I'm
starting my app with -Dhttp.proxyHost=localhost -Dhttp.proxyPort=5049,
but connections aren't being proxied, This works fine when I use the old
HTTPSender.
Hi guys,
I am getting this error(on the client side) when I am trying to access a web
service. Also
I got this error if I am tring to see the wsdl of my web services from the
web browser
Any clues?
Romulus
-Original Message-
From: Ashish Varan [mailto:[EMAIL PROTECTED]
Sent: Thursday, Ma
Nitesh,
No idea about .Net, and C#. I depend 100% on Java for my food :)
This might help you.
http://www.error-bank.com/microsoft.public.dotnet.framework.webservices/
5372_Thread.aspx
Ashish
-Original Message-
From: NITESH GUPTA [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004
Hi,
Anyone know what scope the transport object's are created/reused at ?
(i.e. HTTPSender or CommonsHTTPSender) is there a single one created and
reused for all requests, or one per request, or one per service ?
Thanks
Simon
I have done setting disableUploadTimeout="false" in tomcat, and that
helped.
Ashish Varan
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 12:24 PM
To: [EMAIL PROTECTED]
Subject: Setting the Socket Timeout
Is there any way to se
Is there any way to set the Socket Timeout or timeout the Client Call using
AXIS. I am sure there must be some way but have not been able to locate it
so far.
What we are trying to do is basically ensure the call can time out after
some seconds to the web server using the generated Java files us
Hi Asish,
Thanks for the help once again. I would definately try doing it this way. But in the
meanwhile I tried writing the interface and the classes and using the Java2WSDL and
WSDL2Java tools. I deployed the web service using the deploy.wsdd that was generated
using Java2WSDL.
But when I c
You can probably use JMeter to emulate concurrent clients.
Phil
> -Original Message-
> From: Miller, Janet [mailto:[EMAIL PROTECTED]
> Sent: 27 May 2004 16:04
> To: [EMAIL PROTECTED]
> Subject: RE: Open Source Performance Test Tool That Measures
> Concurrent
> Clients
>
>
> Woops. Sorr
Woops. Sorry. After reading your subject line again, I see that you
want an open source tools. The tools I mentioned are not open source.
-Original Message-
From: Hut Carspecken [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 10:55 AM
To: [EMAIL PROTECTED]
Subject: Open Source Pe
The ones I can think of are Load Runner and Jprobe. Can't remember who
the vendors are.
-Original Message-
From: Hut Carspecken [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 10:55 AM
To: [EMAIL PROTECTED]
Subject: Open Source Performance Test Tool That Measures Concurrent
Client
Hello everyone,
I am starting performance testing on my Axis web service and I wanted to know if there
are any
java based performance test tools that measure concurrent clients. Any ideas?
Hut
Now,
that I have that missing library copied over to commons/lib I am experiencing
yet another problem.
I am
running the axis-deploy task that was autogenerated with the client stubs.
The task returns without any errors; however, when I query axis for a list of
deployed services I don't
Thank
You!
I
don't know how I missed that!
-Original Message-From: Singh, MahendraPratap (GE
Commercial Finance, NonGE)
[mailto:[EMAIL PROTECTED]Sent: Thursday, May 27, 2004
9:51 AMTo: [EMAIL PROTECTED]Subject: RE: Issue
with Axis running under TomCat
Please look tha
Please
look that you have included saaj.jar also in the your lib
directory
-Original Message-From: Meloro, John
[mailto:[EMAIL PROTECTED]Sent: 27 May 2004
15:34To: [EMAIL PROTECTED]Subject: Issue with Axis
running under TomCat
All,
I am trying to run
Axis under T
All,
I am trying to run
Axis under TomCat 5.0. I can run the Axis home page http://127.0.0.1:8080/axis and even go
through the different links.
However, I am seeing
the following in the log file:
.
.
.
javax.servlet.ServletException: Error instantiating
s
Deploy your service using:
and Axis will instantiate your service as a singleton.
> -Original Message-
> From: Srinivas Vemula [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 27, 2004 9:02 AM
> To: [EMAIL PROTECTED]
> Subject: Memory Leaks, Object NOT getting GC'ed and count
> incr
Hi All
I try to deploy
some web service using AdminClinet, but after deploying that I can able to
access AdminServlet (http://127.0.0.1:8080/axis/servlet/AxisServlet)
It display following
error
And now... Some
Services
AXIS error
Sorry, something
seems to have gone wron
Hi All
I try to deploy
some web service using AdminClinet, but after deploying
that I can able to access AdminServlet (http://127.0.0.1:8080/axis/servlet/AxisServlet)
It display
following error
And now... Some Services
AXIS error
Sorry, something
seems to have gone wron
Hello All,
We have one axis service installed which exposes 13 methods to
clients. C# clients connect to this service. We have been doing
performance analysis on the application and found this behaviour.
1.) Instances of Impl.java object gets incremented by 1
when a new client ma
30 matches
Mail list logo