[Smartcc-cvs] smartcc/soap/etc/client JBossNet-application-client.xml,NONE,1.1 JBossNet-manifest.mf,
Brought to you by:
hengels
|
From: <he...@us...> - 2002-06-18 09:27:51
|
Update of /cvsroot/smartcc/smartcc/soap/etc/client
In directory usw-pr-cvs1:/tmp/cvs-serv16099/soap/etc/client
Added Files:
JBossNet-application-client.xml JBossNet-manifest.mf
JBossNet-smart-client.xml
Log Message:
o an example that shows, how to connect to a webservice
--- NEW FILE: JBossNet-application-client.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application-client PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Client 1.3//EN" "http://localhost/dtd/application-client_1_3.dtd">
<application-client>
<ejb-ref>
<ejb-ref-name>ejb/Hello</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>org.jboss.net.sample.hello.interfaces.HelloHome</home>
<remote>org.jboss.net.sample.hello.interfaces.Hello</remote>
</ejb-ref>
</application-client>
--- NEW FILE: JBossNet-manifest.mf ---
Manifest-Version: 1.0
Created-By: he...@in...
Main-Class: org.jboss.net.sample.hello.HelloClient
--- NEW FILE: JBossNet-smart-client.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE smart-client PUBLIC "-//Innovidata//Smart Client Container 1.0//EN" "http://www.innovidata.com/dtd/smart-client_1_0.dtd">
<smart-client>
<smart-ref>
<ejb-ref-name>ejb/Hello</ejb-ref-name>
<transport>org.smartcc.SOAPTransport</transport>
<lookup>ejb/HelloBean</lookup>
<properties>
org.smartcc.service.url=http://localhost:8080/axis/services/Hello
#org.smartcc.service.name=
#org.smartcc.service.namespace=
#org.smartcc.service.port=
#org.smartcc.service.wsdl=
</properties>
</smart-ref>
<!--login-configuration>@vendor@</login-configuration-->
</smart-client>
|