EasyManua.ls Logo

BEA WebLogic - Page 162

BEA WebLogic
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Starting or Stopping a Channel Programmatically
7-44 BEA Systems, Inc.
4. In the Choose a file field, paste the iBSE control event URL, and click OK.
The following image shows the soap operation name dialog box that opens with a list
of available control methods.
5. Select the STOPCHANNEL(STOPCHANNEL parameters) control method and click OK.
A window opens, which shows the structure of the SOAP envelope.
6. Locate the Text view icon in the tool bar.
7. To display the structure of the SOAP envelope as text, click the Text view icon.
The <SOAP-ENV:Header> tag is not required and can be deleted from the SOAP
envelope.
8. Locate the following section:
<SOAP-ENV:Body>
<m:STOPCHANNEL
xmlns:m="urn:schemas-iwaysoftware-com:dec2002:iwse:event">
<m:channel>String</m:channel>
</m:STOPCHANNEL>
</SOAP-ENV:Body>
9. For the <m:channel> tag, replace the String placeholder with the name of the channel
you want to stop.
10. From the SOAP menu, select Send request to Server.

Table of Contents