{#include main} {#title}Quarkus SOAP Endpoints{/title} {#body}
SOAP Services
{#for service in info:cxfServiceInfos.orEmpty}
{service.className}
{service.path}{service.relativePath}
{/for}
SOAP Clients
{#for client in info:cxfClientInfos.orEmpty}
{client.sei}
{#if client.wsdlUrl} {client.wsdlUrl} {#else if client.endpointAddress} {client.endpointAddress} {#else} N/A {/if}
{/for}
{/body} {/include}