~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to usersguide/tutorials/j2ee-tut/examples/jaxrpc/helloservice/src/java/helloservice/Hello-config.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8' ?>
 
2
<configuration xmlns='http://java.sun.com/xml/ns/jax-rpc/ri/config'>
 
3
        <service name='Hello' targetNamespace='urn:Hello/wsdl' typeNamespace='urn:Hello/types' packageName='helloservice'>
 
4
                <interface name='helloservice.HelloSEI' servantName='helloservice.HelloImpl'>
 
5
                </interface>
 
6
        </service>
 
7
</configuration>