Skip to content

Commit cf41e81

Browse files
committed
Fixed conflict
2 parents 5352e6f + 4a72f6c commit cf41e81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

soap2soap/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ See src/test/resources/innerservice.wsdl
77
We now want to expose a new public interface.
88

99
In 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.
1313
https://community.jboss.org/wiki/JAX-WSBasedWebServiceClientAction
1414

1515
I 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

2222
Things 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

2626
Thanks to ryan carter for helping me with this one.
2727
http://forum.mulesoft.org/mulesoft/topics/is_there_a_soap_client_that_does_not_require_a_service_class

0 commit comments

Comments
 (0)