EasyManua.ls Logo

BEA WebLogic - Page 156

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...
Retrieving or Updating Web Service Method Connection Information
7-38 BEA Systems, Inc.
5. Select the GETMTHCONNECTION(GETMTHCONNECTION 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:
<m:GETMTHCONNECTION
xmlns:m="urn:schemas-iwaysoftware-com:jul2003:ibse:config">
<m:servicename>String</m:servicename>
<m:methodname>String</m:methodname>
</m:GETMTHCONNECTION>
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 name of the
Web service method.
9. From the SOAP menu, select Send request to server.
A response is returned that contains the <m: descriptor> element. You must use this
element when updating your Web service method.

Table of Contents