Skip navigation.

Application Developer's Guide

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

Invoking Queries in Web Service Clients

This chapter 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 Services in 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 Services in Programming WebLogic Web Services in the WebLogic Server documentation.

 

Skip navigation bar  Back to Top Previous Next