blob: 03192a399897bc3bd6a2f89423b18c1826a82326 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<application-client version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd">
<description>This is my google app client</description>
<display-name>ksinkClient</display-name>
<env-entry>
<env-entry-name>googlekey</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>vCkqMIpV1WMKIRpNa7gBiYQZxDUYOYOj</env-entry-value>
</env-entry>
<ejb-ref>
<ejb-ref-name>ejb/googleserverejb</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.sun.s1asdev.ejb.webservice.ksink.googleserver.FooHome</home>
<remote>com.sun.s1asdev.ejb.webservice.ksink.googleserver.FooRemote</remote>
<ejb-link>GoogleEjb</ejb-link>
</ejb-ref>
<service-ref>
<description>google service ref</description>
<display-name>MY GOOGLE SERVICE REF DISPLAY name</display-name>
<service-ref-name>service/GoogleSearch</service-ref-name>
<service-interface>com.sun.s1asdev.ejb.webservice.ksink.googleclient.GoogleSearchService</service-interface>
<wsdl-file>META-INF/wsdl/GoogleSearch.wsdl</wsdl-file>
<jaxrpc-mapping-file>GoogleMapping_appclient.xml</jaxrpc-mapping-file>
<port-component-ref>
<service-endpoint-interface>com.sun.s1asdev.ejb.webservice.ksink.googleclient.GoogleSearchPort
</service-endpoint-interface>
<port-component-link>GoogleSearchEjbPort</port-component-link>
</port-component-ref>
<handler>
<description>handler 1</description>
<handler-name>handler1</handler-name>
<handler-class>com.sun.s1asdev.ejb.webservice.ksink.googleclient.ClientHandler</handler-class>
<init-param>
<description>param1 description</description>
<param-name>a</param-name>
<param-value>b</param-value>
</init-param>
<soap-header xmlns:googlens="urn:GoogleSearch">googlens:DirectoryCategory
</soap-header>
<soap-role>Role1</soap-role>
<soap-role>Role2</soap-role>
<port-name>GoogleSearchPort</port-name>
</handler>
</service-ref>
<service-ref>
<description>dynamic proxy google service ref</description>
<service-ref-name>service/GoogleSearchProxy</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>META-INF/wsdl/GoogleSearch.wsdl</wsdl-file>
<jaxrpc-mapping-file>googleclient.model</jaxrpc-mapping-file>
<port-component-ref>
<service-endpoint-interface>com.sun.s1asdev.ejb.webservice.ksink.googleclient.GoogleSearchPort
</service-endpoint-interface>
</port-component-ref>
<handler>
<description>handler 1</description>
<handler-name>handler1</handler-name>
<handler-class>com.sun.s1asdev.ejb.webservice.ksink.googleclient.ClientHandler</handler-class>
<init-param>
<description>param description</description>
<param-name>c</param-name>
<param-value>d</param-value>
</init-param>
</handler>
</service-ref>
<service-ref>
<description>dii google service ref</description>
<service-ref-name>service/DIINoWSDL</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
</service-ref>
<service-ref>
<description>partial wsdl test google service ref</description>
<service-ref-name>service/partialGeneric</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>META-INF/wsdl/GoogleSearch_partial.wsdl</wsdl-file>
<jaxrpc-mapping-file>GoogleMapping_appclient.xml</jaxrpc-mapping-file>
<port-component-ref>
<service-endpoint-interface>com.sun.s1asdev.ejb.webservice.ksink.googleclient.GoogleSearchPort
</service-endpoint-interface>
<port-component-link>ksink-web.war#GoogleSearchPort</port-component-link>
</port-component-ref>
</service-ref>
<!-- <service-ref>
<description>partial wsdl test google service ref</description>
<service-ref-name>service/partialGenerated</service-ref-name>
<service-interface>googleclient.GoogleSearchService</service-interface>
<wsdl-file>META-INF/wsdl/GoogleSearch_partial.wsdl</wsdl-file>
<jaxrpc-mapping-file>GoogleMapping_appclient.xml</jaxrpc-mapping-file>
</service-ref>
-->
</application-client>