My WSIF changes
Jeff MAURY <jeffmaury-Zw62CLeTQR3qlBn2x/[email protected]> Mon, 22 May 2006 10:28:25 +0200
| Newsgroups | gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: MappingHelper.java (support SOAP encoded long type)
===================================================================
--- MappingHelper.java (revision 356789)
+++ MappingHelper.java (working copy)
@@ -106,7 +106,7 @@
new QName(WSIFConstants.NS_URI_SOAP_ENC, "byte"),
"java.lang.Byte");
map.put(new QName(WSIFConstants.NS_URI_SOAP_ENC, "base64"),
"[B");
-
+ map.put(new QName(WSIFConstants.NS_URI_SOAP_ENC, "long"),
"java.lang.Long");
// soap Java collection mappings
map.put(
new QName(WSIFConstants.NS_URI_APACHE_SOAP, "Map"),
Index: Parser.java (process Schema extensions)
===================================================================
--- Parser.java (revision 356789)
+++ Parser.java (working copy)
@@ -505,9 +505,9 @@
while (extEleIt.hasNext()) {
Object nextEl = extEleIt.next();
- if(!(nextEl instanceof UnknownExtensibilityElement)) {
- continue;
- }
+ //if(!(nextEl instanceof UnknownExtensibilityElement)) {
+ // continue;
+ //}
// UnknownExtensibilityElement typesElement =
// (UnknownExtensibilityElement) nextEl;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
jeffmaury.vcf
(text/x-vcard, 128 B)
begin:vcard fn:Jeff MAURY n:MAURY;Jeff email;internet:jeffmaury-Zw62CLeTQR3qlBn2x/[email protected] version:2.1 end:vcard