UDDIProxy:
findBusiness method
Description
Finds business items using business names in a UDDI search.
Syntax
1 |
<span>proxy</span>.<span>findBusiness</span> (readonly string <span>businessName</span>, ref integer <span>count</span>, <br>ref string <span>busNameResult</span> [ ], ref string <span>busDescriptionResult</span> [ ], ref string <span>busKeyResult</span> [ ]) |
Argument |
Description |
---|---|
proxy |
The name of the UDDIProxy object |
businessName |
Business name to search in UDDI registry |
count |
Number of search results returned; never |
busNameResult |
Array of business names matching the |
busDescriptionResult |
Array of descriptions for businesses |
busKeyResult |
Array of globally unique identifiers |
Return Values
Integer. Valid values are 1
for
success, and 0
for failure.
Examples
The following code finds business names, descriptions,
and keys in the IBM UDDI registry:
1 |
uddiproxy proxy |
1 |
proxy = create uddiproxy |
1 |
int count |
1 |
string businessName[], businessDescription[] |
1 |
string businessKey [] |
1 |
proxy.<span>findbusiness</span>("IBM", count, businessName, &<br>  businessDescription, businessKey) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest