+1
Scott: what would you like your Apache ID to be?
- Sam Ruby
rubys 02/04/11 16:22:04
Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java
Log:
Fix a bug that prevents the default encoding from being correctly applied.
The SOAPMappingRegistry class, a subclass of XMLJavaMappingRegistry, now support
chaining, i.e. an
rubys 02/02/14 02:54:38
Modified:java build.xml
Log:
This patch allows the dist target of SOAP to build when ejb is not present.
Submitted by: Conor MacNeill <[EMAIL PROTECTED]>
Revision ChangesPath
1.37 +1 -0 xml-soap/java/build.xml
rubys 02/01/31 09:42:28
Modified:java/samples/interop DeploymentDescriptor.xml
Log:
Add the mapping of ArrayOfSOAPStruct on the server side too.
Revision ChangesPath
1.12 +4 -0 xml-soap/java/samples/interop/DeploymentDescriptor.xml
Index
rubys 02/01/30 09:27:24
Modified:java/samples/interop EchoTestClient.java
Log:
The ArrayOfSOAPStruct type is defined in the wsdl file
http://www.whitemesa.com/interop/InteropTest.wsdl
Submitted by: Edoardo Comar <[EMAIL PROTECTED]>
Revision ChangesPath
rubys 02/01/20 16:07:25
Modified:java/src/org/apache/soap/rpc RPCMessage.java
Log:
Pass the actual encoding style on the Call constructor. Solves a
literal XML interop problem with pocket soap.
Submitted by: Simon Fell <[EMAIL PROTECTED]>
Revision Changes
rubys 02/01/20 16:01:57
Modified:java/src/org/apache/soap/encoding/soapenc
VectorSerializer.java
Log:
Check for and de-reference hrefs, if present.
Submitted by: Simon Fell <[EMAIL PROTECTED]>
Revision ChangesPath
1.8 +16 -3
rubys 01/12/09 15:19:36
Modified:java/samples/interop EchoTestClient.java
Log:
Distinguish between the various types of failures...
Revision ChangesPath
1.15 +5 -3 xml-soap/java/samples/interop/EchoTestClient.java
Index: EchoTestClient.java
rubys 01/11/09 19:11:57
Modified:java/samples/interop DeploymentDescriptor.xml
Log:
Get the class name right this time...
Revision ChangesPath
1.11 +1 -1 xml-soap/java/samples/interop/DeploymentDescriptor.xml
Index: DeploymentDescriptor.xml
rubys 01/11/09 18:28:10
Modified:java/samples/interop DeploymentDescriptor.xml
EchoTestClient.java EchoTestService.java
java/src/org/apache/soap Constants.java
java/src/org/apache/soap/encoding SOAPMappingRegistry.java
Added
rubys 01/09/04 07:44:55
Modified:java/samples/interop EchoTestService.java
Log:
java.lang.NoSuchMethodException:
samples.interop.EchoTestService.echoMapArray(java.util.Map[])
-- no signature match
Revision ChangesPath
1.6 +2 -1 xml-soap/java/samples
rubys 01/08/17 12:40:33
Modified:java/samples/interop DeploymentDescriptor.xml
EchoTestClient.java EchoTestService.java
Log:
add echoMapArray
Revision ChangesPath
1.9 +1 -1 xml-soap/java/samples/interop/DeploymentDescriptor.xml
rubys 01/08/02 09:49:26
Modified:java/samples/interop EchoTestClient.java
java/src/org/apache/soap/rpc Call.java
Log:
Added a timeout
Revision ChangesPath
1.12 +1 -0 xml-soap/java/samples/interop/EchoTestClient.java
Index
rubys 01/08/01 17:20:14
Modified:java/src/org/apache/soap/util/net HTTPUtils.java
Log:
Ensure request URI contains at least one character
Revision ChangesPath
1.22 +5 -2 xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java
Index: HTTPUtils.java
rubys 01/08/01 05:56:05
Modified:java/samples/interop DeploymentDescriptor.xml
EchoTestClient.java EchoTestService.java
Log:
Add the popular echoMap service
Revision ChangesPath
1.8 +4 -1 xml-soap/java/samples/interop
rubys 01/07/15 18:44:14
Modified:java/src/org/apache/soap/encoding/soapenc
BooleanDeserializer.java
Log:
Per the spec, 0 and 1 are valid boolean values (and, in fact, are the ones
used by the WhiteMesa implementation). I updated the BooleanDeserializer
rubys 01/07/12 09:50:47
Modified:java/samples/interop EchoTestClient.java
Log:
Order the tests per http://www.whitemesa.com/interop/proposal2.html
Revision ChangesPath
1.10 +22 -22xml-soap/java/samples/interop/EchoTestClient.java
Index
rubys 01/07/12 08:59:11
Modified:java/samples/interop EchoTestClient.java
Log:
Make clear that faults and exceptions are not "OK"
Revision ChangesPath
1.9 +5 -8 xml-soap/java/samples/interop/EchoTestClient.java
Index: EchoTestC
rubys 01/07/10 06:07:02
Modified:java/samples/interop EchoTestClient.java
Log:
Put all of the output in one place
Revision ChangesPath
1.8 +1 -1 xml-soap/java/samples/interop/EchoTestClient.java
Index: EchoTestClient.java
rubys 01/07/09 08:48:09
Modified:java/samples/interop EchoTestClient.java
Log:
Conform to the provided WSDL, and be tolerant of dates rounded or
truncated to the nearest second.
Revision ChangesPath
1.7 +17 -13xml-soap/java/samples/interop
rubys 01/07/09 07:17:27
Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java
Log:
Add support for 2001:base64Binary
Revision ChangesPath
1.24 +3 -1
xml-soap/java/src/org/apache/soap/encoding/SOAPMappingRegistry.java
Index
rubys 01/07/08 10:39:21
Modified:java/samples/interop EchoTestClient.java
Log:
Actually send base 64 instead of an array of bytes...
Revision ChangesPath
1.6 +1 -1 xml-soap/java/samples/interop/EchoTestClient.java
Index: EchoTestClient.java
rubys 01/07/08 08:19:26
Modified:java/samples/interop DeploymentDescriptor.xml
java/src/org/apache/soap/encoding/soapenc
DateSerializer.java
Log:
Serialize dates without losing precision (the JDK format is contains
milliseconds
rubys 01/07/07 06:41:55
Modified:java/samples/interop DeploymentDescriptor.xml
EchoTestClient.java EchoTestService.java
Log:
Add tests for Decimal and Boolean
Revision ChangesPath
1.6 +8 -2 xml-soap/java/samples/interop
rubys 01/07/04 08:03:41
Modified:java/src/org/apache/soap Constants.java
Log:
timeInstant became dateTime in 2001
Revision ChangesPath
1.22 +1 -1 xml-soap/java/src/org/apache/soap/Constants.java
Index: Constants.java
rubys 01/07/03 20:10:14
Modified:java/samples/interop DeploymentDescriptor.xml
Log:
Calling it a night - I still haven't figured out how to declare a base64
parameter
Revision ChangesPath
1.5 +4 -0 xml-soap/java/samples/interop/DeploymentDescripto
rubys 01/07/03 19:33:45
Modified:java/samples/interop DeploymentDescriptor.xml
EchoTestClient.java
Log:
Get name of serializer classes right, Date is not an array...
Revision ChangesPath
1.4 +3 -1 xml-soap/java/samples/interop
rubys 01/07/03 19:08:42
Modified:java/samples/interop DeploymentDescriptor.xml
EchoTestClient.java EchoTestService.java
Log:
Add void, base64, and date tests
Revision ChangesPath
1.3 +8 -1 xml-soap/java/samples/interop
28 matches
Mail list logo