Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/java/DEWS/AttributeAuthority/appClientModule/META-INF/application-client.xml@2265
Revision 2265,
1.0 KB
checked in by pjkersha, 14 years ago
(diff) |
Working version including changes to getAttCert operation to support userId input.
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <application-client xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Application-client_ID" version="1.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"> |
---|
3 | <display-name>AttributeAuthority</display-name> |
---|
4 | <service-ref> |
---|
5 | <description>WSDL Service AttAuthorityService</description> |
---|
6 | <service-ref-name>service/AttAuthorityService</service-ref-name> |
---|
7 | <service-interface>ndg.security.attAuthority.AttAuthorityService</service-interface> |
---|
8 | <wsdl-file>META-INF/wsdl/attAuthority.wsdl</wsdl-file> |
---|
9 | <jaxrpc-mapping-file>META-INF/attAuthority_mapping.xml</jaxrpc-mapping-file> |
---|
10 | <service-qname xmlns:pfx="urn:ndg:security:attAuthority">pfx:AttAuthorityService</service-qname> |
---|
11 | <port-component-ref> |
---|
12 | <service-endpoint-interface>ndg.security.attAuthority.AttAuthority</service-endpoint-interface> |
---|
13 | </port-component-ref> |
---|
14 | </service-ref> |
---|
15 | </application-client> |
---|
Note: See
TracBrowser
for help on using the repository browser.