Hi everybody,
I had installed juddi distribution in tomcat earlier and now installed the same
thing in weblogic 8.1. With this installation I am able to view happyjuddi.jsp
which doesnt complain of any issues.
I also have axis distribution running iun the same domain of weblogic. After
creating a web service thru axis, i try to register the service in juddi.
During that process, i try to get the auth_token with a username and password
which is already present in my juddi database.
AuthToken token =
proxy.get_authToken(username, password);
But in the execution of this statement i am getting an error which says 'Unable
to create Messagefactory for SOAP: null'. I dont get any such error for tomcat
installation where my application behaves as expected.
On tracing the roots of error down further in juddi distribution, I guess
weblogic is not able to load org.apache.axis.soap.MessageFactoryImpl class.
This class is present in axis.jar which is packed in my jddi distribution
installed in weblogic.
I am not very sure what can be the reason of problem. Can anybody please help
me on this??
Thanks and Regards
Pankaj Sanghi
|
- Problem in juddi with weblogic 8.1 sslPankaj, Kumar Sanghi
-