سؤال

I am following these steps: steps

But when I try to run it on the server, I get this: error

Could anyone help me, how could I test my webservice? Thank you!

هل كانت مفيدة؟

المحلول

It looks like you are trying to connect to the root directory- normally you would be pointing at a file such as a wsdl, or the web services link in weblogic. Try connecting outside of eclipse - use a browser. Navigate to the server console (hostname:port/console in weblogic development mode), then try going to the webservice from within there. There is a link to the test point.

نصائح أخرى

Don't "Run" the Project, Run the Class (TestWS.java). This will bring you the Service Test Point in Eclipse. The other way it's the described by FlareStar.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top