Hello,

 I'm using ant_1.7.0 (eclipse pluggin) and axis2-1.4. I'm trying to generate
a WSDL from my classes and each time I execute ant building I receive the
warning "Unable to generate EPR for the transport : http". 
 
 The build.xml is:

...
        <taskdef name="axis2-java2wsdl"
                 classname="org.apache.axis2.tool.ant.Java2WSDLTask">
                <classpath>
                        <fileset dir="./axis2-1.4/lib" includes="**/*.jar"/>
                </classpath>
        </taskdef>
...
                <axis2-java2wsdl classname="com.ert.WSInterface"
                                locationuri="http://localhost/WS";
                                outputfilename="./cfg/generated/file.wsdl"
                                style="document"
                                servicename="WSIService">
                        <classpath>
                                <pathelement location="./bin" />
                        </classpath>
                </axis2-java2wsdl>
...


  Could anyone tell me why this happens or how to avoid it, please?

Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Ant-Java2WSDL%3A-Unable-to-generate-EPR-for-the-transport-%3A-http-tp18446817p18446817.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to