<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bindings xmlns="http://java.sun.com/xml/ns/jaxws"
          xmlns:xsd="http://www.w3.org/2001/XMLSchema"
          xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
          xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
          wsdlLocation="MathService_Wsdl.wsdl">
   <bindings xmlns:jws="http://java.sun.com/xml/ns/javaee" node="wsdl:definitions">
      <jws:handler-chains>
         <jws:handler-chain>
            <jws:handler>
               <jws:handler-class>com.ptc.jws.client.handler.WebServiceURLHandler</jws:handler-class>
            </jws:handler>
         </jws:handler-chain>
      </jws:handler-chains>
   </bindings>
</bindings>