You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Paul French <pa...@kirona.com> on 2008/12/03 21:24:54 UTC

Java2wsdl gives [WARN] Unable to generate EPR for the transport : http

Hello,
 
I have googled about without any luck!
 
When I run the following command to generate a WSDL from a java interface:
 
    java2wsdl -cp . -cn com.kirona.webservices.MessageInterface -of
MessageService.wsdl
 
I get a warning.....
 
    [WARN] Unable to generate EPR for the transport : http
 
Could someone please tell me what this means and whether I need to worry
about it?
 
Thanks
Paul