Skip to content

Commit 4a3d84f

Browse files
authored
activate soapProxy for YAML (#2549)
1 parent 03cec18 commit 4a3d84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/predic8/membrane/core/proxies/SOAPProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* {@link Router}, which periodically attempts to restore the proxy.
5757
* @topic 1. Proxies and Flow
5858
*/
59-
@MCElement(name = "soapProxy")
59+
@MCElement(name = "soapProxy", topLevel = true, component = false)
6060
public class SOAPProxy extends AbstractServiceProxy {
6161

6262
private static final Logger log = LoggerFactory.getLogger(SOAPProxy.class.getName());

0 commit comments

Comments
 (0)