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


Hi Anshuk,

This mailing list is for development related issues. For user related questions, please use the WTP newsgroup[1].

Not sure what the problem is, but it would help if you can post a copy of the WSDL file. Btw, what is the endpoint of the Web service? Is it http or https? Reason I asked is because there's a bug against the internet preference page where it is not updating the JVM's https proxy settings[2].

[1] news://news.eclipse.org/eclipse.webtools
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=102677

Thanks,

Jeffrey Liu
IBM Rational Software - Performance Analyst
IBM Toronto Lab.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/R8V/8200/MKM (D3-268)
T/L: 969 3531
Tel: (905) 413 3531
Fax: (905) 413 4920
jeffliu@xxxxxxxxxx



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

08/22/2005 08:15 AM

Please respond to
"Web Standard Tools developer discussions."

To
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
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


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


Back to the top