Status of interop 3, group E testcases

2002-02-19 Thread Glyn Normington
These tests are currently in my sandbox, but further work is required: 1. Axis does not yet support document style with literal encoding on the server side, but the InteropTestDocLit test requires it. At the very least we would need to add support to java2wsdl. On the other hand, if Axis is inten

RE: Status of interop 3, group E testcases

2002-02-19 Thread Glen Daniels
Hi Glyn! > These tests are currently in my sandbox, but further work is required: > > 1. Axis does not yet support document style with literal > encoding on the > server side, but the InteropTestDocLit test requires it. At > the very least > we would need to add support to java2wsdl. On the o

Re: java2wsdl

2002-02-19 Thread Russell Butek
> java org.apache.axis.wsdl.Java2WSDL --help Java2WSDL emitter Usage: java org.apache.axis.wsdl.Java2WSDL [options] class-of-portType Options: -h, --help print this message and exit -o, --output output Wsdl filename -l, --location

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Glen Daniels
Hi Glyn! > I'm a bit concerned about the license implications. I haven't > read the BSD > license, but presumably its terms and conditions are different to the > Apache license that applies to the other jars which are > checked in. This > could affect people who want to reuse Axis. At the very

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread R J Scheuerle Jr
Should we have a policy about announcing the addition of any new jar files, and waiting some pre-determined time before adding them into Axis. (?) I don't have any problem with Glen's change. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaSkelWriter.java

2002-02-19 Thread scheu
scheu 02/02/19 07:06:52 Modified:java/samples/echo EchoService.java java/src/org/apache/axis/wsdl Skeleton.java SkeletonImpl.java java/src/org/apache/axis/wsdl/fromJava ClassRep.java Emitter.java MethodRep.j

cvs commit: xml-axis/java/test/wsdl/roundtrip RoundtripTestServiceTestCase.java Roundtrip.wsdl

2002-02-19 Thread butek
butek 02/02/19 07:37:12 Modified:java/test/wsdl Wsdl2javaTestSuite.xml java/test/wsdl/literal SalesRankNPrice_ServiceTestCase.java java/test/wsdl/roundtrip RoundtripTestServiceTestCase.java Removed: java/test/wsdl/roundtrip Roundtrip.wsdl Log: T

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Tom Jordahl
+1 -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 6:50 PM To: Axis-Dev (E-mail) Subject: Heads-up / opinions? - BCEL -> tt-bytecode Hi all. So, while looking into some reported problems with BCEL, I ran into a couple o

RE: SalesRankNPrice test problems

2002-02-19 Thread Tom Jordahl
I know this test is painful to some people (Sorry Glyn!), but I believe it is important to have a .NET web service (and WSDL) in the test suite. In this case, however, I though that 1) perfectxml was a stable site/company and 2) that it would come back up in a day (or 2 at the most). I guess

Re: ** Heads Up ** Jakarta Commons Logging API changes

2002-02-19 Thread R J Scheuerle Jr
This change will contain a new jar file :-) Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Richard

Upcoming change - services required to be SOAPServices

2002-02-19 Thread Glen Daniels
Right now our architecture allows someone to directly set the "serviceHandler" in a MessageContext to be any Handler. However, even if you use the "handler" provider in WSDD, the specified Handler gets wrapped in a SOAPService (i.e. becomes the provider handler in the SOAPService), so in prac

Re: SalesRankNPrice test problems

2002-02-19 Thread Berin Loritsch
Tom Jordahl wrote: > I know this test is painful to some people (Sorry Glyn!), but I believe it is >important to have a .NET web service (and WSDL) in the test suite. In this case, >however, I though that 1) perfectxml was a stable site/company and 2) that it would >come back up in a day (or 2

Re: java2wsdl

2002-02-19 Thread Glyn Normington
Russell, What do the 'details' mean and how do they relate to the other parameters? >Details: > portTypename= > binding name= <--service value>SoapBinding > service name= <--service value> OR IF CONFLICT WITH portType name: > <--service value>Service > p

Re: Upcoming change - services required to be SOAPServices

2002-02-19 Thread R J Scheuerle Jr
Glen, Currently the org.apache.axis.client.Service class has getTypeMapping/setTypeMapping methods that are not implemented. Its my belief (and JAX-RPC) that the Service class should have the TypeMapping, and the Call should get the TypeMapping from the Service. So I guess I don't understand why

Re: java2wsdl

2002-02-19 Thread R J Scheuerle Jr
May be "Details" should be "Mapping" The section is intended to indicate how the options get mapped to the various wsdl element names/attributes. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: java2wsdl

2002-02-19 Thread Russell Butek
The details tell you where the names of the various WSDL elements come from. Russell Butek [EMAIL PROTECTED] Glyn Normington/UK/IBM@IBMGB on 02/19/2002 10:12:32 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: java2wsdl Russell, What do the 'details' mean

Re: [soapbuilders] Axis Group B WSDL problem

2002-02-19 Thread R J Scheuerle Jr
The fix has been committed. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Sam

RE: Upcoming change - services required to be SOAPServices

2002-02-19 Thread Glen Daniels
I was talking about the server side, not the client side. The SOAPService is used on both sides for a) service-specific request and response flows, and b) service-specific type mappings. Just seems like a logical place to centralize that stuff. It's potentially a little weird on the client

Re: ** Heads Up ** Jakarta Commons Logging API changes

2002-02-19 Thread R J Scheuerle Jr
The commit should occur sometime in the next half hour. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Richard

Re: ** Heads Up ** Jakarta Commons Logging API changes (committed)

2002-02-19 Thread R J Scheuerle Jr
Committed Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) R J Scheuerle

WSDL Aware Runtime

2002-02-19 Thread R J Scheuerle Jr
I would appreciate some comments on the proposal to make the runtime 'wsdl aware' For example, if the following is recieved off the wire: 123 There is no way to determine how to deserialize the data because the type attribute is not specified. But if the runtime is 'wsdl aware' it could ex

EJB Provider - IllegalAccessException

2002-02-19 Thread David L. Cole
I have been trying to use the default EJBProvider class to access an EJB object through a service. I am getting an IllegalAccessException in the EJBProvider class when testing in the getServiceClass() method at the line: Class interfaceClass = (Class) getRemoteInterfaceClass.invoke(metaData, em

Need better pluggability for AXIS providers

2002-02-19 Thread Vishy Kasar
Hi, I developed a provider to plugin VisiBroker CORBA servers to AXIS. The development experience was very smooth and the provider was working in no time. However when I decided to plug this provider seamlessly, I was not able to do so unless I hard coded my provider name along with other provid

RE: EJB Provider - IllegalAccessException

2002-02-19 Thread Tom Jordahl
David, I made the changes to use the EJBMetaData API to get the interface class. I tested with Macromedia JRun. >From my (limited) understanding, EJBMetaData is an interface that the weblogic class should be implementing, and it shouldn't have access restrictions on it. Does Weblogic document

RE: WSDL Aware Runtime

2002-02-19 Thread CHEN,SHIH-CHANG (HP-NewJersey,ex2)
1. Current HP-SOAP does this. However, the 'WSDL-aware' feature, we called it 'WSDL-validation', should be optional/configurable. If 'all' type information are NOT missing, wsdl MAY not be required to correctly process a request. 2. Instead of using wsdl, you could use introspection of the se

AXIS Testing: Dependent JAR files for testing only

2002-02-19 Thread Richard Sitze
I'd like to use regular expression matchin in some test-code. We don't need it in AXIS proper. I propose creating a 'test/lib' directory, and place the appropriate JAR file into same... with proper adjustments to ant build file(s) Any preferences on 'regexp' or 'oro' ? They both claim to o

Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Sam Ruby
Comments? Glen - a pet peeve of mine is Apache projects who don't talk to one another Grrr. - Sam Ruby -- Forwarded by Sam Ruby/Raleigh/IBM on 02/19/2002 03:40 PM --- Glen Daniels <[EMAIL PROTECTED]> on 02/18/2002 06:50:07 PM Please respond to [

RE: WSDL Aware Runtime

2002-02-19 Thread R J Scheuerle Jr
Thanks for the great note. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) "CHEN,SHIH-CHANG

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Glen Daniels
(Point taken, Sam.) Hi, bcel-dev'ers! Any commentary on the two points below? The jar size issue isn't as important as the fact that I had classloader issues using Repository.lookup(className) --Glen > -Original Message- > From: Sam Ruby [mailto:[EMAIL PROTECTED]] > Sent: Tuesda

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java BeanDeserializer.java

2002-02-19 Thread tomj
tomj02/02/19 12:50:46 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java BeanDeserializer.java Log: First step to supporting in schema types: Add support for bean properties which are attributes instead of element. If the bean h

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

2002-02-19 Thread tomj
tomj02/02/19 12:55:00 Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java java/src/org/apache/axis/utils resources.properties Log: Add a 'dotnet' internal switch to the symbol table to prevent treating document style WSDL as rpc. Right now this switc

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread dirkx
On Tue, 19 Feb 2002, Glen Daniels wrote: > > I'm a bit concerned about the license implications. I haven't > > read the BSD > > license, but presumably its terms and conditions are different to the > > Apache license that applies to the other jars which are > > checked in. That is correct. > >

cvs commit: xml-axis/java/test/functional TestEchoSample.java

2002-02-19 Thread scheu
scheu 02/02/19 14:46:41 Modified:java/samples/echo TestClient.java java/test/functional TestEchoSample.java Log: TestClient runs 2B Interop Tests if -A is specified Revision ChangesPath 1.53 +32 -6 xml-axis/java/samples/echo/TestClient.java

Clash test

2002-02-19 Thread Glen Daniels
Hi guys: I'm in the midst of revamping some stuff, during which I did some surgery on the way RPCProvider dispatches to target methods. In particular, I added a clause to save some time which ignores overloaded methods with FEWER parameters than those we have from the XML deserialization. T

Re: Clash test

2002-02-19 Thread Russell Butek
Yowch! I don't envy you your little debugging chore you had to go through! 1) Sounds reasonable to me. 2) I'm not sure I understand. 3) I don't know how you'd do this without some protocol. SOAPAction is deprecated and there is not protocol for passing meta-info in the soap:header. 4) I gav

Re: [soapbuilders] Axis Group B WSDL problem ( Request for a +1 )

2002-02-19 Thread Glyn Normington
+1

Re: SalesRankNPrice test problems

2002-02-19 Thread Glyn Normington
+1 to pulling this test. The web service has never worked for me - maybe because I'm in the UK or behind a particular firewall - it always adds a 3 minute connection timeout to my build time. Also I'm currently maintaining a bit of conditional code in the build that is not suitable for checking i

Re: about axis architecture

2002-02-19 Thread Glyn Normington
A draft Axis architecture guide is available as part of the documentation included in the daily builds or remotely at http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/architecture-guide.html. Please send feedback to this list. Glyn

Re: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Glyn Normington
Glen, I'm a bit concerned about the license implications. I haven't read the BSD license, but presumably its terms and conditions are different to the Apache license that applies to the other jars which are checked in. This could affect people who want to reuse Axis. At the very least, you need

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-02-19 Thread dims
dims02/02/19 04:55:39 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Request from [EMAIL PROTECTED] for replacing http.HTTPProxyPort with http.proxyPort as per the spec. - http://www.jguru.com/faq/view.jsp?EID=9920 - http://java.sun.com/j2se/1.4/docs/guide/net/

Re: Problems runnning Roundtrip WSDL test

2002-02-19 Thread Russell Butek
I've had problems myself with this test. For me it works the first time but fails successive runs. I started talking with Brent Ulbricht, the guy that wrote it, to figure out what's wrong. I hope to have it fixed today. Russell Butek [EMAIL PROTECTED] "Dimmick, Bill" <[EMAIL PROTECTED]> on 0

IRC CHAT REMINDER : Today at 1PM EST (10AM PST)

2002-02-19 Thread Glen Daniels
Hi all! It's Tuesday, thus the usual collection of Axis developers and discussers will be hanging out on #ApacheAxis on DALNet from 1PM for an hour or so, or perhaps a bit longer. Agenda topics for today may include: - The TODO list and the timing of the beta - Particular features people wan

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Sch emaUtils.java

2002-02-19 Thread Russell Butek
Ouch. No, I'm afraid I haven't seen this problem. Hopefully someone else can help? What platform are you on? Russell Butek [EMAIL PROTECTED] David Altenburg <[EMAIL PROTECTED]> on 02/18/2002 06:03:33 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc:

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Sch emaUtils.java

2002-02-19 Thread Glen Daniels
Yeah, I've seen this at times as well - it seemed like it was happening once each time I cleaned out the build directory and then reran the tests from scratch, then it was fine after that. I haven't done solid research on it yet, though. David, perhaps you and I can work together to nail down