i am trying to create static stubs by using wscompile for a wsdl file
wscompile -gen:client conf.xml
and i got:
error: modeler error: model error: undeclared namespace prefix: ""
can someone help?
thanks
my conf.xml is:
<?xml version="1.0" encoding="UTF-8"?>
<configuration
xmlns="
http://java.sun.com/xml/ns/jax-rpc/ri/config">
<wsdl location="
http://www.cs.ucsb.edu/~dap/poogle/wsdl.php?wsdl"
packageName="poogle"/>
</configuration>
the wsdl file is at
http://www.cs.ucsb.edu/~dap/poogle/wsdl.php?wsdl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net