At this point, a Web service client or
server is dependent on the runtime associated with the tools used to build the
service. You cannot mix and match the runtimes. But -- you can deploy Axis runtime in
any servlet engine.
Anne
From: David Thielen
[mailto:[EMAIL PROTECTED]
Hi all,
Axis C++ team is proud to announce the release of Apache Axis C++ version
1.1.
This C++ SOAP engine implementation provides a platform for developing Web
services using C/C++ and also includes a client side library for
developing C/C++ client applications. This release includes enhancement
Hi all,
Axis C++ team is proud to announce the release of Apache Axis C++ version
1.1.
This C++ SOAP engine implementation provides a platform for developing Web
services using C/C++ and also includes a client side library for
developing C/C++ client applications. This release includes enhancement
Folks,
Off and on we get queries about performance problems. So here's a request. If you have
ANY
concrete examples of performance problems, PLEASE open a bug report ASAP with enough
sample code
to recreate the problem. If we can't recreate it, we can't fix it. period.
Thanks,
dims
=
Davan
Nelson,
yes, it's not cached. no specific reason for not doing it :) Yes, this code should
work
-- dims
--- Nelson Minar <[EMAIL PROTECTED]> wrote:
> I've been experimenting with overriding the WSDL that Axis provides in
> a dynamic fashion. Doing more than just substituting a static file.
> F
Hi;
Is there a way (both java and C#) to do a web service so it’s
pure xml. What I want is:
The wsdl gives a min and max
value for attributes that are an enum – but if that attribute is not
passed at all, it’s ok because I have a default value.
I have 2 soap attachments –
I've been experimenting with overriding the WSDL that Axis provides in
a dynamic fashion. Doing more than just substituting a static file.
Following a tip from Tom J I've been doing this via Hander.generateWSDL().
I've learned that WSDL generation happens in
org.apache.axis.providers.BasicProvide
Hi;
It seems to me that when I have my code autogenerated, it
requires Axis jar files. Does this mean I have to autogenerate code for each
web server I run on? I am asking because I am building a library that will be
used by multiple installations at various companies.
Thanks - dave
Hi;
Is there anyway in WSDL2Java to set the IMPL class/filename?
I’ve looked and can’t find anything.
Thanks - dave
Hi;
When I enter http://localhost/./?wsdl
– where does that information come from? Some of it is in the
autogenerated files but I don’t see all of it there.
??? – thanks - dave
And to follow up, I removed the “-y
DOCUMENT -u LITERAL” from the
Java2WSDL call and now it all works fine. (Except that I need document/literal
for .net interoperability.)
Thanks – dave
From: David Thielen
[mailto:[EMAIL PROTECTED]
Sent: Sunday, April 18, 2004 1:24
PM
T
Hi;
I created a server using:
java org.apache.axis.wsdl.Java2WSDL -o adder.wsdl -y
DOCUMENT -u LITERAL -T 1.2
-l"http://localhost:8080/axis/services/Adder" -n
"http://www.thielen.com/" -p"Adder"
"http://www.thielen.com/" Adder.Service1
java org.apache.axis.wsdl.WSDL2Java -o server
-N"
Axis 1.2 beta (March 31, 2004)
Hi;
Using Java2WSDL … -A OPERATION …
It does create the soapAction=”foobar”. However,
when viewing the wsdl from the tomcat/axis server, soapAction=””.
Any ideas?
Thanks - dave
Thanks, I see, tweak the generated (using wsdl2java) ServiceLocator will do.
Mei- Original Message -
From: "Nelson Minar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 18, 2004 8:28 AM
Subject: Re: How To Use TCPMonitor?
> >Can tcpmonitor work on services deployed usin
The problem with systinet is it is only available as an add-on to a couple
of IDEs and IntelliJ is no one of them.
- dave
-Original Message-
From: Yakulis, Ross (Ross) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 2:43 PM
To: [EMAIL PROTECTED]
Subject: RE: Need suggestions o
Hi,
I have a few question related to Axis and HTTP 1.1
Does Axis 1.1 support HTTP 1.1, more specifically
persistent connections and pipelines?
I can see from earlier posting to this group that you
are recommended to use the Commons HTTPClient library
to use the HTTP 1.1 connection control featu
>Can tcpmonitor work on services deployed using wsdd, but not a jws as in the
>sample shown in the link below ?
Yes. It can work on any HTTP transaction.
Steffen,
I wrote a simple patch to Axis to enable it to process the wsdl file as-is.
If you'd like to work on the client while waiting for the wsdl to be fixed,
or if they don't fix the wsdl, this should enable you to generate the client
stubs.
The patch consists of a single method that checks
18 matches
Mail list logo