PROBLEM: getNamespaceURI(String prefix) is called with a null prefix
843833Nov 12 2008 — edited Nov 12 2008Hi,
Using Netbeans 6.0, I created a web service from an existing WSDL - one that came packaged with a COTS product, BTW, so I know it works. The only way I can deploy it is if I remove the annotations that wsimport puts in the code, otherwise I get - during deployment to glassfish:
java.lang.IllegalArgumentException getNamespaceURI(String prefix) is called with a null prefix.
Interestingly enough, I also get this error when I attempt to introspect the WSDL into a client app and invoke. BUT - I do NOT get the error when I use Netbeans/Glassfish's web service tester app. Any ideas?