UDDIProxy:
setInquiryUrl method
Description
Sets the UDDI inquiry URL.
Syntax
1 |
<span>proxy</span>.<span>setinquiryurl</span> (readonly string <span>url</span>) |
Argument |
Description |
---|---|
proxy |
The name of the UDDIProxy object |
url |
A valid UDDI inquiry URL |
Return Values
Integer. Valid values are 1
for
success, and 0
for failure.
Examples
The following code sets the inquiry URL to a UDDI
registry on the IBM Web site:
1 |
uddiproxy proxy |
1 |
int ret |
1 |
proxy = create uddiproxy |
1 |
ret = proxy.<span>setinquiryurl</span>   ("http:/www–3.ibm.com/services/uddi/inquiryapi") |
1 |
...//search processing |
1 |
destroy proxy |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest