Hi
I put a break point in this class JndiEncBuilder at
           // determine the location of the wsdl file
            URL wsdlUrl = null;
            if (referenceInfo.wsdlFile != null) {
                try {
                    wsdlUrl = new URL(referenceInfo.wsdlFile);
                } catch (MalformedURLException e) {
                    wsdlUrl =
classLoader.getResource(referenceInfo.wsdlFile);
                    if (wsdlUrl == null) {
                        logger.warning("Error obtaining WSDL: " +
referenceInfo.wsdlFile, e);
                    }

                }
            }

and substituted with full URL, so the malformed url exception is not
happening. but it  still  fails.
 Our project structure is all WS clients are in different module and added
them onto the class path of EJB project. Will this help?

--
View this message in context: 
http://openejb.979440.n4.nabble.com/NPE-when-calling-webservice-tp3527162p4451727.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to