Client-side timeout + proxy interfaces

2005-02-18 Thread Hewitt, Christopher
Hi, Is it possible to set the client's timeout when using proxy interfaces? The only information I have ever found on setting a client-side timeout requires the use of Call objects, which are unnecessary with dynamic proxies. It seems that the client will eventually timeout after 10 minutes

Proxy problems

2005-02-09 Thread Günter Ladwig
Hi, I have some problems using a proxy to access a web service on my server. I set the proxy host and port using the -D arguments, like this: java -Dhttp.proxyHost=proxy.domain -Dhttp.proxyPort=3128 When running the client program the proxy (I think it's a Squid proxy) is contacted b

proxy server and WSDL2Java

2005-01-25 Thread Stuart Barlow
Using AXIS 1.1 Our webservice client is running in an AppServer. We are using WSDL2Java to generate a set of client bindings. Is it possible to connect via a proxy server without setting the JVM level http.proxyHost System properties? ta, Stuart

Client Timeout with Dynamic Proxy

2005-01-21 Thread Hewitt, Christopher
Hello, I am having trouble figuring out how to set the client's timeout property when using a dynamic proxy. eg: Service srv = new Service(wsdl, new QName(uri, serviceName)); SomeWS ws = (SomeWS)srv.getPort(SomeWS.class); I have seen the common example of casting the binding to a Stub

Webservices call via Proxy server

2004-11-22 Thread Tarun Gupta
Hi I am trying to make a web services call via a proxy server which requires authetication. I am getting following error. Please help. (407)Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Pro xy service is denied. ) at

Axis 1.1/1.2 - Accessing web services through an authenticating proxy

2004-11-01 Thread Mark .
Hi, For some reason I cannot use Axis to access a web service through my university’s authenticating proxy. No matter what I do (set system properties, install an Authenticator, etc) it won’t add the username/password I supply to the HTTP header of the request. As a result I get back a 407

Proxy problems

2004-08-23 Thread Nick Haines
Title: Proxy problems Hi all, I'm attempting to use Axis 1.2 Beta to make a web service call from an EJB inside WebSphere 5.1.  For added confusion I'm also using some JWSDP1.4 libraries (I've tried with 1.3 and had the same result) to do some of the other WebService related

PROXY: User credentials Not updated in AXIS

2004-06-24 Thread Baruah Montoo-CMB035
Hi, Does anyone know if there is a bug with proxy authentication code in axis. We are using axis 1.1 in unix env with a Microsoft IS as a proxy server. We have also replaced the transport layer to CommonsHTTPSender instead of HTTPSender. When a user tries to send a request for the first time

RE: problem connecting to webservice through proxy

2004-06-16 Thread Shailesh Khare
o: [EMAIL PROTECTED]Subject: RE: problem connecting to webservice through proxy Hi Dhanush,   I have done that but am not able to set the user id and password. Do you have any idea on how to do that?   Thanks & Regards, Nishit -Original Message- From: Dhanush Gopin

RE: problem connecting to webservice through proxy

2004-06-16 Thread nishit.kumar
MAIL PROTECTED] Cc: Subject: Re: problem connecting to webservice through proxy System.setProperty("https.proxyHost",PROXYHOST); System.setProperty("https.proxyPort",PROXYPORT); Use this to set the

Re: problem connecting to webservice through proxy

2004-06-16 Thread Dhanush Gopinath
ï System.setProperty("https.proxyHost",PROXYHOST);   System.setProperty("https.proxyPort",PROXYPORT);   Use this to set the proxy at the client end   Cheers Dhanush - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

RE: problem connecting to webservice through proxy

2004-06-16 Thread nishit.kumar
Hi All, I am trying to connect to the MapPoint webservice using axis. The application is deployed behind a corporate firewall because of which the request needs to go through the proxy. Can anyone suggest how to set proxyAddress, port, userId and password in Axis. Thanks & Regards, Ni

problem connecting to webservice through proxy

2004-06-16 Thread nishit.kumar
Hi All, I am trying to connect to the MapPoint WebService through proxy. My program is throwing the given exception. Can anyone let me know how to set Proxy, Portname, Userid and Password while using axis. {http://xml.apache.org/axis/}stackTrace: java.net.ProtocolException: Server

Re: proxy

2004-06-03 Thread Davanum Srinivas
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisProxy On Thu, 3 Jun 2004 14:25:39 -0400, Martin Hamel <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I'd like to know how to set a proxy for the ax

proxy

2004-06-03 Thread Martin Hamel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'd like to know how to set a proxy for the axis http transport. Anybody knows how to do that? Thanks in advance! - -- Martin Hamel téléphone: (418)261- clé pgp: 0xA6D61023 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/

'unable to tunnel though Proxy' error when running an Axis client from a WebLogic servlet

2004-04-13 Thread Ext-Zoltan.Schreter
I am getting all sorts of problems. One of them is that the connection to the proxy host does not work any more. Note that I dont have any problems when I am running the client as a standalone application or even when I am accessing the WSDL of the Web Service from a simple servlet, not using the

How to Make Axis Client support Digest and NTLM enterprise proxy

2004-03-17 Thread Zhao Sharon-CSC002
Hello, My understanding is that Axis 1.1 is only support the Basic enterprise proxy. Does any one know if Axis is planning to support the other type (Digest or NTLM) enterprise proxy in the near future? If not, how do I change my client program to support the Basic enterprise proxy? Can

How to Use the Client stub for proxy setup

2004-02-28 Thread Zhao Sharon-CSC002
Hi, I am using the Axis client stubs (generated by the WSDL2java tool). However, I need to setup the proxy information before invoke the services. Can anyone tell me where and how to change the stub to set the proxy information? In addition, how do I setup the client that support the proxy

How to force the Axis Client go through the Proxy Authentication

2004-02-26 Thread Zhao Sharon-CSC002
Hi, I am new to the Axis. I am using the Axis stub client to get the web services. However, there is requirement for go through the proxy authentication if client is in the enterprise that use the proxy. Can any one provide me the procedures for the client to use the proxy information in the

Calling Services located behind Reverse Proxy

2004-02-10 Thread Michael Bierenfeld
Hello there, we are running some services at our internet site behind a reverse proxy. The konfiguration is as follows jetty on port 9090 | apache on port 80 with ProxyPass/services http://:9090/services This is used by an php webclient from our intranet behind another proxy

configuring a client to send request via a proxy server

2003-12-29 Thread Dharmendra Kumar
hi all: 0. i was able to go past a proxy server but not an authenticated proxy by using the snippet listed in 1. 1. i read the solutions posted on the mailing list about sending a request via a proxy server..the generic solution seems to me as: System.setProperty( "proxySet&qu

RE: Setting port for WS Client (No Firewall Proxy)

2003-11-11 Thread Bobak, Greg P.
Title: RE: Setting port for WS Client (No Firewall Proxy) The issue is not the ports the server uses.  It will be expecting requests on ports 80 and 443.  The issue is that any HTTP client (browsers, Axis clients, etc.) opens a random port that is available, and not a well known port.  Yes, a

Re: Setting port for WS Client (No Firewall Proxy)

2003-11-11 Thread Tom Oinn
Surely if you want the client to use a particular port and you control the server, don't you just set the server to run on that port? There is no way the client can contact the server on any port other than the one it's running on... My advice would be to install a proper HTTP proxy

RE: Setting port for WS Client (No Firewall Proxy)

2003-11-11 Thread Bobak, Greg P.
Title: RE: Setting port for WS Client (No Firewall Proxy) Using this: System.setProperty("http.proxyPort", proxy.port.here); Did not change the source port for the WS Client. Any suggestions are greatly appreciated. Greg Bobak   http://www.thingsremembered.com ---

Setting port for WS Client (No Firewall Proxy)

2003-11-11 Thread Bobak, Greg P.
Title: Setting port for WS Client (No Firewall Proxy) Hi, I've searched the archive for this to no avail: I have an Axis client that will sit behind a tightly controlled firewall.  The service resides on an external IP -- I need to tell my network administrators which ports to op

Re: Type-mapped return value + dynamic proxy = ClassCastException

2003-10-14 Thread Dave Schweisguth
Dear Axis users, I said: > [..] dynamic proxies work fine for me (via code much like that below) as > long as none of my return values are type-mapped. So type mapping works > and dynamic proxies work, but they don't work together (for return values) > for me. It turned out to be just an error on

Type-mapped return value + dynamic proxy = ClassCastException

2003-10-13 Thread Dave Schweisguth
Dear Axis users, Another piece of the puzzle that I should have mentioned: dynamic proxies work fine for me (via code much like that below) as long as none of my return values are type-mapped. So type mapping works and dynamic proxies work, but they don't work together (for return values) for me.

RE: Setting proxy in Axis

2003-10-06 Thread Richard . G . Kuzenski
that all SOAP calls in an application will be affected by these property changes instead of just an individual call.    Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 10:12 AM To: [EMAIL PROTECTED] Subject: Re: Setting proxy

Re: Setting proxy in Axis

2003-10-06 Thread priyada2
I had the same problem with our proxy. I used SOAP to call outbound to thru our proxy. The solution is simple: java -Dhttp.proxyHost=gartmore.net -Dhttp.proxyPort=80 -Dhttp.proxyUser=ashokp -Dhttp.proxyPassword=mypassword JavaProgram You would need additional authentication to your

Setting proxy in Axis

2003-10-06 Thread Richard . G . Kuzenski
  I am trying to connect to a web service using Axis from behind a firewall but I am not sure how to include the proxy in the call.  Setting the proxyHost and proxyPort system properties did not appear to work.  I believe I was able to get the call to work using the older Apache soap call

Common types in WSDL and .NET proxy generation

2003-08-18 Thread espen.sommerfelt
beans, Axis generates one self contained .wsdl file for each web service. Thus, the CommonDTO type is defined in both ServiceA.wsdl and ServiceB.wsdl. Now, when generating .NET proxy for these two web services, we get the following error: > wsdlgen /n:WebServices /o:. ServiceA.wsdl ServiceB.wsd

Axisclient and proxy settings

2003-08-17 Thread knuelch
ot;, "host"); System.getProperties().put( "http.proxyPort", "port"); System.getProperties().put( "http.proxySet", "true" ); It works fine. But, change the User the values or turn off the proxy, the next axiscall use the old values. The reload for some classes with

[proposal]using proxy API invoke webserivice...

2003-08-07 Thread soap
using jdk1.4 proxy api or cglib proxy api invoke webservice like this: WebServiceA a = Proxy.create(WebServiceA.class.getName()); cglib : http://www.sf.net/projects/cglib

client side : proxy settings

2003-07-09 Thread Tim C.
Having searched the list I cannot see a posting resolving the problem of the proxy settings being cached. The following allows the setting of proxies: System.setProperty("proxySet", "true" ); System.setProperty("http.proxyPort",8080); System.setProperty

How to prevent caching of proxy information in Axis!!!!

2003-06-26 Thread Subhendu Kumar mohanty
Hi all, Axis caches the proxy server information. I want to prevent that. Please let me know how to achieve this? Thanks, Subhendu

Proxy server trouble

2003-06-10 Thread Ever Olano
I am getting the following faultstring when I specify all the http.* system properties (including proxyUser and proxyPassword, as our proxy server requires authentication): java.io.IOException: Unable to tunnel through :80. Proxy returns "HTTP/1.1 200 Connection established" (I

RE: WSDL2Java / Proxy Server (newbie)

2003-04-03 Thread Tom Jordahl
Title: WSDL2Java / Proxy Server (newbie) WSDL2Java will respect the proxy settings the same as the Axis runtime will. Set the system properties (use -D on the java command line) when running WSDL2Java. -- Tom Jordahl Macromedia Server Development -Original Message- From

Re: WSDL2Java / Proxy Server (newbie)

2003-04-01 Thread Reid
Title: WSDL2Java / Proxy Server (newbie) I would download the WSDL file and run WSDL2Java on the local copy.   Reid - Original Message - From: Rudolph, Troy To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 9:02 AM Subject: WSDL2Java / Proxy Server (newbie

RE: WSDL2Java / Proxy Server (newbie)

2003-04-01 Thread Rudolph, Troy
: WSDL2Java / Proxy Server (newbie) Hmm.. i was under the impression that you would save the wsdl file locally and run the WSDL2Java tool against the local wsdl file. When creating your client, you would use the System.setProperty("http.proxyHost", "hostname here"); an

Re: WSDL2Java / Proxy Server (newbie)

2003-04-01 Thread Anuj Agrawal
uot;, "port here"); to specify the proxy settings. HTH. Anuj. --- "Rudolph, Troy" <[EMAIL PROTECTED]> wrote: > I'm trying to develop a web service for the first time. The WSDL for > this service is published on a another company's website that is > ou

WSDL2Java / Proxy Server (newbie)

2003-04-01 Thread Rudolph, Troy
Title: WSDL2Java / Proxy Server (newbie) Hi All, I'm trying to develop a web service for the first time.  The WSDL for this service is published on a another company's website that is outside our firewall.  We use a proxy server for all web access outside our domain.  I wou

RE: Prevent proxy-address caching in DefaultHTTPTransportClientPr operties

2003-04-01 Thread Tom Jordahl
Gil, Right, this is what I am doing as well. Possibly changing the proxy (or not using one) for every call. I set properties in the Stub before executing the stub method call. These properties are copied to the MessageContext before the call is performed. The MessageContext is a per-thread

RE: Prevent proxy-address caching in DefaultHTTPTransportClientPr operties

2003-04-01 Thread Gill, John
I'm looking at the other side of this coin. I need to change this property on the fly, every time. It's dependent on the endpoint URL. The process involves multiple threads, so I can't depend on the system properties to hold the proxy information, because one thread can c

RE: Prevent proxy-address caching in DefaultHTTPTransportClientProperties

2003-03-26 Thread Tom Jordahl
:04 AM To: [EMAIL PROTECTED] Subject: Q:Prevent proxy-address caching in DefaultHTTPTransportClientProperties Hello axis-user, I am wondering is there any way to prevent proxy "host:port" settings in DefaultHTTPTransportClientProperties class? I want to change proxy configuration

Q:Prevent proxy-address caching in DefaultHTTPTransportClientProperties

2003-03-26 Thread Slava Kudinov
Hello axis-user, I am wondering is there any way to prevent proxy "host:port" settings in DefaultHTTPTransportClientProperties class? I want to change proxy configuration on-the-fly -- Best regards, Slava

Re: Catching Exceptions from incorrect proxy setting

2003-03-18 Thread Tim C.
> > I keep returning to the same problem of trying to find a way of allowing a > user on the client side to determine proxy settings. It seems if they > define: > >System.setProperty("proxySet", "true" ); >System.setProperty("http.proxyPort&q

Re: Catching Exceptions from incorrect proxy setting

2003-03-17 Thread Steve Loughran
- Original Message - From: "Tim C." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 13:38 Subject: Catching Exceptions from incorrect proxy setting > > I keep returning to the same problem of trying to find a way of allowing a

Catching Exceptions from incorrect proxy setting

2003-03-17 Thread Tim C.
I keep returning to the same problem of trying to find a way of allowing a user on the client side to determine proxy settings. It seems if they define: System.setProperty("proxySet", "true" ); System.setProperty("http.proxyPort",8080); System.setProperty

RE: help with proxy

2003-03-06 Thread thomas . cherel
Title: RE: help with proxy Forget about that one, miss-configuration on my side. My Axis client is now talking to the web service through the Microsoft ISA server proxy with basic authentication without any problems. I guess one possible improvement to Axis would be to have Digest

RE: help with proxy

2003-03-05 Thread thomas . cherel
I have an issue along the same lines of that ones. I am accessing my web service through a proxy. All the right system properties are correctly set, but the issue seems to come from a different interpretation of the HTTP spec between my client (Axis) and my proxy server (Microsoft ISA server

EchoAttchement example and squid proxy

2003-03-01 Thread Christian Gruendemann
t and received ok! But when I set the normal java proxy settings in the main method of the EchoAttachment Example System.setProperty( "proxySet", "true" ); System.setProperty( "http.proxyHost", "192.168.23.1" ); System.setProperty( &qu

Re: help with proxy

2003-02-26 Thread Steve Loughran
- Original Message - From: "Nicola Muratori" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 02:57 Subject: Re: help with proxy > > many articles written in JavaWorld are in wrong!! please > send feedback to this arti

RE: help with proxy

2003-02-26 Thread Mike Burati
te... ..Mike -Original Message- From: Nicola Muratori [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:58 AM To: [EMAIL PROTECTED] Subject: Re: help with proxy i've solved the bug. there is some confusion in environment variables!!! the correct values are: System.setP

Re: help with proxy

2003-02-26 Thread Nicola Muratori
ld.com/javaworld/javatips/jw-javatip42.html regards, Nicola - Original Message - From: "Nicola Muratori" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 10:45 AM Subject: help with proxy > i'm in trouble w

help with proxy

2003-02-26 Thread Nicola Muratori
i'm in trouble with proxy authentication in a client generated by WSDL2Java that will access to GoogleSearch Web Service. I've tried to set the System.setProperty( "proxySet", "true" ); System.setProperty( "proxyHost", "linuxint

Array Deserialization in .net (was RE: .Net Interop: JavaBean -> WSDL -> c# proxy)

2003-02-25 Thread Matt Munz
15 AM To: [EMAIL PROTECTED] Subject: RE: .Net Interop: JavaBean -> WSDL -> c# proxy You are correct. This has been fixed in the latest .NET Framework 1.1 Beta. I would suggest you try this. A work around is in progress for Axis. I do not know the status of this correction/patch or whet

Re: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Paolo Paganotto
Sorry...a problem with mail client.

Re: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Paolo Paganotto
> Paolo, > > Thanks again for your advice. I'm using wsdl.exe to generate the proxy. > > What specifically about ConceptBean is "too complex" or otherwise non-interoperable? > > From my point of view, ConceptBean is an extremely simple object. Regardin

Re: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Paolo Paganotto
> Paolo, > > Thanks again for your advice. I'm using wsdl.exe to generate the proxy. > > What specifically about ConceptBean is "too complex" or otherwise non-interoperable? > > From my point of view, ConceptBean is an extremely simple object. Regardin

Re: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Paolo Paganotto
> Paolo, > > Thanks again for your advice. I'm using wsdl.exe to generate the proxy. > > What specifically about ConceptBean is "too complex" or otherwise non-interoperable? > > From my point of view, ConceptBean is an extremely simple object. Regardin

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
Rick, Thanks! - Matt -Original Message- From: Kellogg, Richard [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 11:15 AM To: [EMAIL PROTECTED] Subject: RE: .Net Interop: JavaBean -> WSDL -> c# proxy You are correct. This has been fixed in the latest .NET Framewo

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Kellogg, Richard
: http://support.microsoft.com/default.aspx?scid=kb;en-us;330065 Take care, Rick > -Original Message- > From: Matt Munz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 11:08 AM > To: [EMAIL PROTECTED] > Subject: RE: .Net Interop: JavaBean -> WSDL -> c

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
RE: .Net Interop: JavaBean -> WSDL -> c# proxy Paolo, Thanks again for your advice. I'm using wsdl.exe to generate the proxy. What specifically about ConceptBean is "too complex" or otherwise non-interoperable? From my point of view, ConceptBean is an extremely simple obje

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
Paolo, Thanks again for your advice. I'm using wsdl.exe to generate the proxy. What specifically about ConceptBean is "too complex" or otherwise non-interoperable? From my point of view, ConceptBean is an extremely simple object. Regarding the "logic" of the

Re: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Paolo Paganotto
your bean doesn't work, you have to split it putting through the wire just only the relevant data your client need. One question: what tool do you use to create the C# proxy class? - Original Message - From: "Matt Munz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
installing .Net SP2 didn't fix it... - Matt -Original Message- From: Matt Munz Sent: Tuesday, February 25, 2003 10:03 AM To: [EMAIL PROTECTED] Subject: RE: .Net Interop: JavaBean -> WSDL -> c# proxy Paolo, Thanks for taking an interest in my problem. I am fairly c

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
Paolo, Thanks for taking an interest in my problem. I am fairly certain that my beans are correct, since the java client proxy generated by WSDL2Java works just fine. Attached are my WSDD (JBoss) and the source for the bean that is being returned by the service. Included below is the

Re: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Paolo Paganotto
iginal Message- > From: Matt Munz > Sent: Fri 2/21/2003 2:29 PM > To: [EMAIL PROTECTED] > Cc: > Subject: .Net Interop: JavaBean -> WSDL -> c# proxy > > > Hi all, > > I am having trouble using the C# proxy I generated from the WSDL I got from Axis 1.0 for

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-24 Thread Matt Munz
useful ideas on the subject? - Matt Munz ([EMAIL PROTECTED]) -Original Message- From: Matt Munz Sent: Fri 2/21/2003 2:29 PM To: [EMAIL PROTECTED] Cc: Subject: .Net Interop: JavaBean -> WSDL -> c# proxy

.Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-21 Thread Matt Munz
Hi all, I am having trouble using the C# proxy I generated from the WSDL I got from Axis 1.0 for my JavaBean-based web service. On the wiki, it is stated that JavaBeans can be accessed via .Net. Does anyone have an example of this? When I try to access the web service using the generated

Webstart / Proxy / Axis Client - does Axis recognize the Webstart Proxy ?

2003-01-20 Thread Sascha Kulawik
Title: Nachricht Hello everyone,   if I deploy a Client based on Axis as Webstart Application - does Webstart set the System Properties for the Proxy ? Can Axis handle this or do I have to add a functionality in the client so the User can set the Proxy himself ? Currently I'm using

RE: Developing a SOAP proxy using axis.

2003-01-10 Thread Sampath, Raja
Hi Bharti, It is very well possible to do that. To intercept all the incoming request, you can use some FILTERS. Regards Raja -Original Message- From: Vijay Bharti [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 8:05 PM To: [EMAIL PROTECTED] Subject: Developing a SOAP proxy

Developing a SOAP proxy using axis.

2003-01-10 Thread Vijay Bharti
Hi, I am trying to develop a SOAP gateway using axis. The requirement is 1. To capture all the incoming SOAP requests. 2. Do some processing on the SOAP message. 3. Pass on the SOAP message to the actual Web-Service sitting behind the firewall. 4. Return back the response to the requestor. Is i

Attachment problem with Squid proxy

2002-12-05 Thread Christian Gründemann
data everything works fine. When I try to add jpg pictures even this works, but if I use a squid proxy I get a strange javax.internet.mail.ParseException which is shown at the end of the mail. I have no idea why this happens, because without the squid proxy the jpg picture is sent correctly. If someo

socks proxy

2002-11-27 Thread Pedro Mendoza
Hi Axisusers,   Is it possible to use Axis for connecting over a SOCKS proxy ?   Thanks in advance, Pedro

proxy system properties

2002-11-27 Thread Pedro Mendoza
Hi Axislanders,   I am using Axis behind a proxy so I need using http.proxy System properties, when I set the properties for the first time, everything works fine, however, when I modify this properties I appears to do not take effect. I have inspected the System properties before and after

Accessing HTTP header of a SOAP message within a handler or proxy on theclient

2002-11-26 Thread baris . harman
Hello all, I have one problem, adding a simple Accept-Encoding="gzip, deflate" information into a request's http header from an Axis client.. Unfortunately, I could not find a way to add that header within the proxy where I have access to org.apache.axis.client.Call object. Plea

Re: MS Proxy Server authentication

2002-11-21 Thread Jess Sightler
Hi Pedro, Actually, I haven't used MS Proxy, just MS ISA. I would imagine that there is a pretty good chance that it would work, though. Jess On Thu, 2002-11-21 at 05:45, Pedro Mendoza wrote: > Hi Jess, > > Thanks a lot for your prompt answer, BTW, since MS Proxy Serve

Re: MS Proxy Server authentication

2002-11-21 Thread Pedro Mendoza
Hi Jess, Thanks a lot for your prompt answer, BTW, since MS Proxy Server does support basic auth, Axis is supossed to do right if MS Proxy Server is configured that way, did you have any problems with this configuration ? Thanks in advace, Pedro - Original Message - From: "Jess Sig

Re: MS Proxy Server authentication

2002-11-20 Thread Jess Sightler
Hi Pedro, AFAIK, Axis does not support the authentication system used by MS Proxy Server. There are third-party proxy-middleman type things that might work, although my experience with these hasn't been satisfactory. I have had good success with the newer Microsoft ISA proxy server when

MS Proxy Server authentication

2002-11-20 Thread Pedro Mendoza
hi everybody,   does AXIS support NTLM authentication for using MS Proxy Server with this authentication scheme ?, if not, is it possible to "complement" AXIS with some kind of third-party solution for this authentication scheme (http://www.luigidragone.com/networking/ntlm.h

Re: <<< client calls with authenticating proxy >>>

2002-11-19 Thread Pedro Mendoza
than To: '[EMAIL PROTECTED]' Sent: Tuesday, November 19, 2002 3:14 PM Subject: <<< client calls with authenticating proxy >>> I have seen many postings regarding webservice client calls through an authenticating

<<< client calls with authenticating proxy >>>

2002-11-19 Thread Asbell, Jonathan
I have seen many postings regarding webservice client calls through an authenticating proxy.  I have tried all of the solutions and have had no success.  The solutions I have tried are below.  Any suggestions?   ==NETWORK ARCHITECTUREinternal

Re: Proxy Creation

2002-11-12 Thread Lachezar Dobrev
Hi. Does it take 3 seconds the first time, or each time you create a proxy. I had the same headbang with SSL, and it came out to be that the first time I created the SSL connection it loaded many classes, initialized them, created the static objects, fields etc. That took about 10-15 secs on

Proxy Creation

2002-11-12 Thread Ramon Arias
Hello there! I have been doing some testing and I happen to notice the it takes about 3 seconds to instantiate a proxy object. I cant think of much work happening there. Does anybody know why it takes that long. Best Regards Ramon

Dynamic proxy client using WSDL doc

2002-10-30 Thread olaf . hahnl
Return Receipt Your Dynamic proxy client using WSDL doc document

Dynamic proxy client using WSDL doc

2002-10-29 Thread ian_roughley
Return Receipt Your Dynamic proxy client using WSDL doc document

Dynamic proxy client using WSDL doc

2002-10-29 Thread c poly
Hi everyone! I'm trying to build a web service client using the notion of the "dynamic proxy" as described in the JAX-RPC documentation (http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXRPC5.html). That is, trying to use the WSDL decription of a service knowing _nothing

proxy settings

2002-10-24 Thread Tim C.
Hi Can someone tell me the best way of defining the proxyHost and proxyPort that org.apache.axis.client.Call uses? I know this can be specified on the command line(-DproxyHost) but I am looking for a setProxyHost() and setProxyPort() for the transport/connection to use with the Call. Many Tha

.net client proxy

2002-10-23 Thread Jianliang Zhao
Hi All, I was trying to generate .net client proxy classes(C#) with WSDL file of an Axis service and got the following error all the time. Does anyone encounter this before? Error: Unable to import binding 'MyServiceSoapBinding' from namespace 'http://mywebservice.com'.

Re: A SOAP Client through a proxy

2002-10-18 Thread Selvakumar Ganesan
Hi, Steve answered earlier and worked for me. Use : System.getProperties().put( "http.proxyHost", "yourProxyHost" ); System.getProperties().put( "http.proxyPort", "yourProxyPort" ); If your proxy requires authorization, you'll get a (407)Proxy autho

Re: A SOAP Client through a proxy

2002-10-18 Thread Frank Hu
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 4:46 PM Subject: A SOAP Client through a proxy > Hi, > > I'm new to using the Axis-Soap package. I tried executing the TestClient for the echo service by calling the following URL > http://nagoy

RE: A SOAP Client through a proxy

2002-10-18 Thread Abramovich, Boris
works for me -Original Message- From: Weng, Jie [mailto:jie.weng@;sap.com] Sent: Thursday, October 17, 2002 3:56 PM To: '[EMAIL PROTECTED]' Subject: RE: A SOAP Client through a proxy Sorry, for the typo but I did use the right URL in the program http://nagoya.apache.org

RE: A SOAP Client through a proxy

2002-10-18 Thread Weng, Jie
Sorry, for the typo but I did use the right URL in the program http://nagoya.apache.org:5049/axis/services/echo -Original Message- From: Frank Hu [mailto:fhu@;domainbank.com] Sent: Thursday, October 17, 2002 1:56 PM To: [EMAIL PROTECTED] Subject: Re: A SOAP Client through a proxy Hi Jie

A SOAP Client through a proxy

2002-10-18 Thread Weng, Jie
ce in samples on my local tomcat 4, the client works fine. So I thought I probably need to set the proxy settings inside the client to get throught the firewall. System.setProperty("proxySet", "true"); System.setProperty("proxyHost", "proxy");

Can the Axis-client use an HTTP Proxy Server

2002-07-22 Thread Frank Gerard
All: When making a SOAP call (using the Axis client), can you tell Axis to route the request through an HTTP Proxy server instead of making a direct connection to the target? If so, how? Thanks in advance! Frank Gerard Join 18 million Eudora users by signing up for a free Eudora Web-Mail

RE: wsdl2Java proxy classes and SOAP headers

2002-07-05 Thread Martin Pichardo
Sylvain, The wsdl files i am using contain soapheaders. The patch you describe is exactly what I need. Could you send me the patch? What do I have to do to setup? Do i need to install the lastest build of axis ? Thanks, Martin List: axis-user Subject: RE: wsdl2Java proxy classes and

RE: wsdl2Java proxy classes and SOAP headers

2002-07-05 Thread Martin Pichardo
Sylvain, The wsdl files i am using contain soapheaders. The patch you describe is exactly what I need. Could you send me the patch? What do I have to do to setup? Do i need to install the lastest build of axis ? Thanks, Martin List: axis-user Subject: RE: wsdl2Java proxy classes and

RE: wsdl2Java proxy classes and SOAP headers

2002-07-03 Thread St-Germain, Sylvain
formed wsdl that defines soap:header entries you may appreciate the patch we are talking about. Sylvain. -Original Message- From: Martin Pichardo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 9:17 AM To: [EMAIL PROTECTED] Subject: RE: wsdl2Java proxy classes and SOAP headers

Réf. : RE: wsdl2Java proxy classes and SOAP headers

2002-07-03 Thread pascal . recchia
s-user Pour : [EMAIL PROTECTED] cc : ccc : Pascal Recchia/Devoteam Objet : RE: wsdl2Java proxy classes and SOAP headers [IMAGE] Does this mean that the addHeader method of the call object does not work in beta2? Or do I have to add this method call to the ws2dl2Java proxy object ? If so, could you

  1   2   >