Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\advnc_web_create.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>Creating a Web Service Reference Based on a WSDL</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T16:11:32Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Creating a Web Service Reference Based on a WSDL" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11947-01" /> <link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface.htm" title="Home" type="text/html" /> <link rel="up" href="advnc.htm" title="Advanced Programming Techni..." type="text/html" /> <link rel="up" href="advnc_web_services.htm" title="Implementing Web Services" type="text/html" /> <link rel="up" href="advnc_web_create.htm" title="Creating a Web Service Refe..." type="text/html" /> <link rel="prev" href="advnc_web_ssl.htm" title="Previous" type="text/html" /> <link rel="next" href="advnc_web_rep.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="Home">Home</a> > <a href="advnc.htm" title="Advanced Programming Techni...">Advanced Programming Techni...</a> > <a href="advnc_web_services.htm" title="Implementing Web Services">Implementing Web Services</a> > Creating a Web Service Refe...</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="advnc_web_ssl.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="advnc_web_rep.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABEAIGH" name="BABEAIGH"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB25886" id="HTMDB25886"></a>Creating a Web <a id="sthref2260" name="sthref2260"></a>Service Reference Based on a WSDL</h1> <p>When you create a Web service reference based on a WSDL, you must decide how to locate the WSDL. You can locate a WSDL in two ways:</p> <ul> <li> <p>By searching a Universal Description, Discovery and Integration (<a id="sthref2261" name="sthref2261"></a>UDDI) registry</p> </li> <li> <p>by entering the URL to the WSDL document</p> </li> </ul> <p>A UDDI registry is a directory where businesses register their Web services.</p> <a id="sthref2262" name="sthref2262"></a> <p class="subhead2">Topics:</p> <ul> <li> <p><a href="#BABJJAIH">Creating a Web Service Reference by Searching a UDDI Registry</a></p> </li> <li> <p><a href="#BABBJHCI">Creating a Web Service Reference by Specifying a WSDL Document</a></p> </li> <li> <p><a href="#BCGIJAJB">Creating a Web Service Manually</a></p> </li> </ul> <a id="BABJJAIH" name="BABJJAIH"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25887" id="HTMDB25887"></a>Creating a Web Service Reference by Searching a UDDI Registry<a id="sthref2263" name="sthref2263"></a></h2> <p>To create a Web service by searching a UDDI registry:</p> <ol> <li> <p>Navigate to the Web Service References page. See <a href="advnc_web_about.htm#BABBFIDF">"Accessing the Web Service References Page"</a>.</p> </li> <li> <p>Click <span class="bold">Create</span>.</p> </li> <li> <p>When prompted to search a UDDI registry to find a WSDL, click <span class="bold">Yes</span>.</p> </li> <li> <p>For UDDI Location you can either:</p> <ul> <li> <p>Enter a URL endpoint to a UDDI registry.</p> </li> <li> <p>Click the <span class="bold">List</span> icon and select a UDDI registry.</p> </li> </ul> </li> <li> <p>For Search, specify the following:</p> <ol> <li> <p>Search Type - Specify whether to search for a business name or a service name. You cannot search for both.</p> </li> <li> <p>Name - Enter the business name or service name to search for. Use the percent (%) symbol as a wildcard character.</p> </li> <li> <p>Optionally indicate if the search should be case-sensitive or an exact match.</p> </li> <li> <p>Click <span class="bold">Search</span>.</p> </li> <li> <p>When the search results appear, make a selection and click <span class="bold">Next</span>.</p> </li> </ol> <p>A summary page appears describing the selected Web service.</p> </li> <li> <p>Review your selection and click <span class="bold">Next</span> to continue.</p> <p>The URL to the WSDL document displays in the WSDL Location field.</p> </li> <li> <p>Click <span class="bold">Finish</span>.</p> </li> </ol> <p>The Web service reference is added to the Web Service References Repository.</p> </div> <!-- class="sect3" --> <a id="BABBJHCI" name="BABBJHCI"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25888" id="HTMDB25888"></a>Creating a Web Service Reference by Specifying a WSDL Document<a id="sthref2264" name="sthref2264"></a></h2> <p>To create a Web service by specifying a URL to a specific WSDL document:</p> <ol> <li> <p>Navigate to the Web Service References page. See <a href="advnc_web_about.htm#BABBFIDF">"Accessing the Web Service References Page"</a>.</p> </li> <li> <p>Click <span class="bold">Create</span>.</p> </li> <li> <p>When prompted to search a UDDI registry to find a WSDL, click <span class="bold">No</span>.</p> </li> <li> <p>In WSDL Location, enter the URL to the WSDL document.</p> </li> <li> <p>Click <span class="bold">Finish</span>.</p> </li> </ol> <p>The Web service reference is added to the Web Service References Repository.</p> </div> <!-- class="sect3" --> <a id="BCGIJAJB" name="BCGIJAJB"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25889" id="HTMDB25889"></a>Creating a Web Service <a id="sthref2265" name="sthref2265"></a>Manually</h2> <p>To create a Web service reference manually:</p> <ol> <li> <p>Navigate to the Web Service References page. See <a href="advnc_web_about.htm#BABBFIDF">"Accessing the Web Service References Page"</a>.</p> </li> <li> <p>Click <span class="bold">Create</span>.</p> </li> <li> <p>When prompted to search a UDDI registry to find a WSDL, click <span class="bold">No</span>.</p> </li> <li> <p>From the Tasks list, click <span class="bold">Create Web Service Reference Manually</span>.</p> <p>The Create/Edit Web Service page appears.</p> </li> <li> <p>In Name, enter a name to identify the reference.</p> </li> <li> <p>Under Service Description:</p> <ol> <li> <p>URL - Enter the URL endpoint of the Web service.</p> </li> <li> <p>Action - Enter the action of the Web service (optional).</p> </li> <li> <p>Proxy - Enter a proxy if you want to override the application proxy for this service.</p> </li> <li> <p>Basic Authentication - Choose whether the Web service requires authentication. Select <span class="bold">Yes</span> or <span class="bold">No</span>.</p> </li> </ol> </li> <li> <p>For SOAP Envelop, enter the SOAP envelope for this request.</p> </li> <li> <p>For Store Response in Collection, enter the name of a collection to store the response (optional).</p> </li> <li> <p>Click <span class="bold">Create</span>.</p> </li> </ol> <p>The Web service reference is added to the Web Service References Repository.</p> </div> <!-- class="sect3" --></div> <!-- class="sect2" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="advnc_web_ssl.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="advnc_web_rep.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de