Commit Graph

78 Commits

Author SHA1 Message Date
Arjen Poutsma
fbdd7f7b98 2007-02-25 21:20:53 +00:00
Arjen Poutsma
5c580f02a1 2007-02-25 21:20:05 +00:00
Arjen Poutsma
e93e89b55e 2007-02-25 20:57:54 +00:00
Arjen Poutsma
5381c1613f Fixed #SWS-86: Stream closed before response read with WebServiceTemplate + Axis SAAJ Soap Messages 2007-02-18 13:26:12 +00:00
Arjen Poutsma
a6b8977e86 fixed issue with reading response HTTP headers 2007-02-17 13:17:45 +00:00
Arjen Poutsma
ce3182bb6a Refactored TransportOutputStream to represent TransportIntputStream more. 2007-02-17 12:50:32 +00:00
Arjen Poutsma
4db01de468 2007-02-17 12:44:18 +00:00
Arjen Poutsma
c05ba00874 Now reading response headers instead of request headers. 2007-02-17 12:42:52 +00:00
Arjen Poutsma
69a6d8721e 2007-02-14 23:35:49 +00:00
Arjen Poutsma
5b6b90abab Javadoc 2007-02-14 20:19:47 +00:00
Arjen Poutsma
1705bb2b00 Fixed #SWS-87: AbstractSoapMessage.getPayloadSource returns null with Axis SAAJ 2007-02-14 15:46:26 +00:00
Arjen Poutsma
3daddc2ba2 Added XPathPayloadEndpointMapping (#SWS-85) 2007-01-27 15:44:02 +00:00
Arjen Poutsma
c250ef8d20 Moved PayloadValidatingInterceptor to o.sfw.soap.server.endpoint.interceptor, to solve tangle: it contains SOAP-specific features. 2007-01-22 17:16:29 +00:00
Arjen Poutsma
21a9ef49ae Moved Wsdl11DefinitionBuilder to o.sfw.wsdl.wsdl11, to solve cyclic dependency. 2007-01-22 17:13:44 +00:00
Arjen Poutsma
ef0dd4e6ea Now using properties for loading defaults in (Soap)MessageDispatcherServlet. Necessary because of a tangle between the transport and server packages. 2007-01-22 16:03:13 +00:00
Arjen Poutsma
460a22cdc0 Javadoc 2007-01-22 11:15:49 +00:00
Arjen Poutsma
ed2fb661ec Javadoc 2007-01-22 11:09:15 +00:00
Arjen Poutsma
1cc15cb556 Updated airline sample to new packages. 2007-01-14 21:25:41 +00:00
Arjen Poutsma
ec11d61c81 2007-01-14 21:23:11 +00:00
Arjen Poutsma
6ba5576c95 Added FaultResolver to client.
Added getSoapFaultStringOrReason() to SoapFault.
2007-01-14 20:05:46 +00:00
Arjen Poutsma
2faa71f2f3 MessageDispatcher no longer implements MessageEndpoint, to fix circular package dependency.
Moved TransportContext and friends to transport.context subpackage.
2007-01-14 14:20:44 +00:00
Arjen Poutsma
3c2e016164 MessageDispatcher no longer implements MessageEndpoint, to fix circular package dependency.
Moved TransportContext and friends to transport.context subpackage.
2007-01-14 14:15:50 +00:00
Arjen Poutsma
5800c82444 Moved server-side classes to server package. 2007-01-14 13:44:18 +00:00
Arjen Poutsma
0e1943c1c5 Moved server-side classes to server package. 2007-01-14 13:33:11 +00:00
Arjen Poutsma
55a119b7fc 2007-01-14 13:16:40 +00:00
Arjen Poutsma
e21b0dfb7f Moved TransportObjectSupport to xml module. 2007-01-14 12:36:57 +00:00
Arjen Poutsma
471efa5281 Refactored client-side support so that it matches the layout of other template packages. 2007-01-14 12:31:37 +00:00
Arjen Poutsma
24823fc4ab Axiom now sets soap action header when writing. 2007-01-14 12:24:20 +00:00
Arjen Poutsma
711309f053 Moved client-side code from sandbox to core module 2007-01-14 11:50:19 +00:00
Arjen Poutsma
14c0e27c2f The return of SoapAction in the SoapMessage. Necessary for client-side. 2007-01-10 16:04:50 +00:00
Arjen Poutsma
02a9c4b907 Made TransportException a subclass of IOException 2007-01-10 11:16:48 +00:00
Arjen Poutsma
4e2c7db738 Removed PoxContext, forgot to remove it earlier 2007-01-06 21:44:20 +00:00
Arjen Poutsma
8fd81f36e6 Created testcase for #SWS-74: Namespace not being applied correctly to soap fault detail elements. Cannot reproduce. 2007-01-04 17:27:16 +00:00
Arjen Poutsma
5cbce34802 SAAJ 1.1 now also works with Weblogic 9 2007-01-04 00:41:05 +00:00
Arjen Poutsma
7fcdc64ede Added SAAJ 1.1 support, which works under WebLogic 8.1! 2007-01-03 13:09:19 +00:00
Arjen Poutsma
bf735a6a8f Added SAAJ XMLReader, necessary for SAAJ 1.1 2007-01-03 12:17:46 +00:00
Arjen Poutsma
6b1fc27d64 Added SAAJ COntentHandler, necessary for SAAJ 1.1 2007-01-03 11:58:37 +00:00
Arjen Poutsma
9d6335dbf5 2007-01-03 11:50:13 +00:00
Arjen Poutsma
78a2d7e068 Improved testing of SAAJ. 2007-01-02 14:15:20 +00:00
Arjen Poutsma
39e921e3ae Refactored SAAJ implementation from two separate class hierarchies (SAAJ 1.2 and SAAJ 1.3) into one single hierarchy, using bridge pattern (SaajImplementation). 2006-12-31 20:43:15 +00:00
Arjen Poutsma
0b030468ae Refactored SAAJ implementation from two separate class hierarchies (SAAJ 1.2 and SAAJ 1.3) into one single hierarchy, using bridge pattern (SaajImplementation). 2006-12-31 20:42:41 +00:00
Arjen Poutsma
a8e2af7f92 Refactored SAAJ implementation from two separate class hierarchies (SAAJ 1.2 and SAAJ 1.3) into one single hierarchy, using bridge pattern (SaajImplementation). 2006-12-31 20:38:40 +00:00
Arjen Poutsma
35d148798e Upgraded to Axiom 1.2.1 fixed the SwA issue 2006-12-31 16:55:19 +00:00
Arjen Poutsma
f5492cbe89 Upgraded to Axiom 1.2.1 fixed the SwA issue 2006-12-31 16:53:45 +00:00
Arjen Poutsma
68b0c6ff8d Upgraded to Spring 2.0.1 and Axiom 1.2.1 2006-12-31 12:29:20 +00:00
Arjen Poutsma
32d960d3e0 2006-12-28 22:18:11 +00:00
Arjen Poutsma
7954363e21 Fixed #SWS-68 No way to propagate exception from an AbstractSaxPayloadEndpoint 2006-12-04 22:22:28 +00:00
Arjen Poutsma
6f0773bee5 Implemented #SWS-67: Dynamically create WSDL based on schema. Using it in the echo sample. 2006-12-01 11:42:49 +00:00
Arjen Poutsma
1200c45f8f Added WSDL4J support for Wsdl definitions 2006-11-30 22:07:15 +00:00
Arjen Poutsma
13e90ecd0d Added Commons Http client support. 2006-11-19 20:34:50 +00:00