- This topic has 5 replies, 3 voices, and was last updated 11 years, 11 months ago by support-tony.
-
AuthorPosts
-
DennisParticipantI am trying to implement a jax-ws webservice that will use Spring Security for Authentication when called, which is already setup for the web application.
I have the latest versions.
My webservice fails on data retrieval from the DAO, of course, because I have not authenticated at this point and the DAO is secured. Otherwise the ws is working as expected.
I want to go down the right path, but am not sure how to proceed in this environment. Has Skyway addressed this situation?
Thanks
support-swapnaModeratordjwaters,
Can you please take a look at this tutorial and see if it helps ?
http://www.myeclipseide.com/documentation/quickstarts/ME4STutorialScaffoldingSecurity/scaffoldingsecurityarticle.html
DennisParticipantI thought I replied to this days ago, but apparently I did not submit correctly.
Please read my original post again. I am already running Spring Security. I am trying to authenticate to a new webservice created in my existing env and don’t know the best way to proceed and don’t know the Skyway classes.
support-tonyKeymasterdjwaters,
Not being familiar with web service security myself, I’m not sure what your situation might be but it sounds like you’re asking development questions, rather than IDE questions. I’m not clear as to why you would expect the IDE to provide runtime classes for your web services client. Certainly, we ship some runtime libraries (that could be obtained elsewhere) and make them easily available for your convenience but the use of those libraries is a development issue.
Have you tried seeking help on an appropriate development forum? Although other MyEclipse users do help out with issues from time to time, other forums are more likely to assist with purely development issues.
I’m sorry if I’ve misunderstood your request. If so, can you please restate it in terms related to MyEclipse?
DennisParticipantAs your tool provides wizards to generate webservices as well as clients and security I assumed somebody would be familiar with this issue, esp. in an ME4S environment.
I certainly have gotten this type of guidance in the past from the Skyway folks. Apparently that no longer is true.
Thanks
support-tonyKeymasterdjwaters,
Sorry about that. We do offer assistance, beyond the IDE, when the knowledge is readily available, so not much investigation to do. Developers aren’t always available to help (busy schedules), I’m afraid.
-
AuthorPosts