RE: Is a compiled web service bound to Axis?

2004-04-18 Thread Anne Thomas Manes
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]

Axis C++ version 1.1 Released

2004-04-18 Thread damitha
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

Axis C++ version 1.1 Released

2004-04-18 Thread damitha
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

NEED samples for performance problems with Axis 1.2Beta or later

2004-04-18 Thread Davanum Srinivas
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

Re: WSDL generation - redone every time? Also a generateWSDL() example

2004-04-18 Thread Davanum Srinivas
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

Can I do a web service as pure xml (no RPC stuff at all)?

2004-04-18 Thread David Thielen
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 –

WSDL generation - redone every time? Also a generateWSDL() example

2004-04-18 Thread Nelson Minar
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

Is a compiled web service bound to Axis?

2004-04-18 Thread David Thielen
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

WSDL2Java - set the impl file/class name?

2004-04-18 Thread David Thielen
Hi;   Is there anyway in WSDL2Java to set the IMPL class/filename? I’ve looked and can’t find anything.   Thanks - dave

Where does ?wsdl come from

2004-04-18 Thread David Thielen
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

RE: Document/literal client app (from WSDL2Java) doesn't work

2004-04-18 Thread David Thielen
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

Document/literal client app (from WSDL2Java) doesn't work

2004-04-18 Thread David Thielen
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"

-A OPERATION does not carry through to service?wsdl

2004-04-18 Thread David Thielen
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

Re: How To Use TCPMonitor?

2004-04-18 Thread Mei Wu
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

RE: Need suggestions on web service interop and design

2004-04-18 Thread David Thielen
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

HTTP 1.1, Persistent Connections and Pipeline support

2004-04-18 Thread Helge Berg
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

Re: How To Use TCPMonitor?

2004-04-18 Thread Nelson Minar
>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.

RE: Beginners help

2004-04-18 Thread Mark Leone
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