We've run into the following situation:
We have a number of classes that share certain characteristics, and
which we need to serialize and deserialize, and we'd like to avoid
having to register a separate serializer/deserializer pair for each
class. It looks like the best way to do this is to
tomj02/02/27 15:46:32
Modified:java/src/org/apache/axis/wsdl/fromJava Emitter.java
java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java
java/src/org/apache/axis/encoding/ser SimpleSerializer.java
java/src/org/apache/axis/deployment/
rubys 02/02/27 15:36:53
Modified:java build.xml
java/src/org/apache/axis/wsdl/toJava Emitter.java
Added: java/test/wsdl/interop3/compound1 build.xml
java/test/wsdl/interop3/import1 build.xml
Log:
Add interop/compound1
Revision Change
rubys 02/02/27 15:09:15
Modified:java build.xml
java/src/org/apache/axis/wsdl WSDL2Java.java
java/src/org/apache/axis/wsdl/toJava Emitter.java
java/test/wsdl Wsdl2javaAntTask.java
java/test/wsdl/interop3/import1 NStoPkg.p
gdaniels02/02/27 15:02:25
Removed: java/test/wsdl/interop3/emptysa EmptySATestCase.java
Log:
Pull unused EmptySA stuff
gdaniels02/02/27 15:00:15
Added: java/test/wsdl/interop3/compound1
SoapInteropCompound1BindingImpl.java
Log:
Add compound1 implementation
Revision ChangesPath
1.1
xml-axis/java/test/wsdl/interop3/compound1/SoapInteropCompound1B
butek 02/02/27 14:57:42
Modified:java/test/wsdl Wsdl2javaTestSuite.xml
Log:
The interop3 import tests should be getting info from the skeletons.
Revision ChangesPath
1.82 +3 -0 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml
Index: Wsdl2javaTestSuite.xml
gdaniels02/02/27 14:38:05
Added: java/test/wsdl/interop3/compound1 NStoPkg.properties
Log:
Finish case switching.
Revision ChangesPath
1.1 xml-axis/java/test/wsdl/interop3/compound1/NStoPkg.properties
Index: NStoPkg.properties
==
rubys 02/02/27 14:29:16
Added: java/test/wsdl/interop3/import3 NStoPkg.properties
Log:
Another rename
Revision ChangesPath
1.1 xml-axis/java/test/wsdl/interop3/import3/NStoPkg.properties
Index: NStoPkg.properties
==
rubys 02/02/27 14:26:53
Added: java/test/wsdl/interop3/import2 NStoPkg.properties
Log:
Correct case of NStoPkg
Revision ChangesPath
1.1 xml-axis/java/test/wsdl/interop3/import2/NStoPkg.properties
Index: NStoPkg.properties
=
rubys 02/02/27 14:13:53
Added: java/test/wsdl/interop3/import1 NStoPkg.properties
Log:
Add back in NStoPkg with the correct name
Revision ChangesPath
1.1 xml-axis/java/test/wsdl/interop3/import1/NStoPkg.properties
Index: NStoPkg.properties
===
butek 02/02/27 14:08:34
Modified:java/test/wsdl/clash VerifyFilesTestCase.java clash.wsdl
Log:
Now that Glen/Tom are getting doc/lit working, the clash test, which has
a doc/lit binding, doesn't work. It was pure luck that it worked before.
For the short term I'll comment
gdaniels02/02/27 13:59:29
Modified:java/test/wsdl/interop3/compound1 Compound1TestCase.java
java/test/wsdl/interop3/emptysa EmptySATestCase.java
Removed: java/test/wsdl/interop3/compound1 NstoPkg.properties
java/test/wsdl/interop3/emptysa NstoPkg.prop
rubys 02/02/27 12:38:44
Modified:java/test/wsdl Wsdl2javaAntTask.java
Log:
Output directory should be relative to the project basedir
Revision ChangesPath
1.19 +8 -2 xml-axis/java/test/wsdl/Wsdl2javaAntTask.java
Index: Wsdl2javaAntTask.java
===
scheu 02/02/27 12:31:44
Added: java/src/org/apache/axis/wsdl/fromJava BaseRep.java
Log:
Added new BaseRep class:
Revision ChangesPath
1.1 xml-axis/java/src/org/apache/axis/wsdl/fromJava/BaseRep.java
Index: BaseRep.java
scheu 02/02/27 12:31:10
Modified:java/src log4j.properties
java/src/org/apache/axis/wsdl/fromJava ClassRep.java
Emitter.java ExceptionRep.java FieldRep.java
MethodRep.java ParamRep.java
Log:
The following changes were
tomj02/02/27 11:19:44
Modified:java/src/org/apache/axis/encoding/ser
SimpleDeserializer.java
Log:
Rework SimpleType to store attributes until after the endElement, then set them.
Revision ChangesPath
1.4 +53 -18
xml-axis/java/src/org
Warning! The code is currently unstable. There are numerous changes being
applied for interoperability.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
scheu 02/02/27 11:07:51
Modified:java/samples/echo EchoService.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Following changes are made:
* Fixed EchoService to comply with Russell's meta data change.
* Fixed JavaStubWriter to remove NPE.
I'm experiencing difficulties in using Axis with application servers (in
this case Orion), but I believe the problems will occur in other appservers
as well (I've seen e-mails on this list regarding the use of Axis in
Tomcat).
The following is the stack-trace:
500 Internal Server Error
java.lang
butek 02/02/27 10:42:58
Modified:java/src/org/apache/axis/wsdl SkeletonImpl.java
java/src/org/apache/axis/wsdl/toJava JavaSkelWriter.java
Log:
Added per-operation meta info to generated skeletons:
- soapAction
- input/output namespaces
Scenario:
- Start w
gdaniels02/02/27 10:29:35
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
*with* the import statement this time. :)
Revision ChangesPath
1.87 +1 -0
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
Index: AxisServlet
gdaniels02/02/27 10:28:24
Modified:java/src/org/apache/axis/transport/http AxisServlet.java
Log:
Replace old version of getRequestURL code - the 1.85 version breaks
with pre-2.3 servlet.jars.
It would have been nice to put a comment about this change in the log
entry for 1.
There has been some discussion about what maxOccurs="1" minOccurs="0"
means.
Currently the only way that axis can get this to flow over the wire
correctly is to map this as an array.
There needs to be a way to know if the value exists or not. Checking for
nill is not sufficient because there is
Removing the minOccurs as below fixes it.
I get two strings instead of two arrays of strings, which is what I want.
I think that maxOccurs="1" shouldn't generate an array.
--
Sylvain
This message may contain privileged and/or confidential i
tomj02/02/27 09:32:17
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
java/src/org/apache/axis/client Call.java
java/src/org/apache/axis/message BodyBuilder.java
Log:
More document/literal changes to make interop tests work.
R
rubys 02/02/27 09:22:56
Modified:java/test build_functional_tests.xml
Log:
Continue with the removal of interop3 from the build
Revision ChangesPath
1.36 +1 -0 xml-axis/java/test/build_functional_tests.xml
Index: build_functional_tests.xml
igors 02/02/27 09:19:49
Modified:java/src/org/apache/axis/transport/http AdminServlet.java
AxisServlet.java
Log:
To start AxisEngine consistently within any servlet context,
a static method getEngine(HttpServlet) is exposed on AxisServlet.
This method c
I just committed some further improvements which should help, so please try
again with tonight's build.
The basic problem producing "null/server-config.wsdd" may stem from some
kind of problem with the WEB_INF directory.
Glyn
glyn02/02/27 09:13:32
Modified:java/src/org/apache/axis/configuration FileProvider.java
ServletEngineConfigurationFactory.java
java/src/org/apache/axis/utils resources.properties
Log:
Further diagnostics improvements for configuration file
rubys 02/02/27 09:10:56
Modified:java build.xml
Log:
Working on a new build methodology for interop3.
Start by excluding interop3 from the build
Revision ChangesPath
1.114 +1 -1 xml-axis/java/build.xml
Index: build.xml
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Title: Deprecation warnings
Has anyone seen these deprecation warnings... Any reason for these?
I'm doing some small changes to the AxisServlet. Can take care of these too...
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java [83] warning: javax.servlet.http.HttpUtils in javax
I see that Tom just made a change to JavaStubWriter which should fix the
problem..
However, now I can't get the interop soap stuff to compile...
Glen/Tom, when do you anticipate a clean code base ?
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
gdaniels02/02/27 07:50:58
Added: java/test/wsdl/interop3/emptysa EmptySATestCase.java
java/test/wsdl/interop3/import1 Import1TestCase.java
java/test/wsdl/interop3/import2 Import2TestCase.java
java/test/wsdl/interop3/import3 Import3TestCase.
tomj02/02/27 07:50:11
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
java/src/org/apache/axis/encoding
DeserializationContextImpl.java
java/src/org/apache/axis/client Call.java
Log:
More type mapping change
gdaniels02/02/27 07:48:20
Added: java/test/wsdl/interop3/compound1 Compound1TestCase.java
NstoPkg.properties
java/test/wsdl/interop3/emptysa NstoPkg.properties
java/test/wsdl/interop3/import1 NstoPkg.properties
java/
gdaniels02/02/27 07:41:20
xml-axis/java/test/wsdl/interop3/import3 - New directory
gdaniels02/02/27 07:41:16
xml-axis/java/test/wsdl/interop3/import2 - New directory
gdaniels02/02/27 07:41:11
xml-axis/java/test/wsdl/interop3/import1 - New directory
gdaniels02/02/27 07:41:07
xml-axis/java/test/wsdl/interop3/emptysa - New directory
gdaniels02/02/27 07:41:01
xml-axis/java/test/wsdl/interop3/compound1 - New directory
The Comprehensive Test is failing. The stub no longer is registering
elemWComplex ? However, the mapping is still in the deploy.wsdd.
I am going to look at the WSDL2Java code to see what changed.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Great observation!
It makes sense to me that the component types of a List object should
always be considered as an Object.
The code should not look at the actual data to determine the type. (The
elements of the List could be missing, mixed or null).
This is one of those situations where the se
glyn02/02/27 06:54:27
Modified:java/src/org/apache/axis/configuration FileProvider.java
Log:
Provide diagnostics when configuration file directory is invalid.
Revision ChangesPath
1.23 +15 -0
xml-axis/java/src/org/apache/axis/configuration/FileProvider.java
glyn02/02/27 06:24:10
Modified:java/test build_functional_tests.xml
Log:
Really exclude EmptySATestCase for now.
Revision ChangesPath
1.35 +1 -0 xml-axis/java/test/build_functional_tests.xml
Index: build_functional_tests.xml
=
gdaniels02/02/27 05:54:50
Modified:java/test build_functional_tests.xml
java/test/wsdl/interop3 EmptySATestCase.java
Log:
Exclude EmptySATestCase for now
Revision ChangesPath
1.34 +1 -0 xml-axis/java/test/build_functional_tests.xml
Index: bu
tomj02/02/27 05:41:29
Modified:java/samples/transport/tcp TCPSender.java
java/src log4j.properties
java/src/org/apache/axis MessageContext.java
java/src/org/apache/axis/client Call.java
java/src/org/apache/axis/encoding
igors 02/02/27 05:25:36
Modified:java/src/org/apache/axis/wsdl/toJava Namespaces.java
Log:
Took care of namespaces like urn:mystd:api.
That is ':' may also be used as a name part separator.
WSDL2Java was choking on nsps like that.
Such nsps are extensively used in some stand
gdaniels02/02/27 05:13:13
Modified:java/src/org/apache/axis/message Tag: TomAndGlen
MessageElement.java
Added: java/src/org/apache/axis/encoding Tag: TomAndGlen
SimpleType.java
Log:
Set encoding style prefix when encoded, so it
rineholt02/02/27 05:06:12
Modified:java/src/org/apache/axis Message.java Part.java
SOAPPart.java
java/src/org/apache/axis/attachments AttachmentPart.java
Attachments.java AttachmentsImpl.java
MimeUtil
gdaniels02/02/27 03:54:16
Modified:java/test/wsdl/interop3 Tag: TomAndGlen Import2TestCase.java
emptysa.xml
Added: java/test/wsdl/interop3 Tag: TomAndGlen EmptySATestCase.java
import1.xml
Log:
Interop test case work
Revisi
glyn02/02/27 03:00:17
Modified:java/test/wsdl/interop3/groupE Interop3GroupE.xml
deploy.wsdd
Log:
Correct namespaces for doclit and rpcenc services.
Revision ChangesPath
1.3 +6 -2 xml-axis/java/test/wsdl/interop3/groupE/Interop3Grou
glyn02/02/27 02:20:31
Modified:java/test/wsdl/interop3/groupE Interop3GroupE.xml
deploy.wsdd
Log:
Correct namespace of List to http://soapinterop.org/xsd.
client/InteropTestListServiceTestClient now works with our endpoint
as well as with those cur
54 matches
Mail list logo