We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cec18 commit 4a3d84fCopy full SHA for 4a3d84f
1 file changed
core/src/main/java/com/predic8/membrane/core/proxies/SOAPProxy.java
@@ -56,7 +56,7 @@
56
* {@link Router}, which periodically attempts to restore the proxy.
57
* @topic 1. Proxies and Flow
58
*/
59
-@MCElement(name = "soapProxy")
+@MCElement(name = "soapProxy", topLevel = true, component = false)
60
public class SOAPProxy extends AbstractServiceProxy {
61
62
private static final Logger log = LoggerFactory.getLogger(SOAPProxy.class.getName());
0 commit comments