Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Wtp-wst-dev] Regarding the Proxy Authentication

Arthur,
 
I agree with you about the different JVM.I tried using Web Services Explorer but its now showing a different error while accessing the external web service.
 
IWAB0135E An unexpected error has occurred.
502
Proxy Error ( The Uniform Resource Locator (URL) does not use a 
recognized protocol. Either the protocol is not supported or the 
request was not typed correctly. Confirm that a valid protocol is in 
use (for example, HTTP for a Web request).  )

I am able to see the method when I am giving the WSDL Link,the moment I am 
trying to access the service.It throwing this error.
Regards,
Anshuk


 
On 8/12/05, Arthur Ryman <ryman@xxxxxxxxxx> wrote:

Anshuk,

The WTP proxy settings are so you can run WTP behind a firewall, for example when accessing Web services via the Web Service Explorer. These settings affect the JVM that WTP and Eclipse are running in.

In your example, you are running a JSP in the JVM of some app server so the WTP settings do not apply to it. Different JVM process.

Arthur Ryman,
Rational Desktop Tools Development

phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx
intranet: http://labweb.torolab.ibm.com/DRY6/



Anshuk Palchaudhuri <anshuk.pal@xxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

08/12/2005 09:28 AM

Please respond to
"Web Standard Tools developer discussions."

To
"Web Standard Tools developer discussions." < wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
[Wtp-wst-dev] Regarding the Proxy Authentication





Hi Guys,

What I want know is that does the proxy authentication really work
properly in new the Eclipse WSTools.

Actually I was trying to acccess an external web Service using JSP
Page as a client and since I am behind the firwall i had to give the
Proxy Information.
When I am giving the same information in the JSP code itself
like System.getProperties().put("http.proxyHost","**************");
and so on.....its working.
but when I try to use the
Windows->Preferences->Internet->ProxySettings by giving the same
information it does not work.
And before that I enable the HTTP Proxy Authentication of
Windows->Prefernces->Install/Update

I have no idea why it is noy working....
Can anyone hlep me?

Anshuk
_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev




Back to the top