245246247248249250251252253254255
throw e; } } // Test xsd:unsignedLong UnsignedLong ulInput = new UnsignedLong(100); try { output = binding.echoUnsignedLong(ulInput); verify("echoUnsignedLong", ulInput, output); } catch (Exception e) { if (!testMode) {