File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ See src/test/resources/innerservice.wsdl
77We now want to expose a new public interface.
88
99In the past I've done similar integrations using JBoss ESB where the flow is like this:
10- 1 . Inbound enpoint that exposes the webservice and gives me the payload (soap body)
11- 2 . XSLT transformation (and other enrichment) of body payload
12- 3 . A home made action/endpoint that takes the (new) payload and calls the internal SOAP endoint.
10+ 1 . Inbound enpoint that exposes the webservice and gives me the payload (soap body)
11+ 2 . XSLT transformation (and other enrichment) of body payload
12+ 3 . A home made action/endpoint that takes the (new) payload and calls the internal SOAP endoint.
1313https://community.jboss.org/wiki/JAX-WSBasedWebServiceClientAction
1414
1515I normaly find Mule very inuative and simple when it comes to WS-SOAP but unfortuanly there is no
@@ -21,7 +21,7 @@ In this project I recreate the same excersise but using Mule ESB CE 3.3.0
2121
2222Things I found in this project that I wish Mule had out-of-the-box.
2323
24- * "Set payload" component that can handle the value as a multi-line CDATA instead of a attribute.
24+ * "Set payload" component that can handle the value as a multi-line CDATA instead of a attribute.
2525
2626Thanks to ryan carter for helping me with this one.
2727http://forum.mulesoft.org/mulesoft/topics/is_there_a_soap_client_that_does_not_require_a_service_class
You can’t perform that action at this time.
0 commit comments