JBoss ESB custom SOAPProxy action publishes only "<definitions/>" as WSDL

Solution Unverified - Updated -

Issue

  • I have a custom soap proxy action which extends org.jboss.soa.esb.actions.soap.proxy.SOAPProxy:
package com.example.esb.actions;

import ...

public class CustomSOAPProxy extends SOAPProxy {
  • I defined an ESB service using this soap proxy like as below, but the published WSDL only shows "<definitions/>."
  <service category="samples" name="MyService" description="..." invmScope="GLOBAL">
    <listeners>
      <http-gateway name="Http-Gateway" />
    </listeners>
    <actions mep="RequestResponse">
      <action name="soap-proxy" class="com.example.esb.actions.CustomSOAPProxy">
        ...
      </action>
    </actions>
  </service> 

Environment

  • JBoss Enterprise SOA Platform
    • 5.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.