bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Invoking Liquid Data Queries Programmatically

 Previous Next Contents Index View as PDF  

Invoking Queries in Web Service Clients

This topic introduces how to invoke BEA Liquid Data for WebLogicTM queries in Web service client applications. It contains the following sections:

For more information about Liquid Data-generated Web services, see Generating and Publishing Web Servicesin the Liquid Data Administration Guide.

 


Finding the WSDL URL for Generated Web Services

After generating a Web service for a selected stored query, the Administration Console displays a confirmation message that shows the URL of the generated Web service. The URL of the WSDL of a generated Web service has the following pattern:

http://HOSTNAME:PORT/liquiddata/query_name/webservice?WSDL

For example, if the stored query is named order.xq, then the URL of its WSDL is:

http://localhost:7001/liquiddata/order/webservice?WSDL.

 


Invoking Web Services Programmatically

You invoke Liquid Data Web services that were generated in the Administration Console using the same approach that you would use for invoking any WebLogic Web Service. For more information, see Invoking Web Servicesin Programming WebLogic Web Services in the WebLogic Server documentation.

 

Back to Top Previous Next