Announcing Axis 1.0!

2002-10-07 Thread Sam Ruby
I'm pleased to announce the Apache SOAP engine known as Axis just had it's first release. Performance, interoperability, and JAX RPC compliance have been significant focuses of this effort. You can download it at http://xml.apache.org/axis/dist/1_0/. - Sam Ruby

Announcing Axis 1.0 release candidate 2!

2002-09-30 Thread Sam Ruby
I'm pleased to announce release candidate 2 of Axis release 1. All unit and functional tests pass with this release. The SAAJ and JAX RPC TCK tests pass. All bugs reported as of this morning targetted for the 1.0 release are resolved in this drop. Pending feedback from people like yourselv

[VOTE] Axis 1.0 release plan

2002-09-24 Thread Sam Ruby
d, 25 Sept, 2002, early a.m. Target for release - first week in October Release Manager - Sam Ruby Release Announcement - [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Once release freeze is ach

[Fwd: RE: Strange bug: Axis in Tomcat 4.0.4 and .NET]

2002-07-02 Thread Sam Ruby
ot;Host: localhost:8081" it specifies "Host: localhost". This is probably why the wsdl comes back with the incorrect url. I'm running tomcat 4.0.3. I'll download Tomcat 4.0.2 and try it again to see if there are any differences. --Barry -Original Message- From: S

Re: Strange bug: Axis in Tomcat 4.0.4 and .NET

2002-07-02 Thread Sam Ruby
049/axis/services/SoapInteropImport1Port?wsdl results in public Import1() { this.Url = "http://nagoya.apache.org:5049/axis/services/SoapInteropImport1Port";; } - Sam Ruby

Re: installation: why a failure is actually a success.

2002-06-27 Thread Sam Ruby
Your firewall might not like the use of port 8080 without the use of a proxy. - Sam Ruby

Re: document-style service

2002-06-27 Thread Sam Ruby
ps" structure in the axis instllation if > it isn't used for anything? The webapps structure in Axis represents code that can be deployed to any servlet container by simply copying it verbatim (preserving the directory structure) to the web server of your choice. - Sam Ruby

Re: "Service not found" faults

2002-06-27 Thread Sam Ruby
the WSDD file used to deploy your service contains . If you are generating your server side bindings from WSDL, then ensure your wsdl contains . - Sam Ruby

Re: WSDL location?

2002-06-27 Thread Sam Ruby
ed on-the-fly for each request. If so, > what files are used for that automatic generation? The WSDL file is generated on the fly, based on the class file itself and information from the WSDD file use to deploy this service. - Sam Ruby

Re: conforming to the JAX-RPC interfaces

2002-06-24 Thread Sam Ruby
n a *LOT* of progress towards JAX RPC compatibility since beta 2. - Sam Ruby

Re: Problems in recent nightly builds?

2002-06-24 Thread Sam Ruby
ar, as well as the jaxrpc, saaj, and wsdl4j jars to tomcat4's common/lib directory. - Sam Ruby > > Arne > >

Re: Problems in recent nightly builds?

2002-06-23 Thread Sam Ruby
issing something, or is it just a bug in the recent nightly > builds? In order to get running with Tomcat 4.0.3, did you need to copy some jar files to the tomcat4/common/lib directory? Did you update these jars when you upgrades to a recent nightly? - Sam Ruby

Re: [Wingfoot Interest Group] java.util.Map, List with wingfoot SOAPclient and Axis beta 2 server

2002-06-22 Thread Sam Ruby
teroperability with a released version of another SOAP stack compelling and have gone ahead and made the change to Axis. - Sam Ruby

Re: Deploy Error

2002-06-22 Thread Sam Ruby
ions of a dependency to be supported, efforts will be made to accomodate, particularly if patches or detailed bug reports are provided. - Sam Ruby

Re: Accessing Axis server through internet behind firewall

2002-06-21 Thread Sam Ruby
yUser", "username"); System.setProperty("http.proxyPassword", "password"); - Sam Ruby

Re: Help - Soap22 to Axis conversion

2002-06-21 Thread Sam Ruby
e-registered using the >adminclient . This allowed me to develope the code in place in a JBuilder >related path and not have to copy files into a Soap22 saub folder. can I do >the same in Axis? > With tomcat, you can control the redirection using the docBase attribute of the context element. For more details, see C:\jakarta\xml-soap\java\soap-2_2\samples\provider . - Sam Ruby

Re: [Wingfoot Interest Group] java.util.Map, List with wingfoot SOAPclient and Axis beta 2 server

2002-06-21 Thread Sam Ruby
in our next release to > ensure full compatibility with Axis. I'm baffled too. Apache SOAP appears to have code that verifies that the names of the elements inside an are and . See http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-soap/java/src/org/apache/soap/encoding/soapenc/HashtableSe

RE: WSDL2java error with .NET WSDL

2002-04-26 Thread Sam Ruby
write a serializer and deserializer for this type, perhaps based on the DateSerializer and Deserializer that ships with Axis. If you go through the trouble to do this and the results are of general utility and you are willing to contribute the code to Axis, then this type could be included within the base. - Sam Ruby

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Sam Ruby
Doug Davis wrote: > > Not sure - the only thing I can think of is that you're using an old > version of xerces. FYI: I run with Xerces 2, and can only get this to work if xmlParserAPIs.jar in tomcat/common/lib. > Can you try 1.4.3? FYI: Xerces 2.0.1 is faster. - Sam Ruby

Re: Great Job guys..thanks!

2002-02-14 Thread Sam Ruby
David Wall wrote: > > Did you run any interoperability tests to see if Axis is more (or less) > interoperable with other implementations, in particular those from MSFT? Compare for yourself: http://www.apache.org/~rubys/ApacheClientInterop.html ;-) - Sam Ruby

RE: SOAP 2.2 vs. AXIS

2002-02-08 Thread Sam Ruby
t you meant by the use of that term? - Sam Ruby

RE: Current build: Emitter hangs while reading class file (bug fo und inAxis, fix inside)

2002-02-06 Thread Sam Ruby
Glen Daniels wrote: > > Also, do we really need to spawn a process to run javap?  There's no class-based >way to do this? Not a direct equivalent, but... http://jakarta.apache.org/bcel/index.html - Sam Ruby