Show webservices.xml syntax highlighted
<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://fi.hip.gridblocks/1.0/computing' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
<webservice-description>
<webservice-description-name>ComputingService</webservice-description-name>
<wsdl-file>WEB-INF/wsdl/ComputingService.wsdl</wsdl-file>
<jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
<port-component>
<port-component-name>ComputingInterfacePort</port-component-name>
<wsdl-port>impl:ComputingInterfacePort</wsdl-port>
<service-endpoint-interface>fi.hip.gb.net.ComputingInterface</service-endpoint-interface>
<service-impl-bean>
<servlet-link>ComputingService</servlet-link>
</service-impl-bean>
</port-component>
</webservice-description>
</webservices>
See more files for this project here