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
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
> 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
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
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)
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
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
+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
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
This change will contain a new jar file :-)
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Richard
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
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
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
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
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)
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
The fix has been committed.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Sam
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
The commit should occur sometime in the next half hour.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Richard
Committed
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
R J Scheuerle
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
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
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
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
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
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
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 [
Thanks for the great note.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
"CHEN,SHIH-CHANG
(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
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
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
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.
> >
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
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
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
+1
+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
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
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
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/
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
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
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:
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
44 matches
Mail list logo