- This topic has 1 reply, 2 voices, and was last updated 16 years, 1 month ago by Brian Fernandes.
-
AuthorPosts
-
SuneelMemberHi Guys
I am new to Web Services and I am trying to develop the “developing a JAX-WS web service and deploying it using MyEclipse 6.5”
http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/When i am Running the application i am getting one pop-up window with below information and asking me username & password
—
The server 192.168.2.4 at XDB requires a username and password.Warning: This server is requesting that your username and password be sent in an insecure manner (basic authentication without a secure connection).
—–here i am giving Installation Details…..
*** Date:
Wednesday, October 15, 2008 6:23:54 AM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.5.1 GA
Build id: 6.5.1-GA-20080715Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.5\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
12f0_7c
-clean
-vm
C:\Program Files\MyEclipse 6.5\jre\bin\javaw.exe
—
Please help me on this….Thanks
Kumar
Brian FernandesModeratorKumar,
We did not include any security / authentication in our tutorial, so it is unlike that the authentication was requested by something you generated as part of this tutorial.
What server are you deploying to, are you using MyEclipse to deploy the application? What exactly do you mean by “running the application” – are you accessing the webservice or the app root?
Without a better understanding of what your application really is, I’m sorry we can’t help further. I would suggest trying with your bare bones application, without the web service / deploy a simple MyEclipse web project to your server to see if you are still prompted for authentication details.
Hope this helps
-
AuthorPosts