Commit Graph

153 Commits

Author SHA1 Message Date
Arjen Poutsma
7f740e4fce Moved airline JMS functionality from to sandbox, not ready yet. 2007-01-21 10:23:06 +00:00
Arjen Poutsma
8155c83593 Fixed classname of Commons Http sender. 2007-01-17 14:42:56 +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
be38e50adf Updated airline sample to new packages. 2007-01-14 21:09:14 +00:00
Arjen Poutsma
d2a1d9d5b8 Updated airline sample to new packages. 2007-01-14 20:52:46 +00:00
Arjen Poutsma
b8e3304314 Echo client-sample 2007-01-14 20:27:12 +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
6ebb46ee6e 2007-01-14 14:17:19 +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
2b072d144d 2007-01-14 12:55:24 +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
4d316cf385 2007-01-14 11:57:52 +00:00
Arjen Poutsma
711309f053 Moved client-side code from sandbox to core module 2007-01-14 11:50:19 +00:00
Arjen Poutsma
54b63aec9f Client-side support seems finished 2007-01-13 20:07:08 +00:00
Arjen Poutsma
962caeab1e Added ResourceSource 2007-01-12 09:19:35 +00:00
Arjen Poutsma
0cae6a8ed2 Finishing up on client-side stuff. 2007-01-11 19:07:53 +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
e667b6c957 Working on client-side stuff. 2007-01-08 19:41:06 +00:00
Arjen Poutsma
bc4581adc0 Working on client-side stuff. 2007-01-06 23:29:49 +00:00
Arjen Poutsma
4e2c7db738 Removed PoxContext, forgot to remove it earlier 2007-01-06 21:44:20 +00:00
Arjen Poutsma
525243c467 Upgraded to XWSS 2.0 FCS 2007-01-05 00:58:25 +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
f6abe5c93f Upgraded to JAXB 2.0.3 2007-01-04 02:01:55 +00:00
Arjen Poutsma
727878cf6f Removed java.net repo, it's mirrored on central 2007-01-04 02:01:20 +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
4117d84e1d 2007-01-03 12:28:43 +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
8cc418bd00 2007-01-02 12:45:29 +00:00
Arjen Poutsma
cf7830b922 2006-12-31 20:50:47 +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
7828c120d1 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:40:30 +00:00
Arjen Poutsma
7f73cafae6 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:40:02 +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
785f6e854c Fixed #SWS-72: Pretty print JIBX output 2006-12-31 17:19:33 +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
5a2c5f02e2 Removed release & all project 2006-12-31 16:30:36 +00:00