Couldn't get the WSDL on Weblogic Admin Console for web services using a shared library
Hi all,
I'm trying to change my web services into using a shared library that I've created.
I've successfully deployed my web services and shared library on Weblogic, however, when I tried to click on the web services link on Admin Console, I got this error:
java.lang.ClassNotFoundException: com.jdedwards.system.connector.dynamic.SystemException
I couldn't get the WSDL or any other information for my web services on console. I think Weblogic is still having trouble finding the resources in my shared library, but I have no idea what I'm missing. Can someone kindly provide the right procedure for deploying web services with share library?