SOAPProcessor Programmer Guide Documentation
--------------------------------------------
Key: JBESB-2573
URL:
https://jira.jboss.org/jira/browse/JBESB-2573
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Documentation
Reporter: Stelios Koussouris
Priority: Minor
The example in the following section is meant to refer to SOAPProcessor but it has a
different example. Some additional info on the paramters to pass in might also come handy
11.7. Webservices/SOAP
Action Configuration
The <action ... /> configuration for this action is very straightforward. The action
requires only one mandatory property value, which is the "jbossws-endpoint"
property. This property names the JBossWS endpoint that the SOAPProcessor is exposing
(invoking).
<action name="PrintAMessage" class="test.PrintMessage">
<property name="information" value="Hello World!" />
<property name="repeatCount" value="5" />
</action>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira