Retrieving or Updating Web Service Method Connection Information
7-40 BEA Systems, Inc.
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:
<m:SETMTHCONNECTION
xmlns:m="urn:schemas-iwaysoftware-com:jul2003:ibse:config">
<m:servicename>String</m:servicename>
<m:methodname>String</m:methodname>
<m:descriptor format="" channel="">
<m:option title="">
<m:group title="">
<m:param/>
</m:group>
</m:option>
</m:descriptor>
</m:SETMTHCONNECTION>
a. For the <m:servicename> tag, replace the String placeholder with the name of the
Web service.
b. For the <m:methodname> tag, replace the String placeholder with the name of the
Web service method.
c. For the <m: descriptor> tag, copy and paste the contents of the <m: descriptor>
tag that was returned when you retrieved Web Service method connection
information.
9. Modify the contents of the <m: descriptor> tag to change the existing Web Service
method connection information.
10. From the SOAP menu, select Send request to server.