Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
102 jmachado 1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<bindings 
3
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4
    xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
5
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
6
    wsdlLocation="@wsdl.client@"
7
    xmlns="http://java.sun.com/xml/ns/jaxws">    
8
 
9
    <bindings node="ns1:definitions" xmlns:ns1="http://schemas.xmlsoap.org/wsdl/">
10
        <package name="@ws.package@"/>
11
    </bindings>
12
    <bindings node="ns1:definitions/ns1:types/xsd:schema[@targetNamespace='@target.namespace@']" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://schemas.xmlsoap.org/wsdl/">
13
        <jaxb:schemaBindings>
14
            <jaxb:package name="@ws.package@"/>
15
        </jaxb:schemaBindings>
16
    </bindings>
17
</bindings>
18