blob: a0d3ae2923b91a1804b3c2f6335059c63d63ad91 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<deployment name="service_configuration_exercises_wsddScenario1"
xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java/"
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
xsi:schemaLocation="http://xml.apache.org/axis/wsdd/ D:\Schemas\WSDD\WSDD.xsd">
<documentation>
This is a trivial service deployment. It defines no chains, no handlers. Just the service.
Minimal deployment with no serviceDescription is required as the deployment identifies the type to use.
The serviceHandler is not specified, the default serviceHandler for javaProvider is used in this case.
This would map to a service lookup key in the registry of "urn:wsddScenario1-service-1/atLeastOneOpName"
</documentation>
<service name="wsddScenario1-service-1">
<provider>
<operation name="atLeastOneOpName"/>
<java:provider className="samples.wsdd.wsddScenario1"/>
</provider>
</service>
</deployment>