Uploaded image for project: 'RiftSaw'
  1. RiftSaw
  2. RIFTSAW-37

ODE's WSDLFactory doesn't support write operations of BPEL extensions

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 2.0-M2
    • None
    • None
    • None

      In org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL20 the custom serializers are not registered. Although the deserializers are:

      public ExtensionRegistry newPopulatedExtensionRegistry()

      { ExtensionRegistry extRegistry; extRegistry = super.newPopulatedExtensionRegistry(); extRegistry.registerDeserializer(Definition.class, new QName(_propNS, "property"),_bs); extRegistry.registerDeserializer(Definition.class, new QName(_propNS, "propertyAlias"), _bs); extRegistry.registerDeserializer(Types.class, XMLSchemaType.QNAME, new XMLSchemaTypeSerializer()); extRegistry.registerDeserializer(Definition.class, new QName(_plnkNS, "partnerLinkType"),_bs); // TODO: register serializer as well return extRegistry; }

              rhn-support-hbraun Heiko Braun
              rhn-support-hbraun Heiko Braun
              Archiver:
              rhn-support-adandapa Aitik Dandapat (Inactive)

                Created:
                Updated:
                Resolved:
                Archived: