Stefan Klinger <klinst <at> cs.york.ac.uk> writes:

> [java2wsdl] [Fatal Error] :2:51: The value of the attribute 
> "prefix="xmlns",localpart="impl",rawname="xmlns:impl"" is invalid. 
> Prefixed namespace bindings may not be empty.

Your task must specify the target namespace:

<java2wsdl output="LoanBrokerWS.wsdl" 
   className="com.ttdev.simpleservice.LoadBrokerWS"
   namespace="urn:com.ttdev:simpleservice"
   location="http://localhost:8080/axis/LoanBrokerWS";>
</java2wsdl>

--
Author of a book for learning Apache Axis (http://www.agileskills2.org/DWSAA)

Reply via email to