I've got a simple
Axis client running on Windows XP, but every time I start it the messages
"log4j:WARN No appenders could be found for
logger (org.apache.axis.i18n.ProjectResourceBundle).""log4j:WARN
Please initialize the log4j system properly."
appear on the
Hi, I want to pass a fully formed SOAP message over a wireless network to a Web service client, and get the client to invoke the web service with it. I have seen examples of Axis taking parameters and using them to create the call the web service, however can anyone explain how to use Axis to invok
Title: java.lang.OutOfMemoryError and Axis client stubs
SAAJ should help you in this case I would think even though
I've not tried it.
In fact we ran across a similar problem of sending a large
dataset in the body of SOAP message. Since we're using Globus toolkit (GT3), we
r
Title: java.lang.OutOfMemoryError and Axis client stubs
Hello,
I deployed an Axis-based wrapped-style web service that accepts strings and a byte array as parameters. I generated the client stubs using WSDL2Java and my client works for small files (6.3 MB). I attempted to send a 63 MB
s and
invoke the service.
Jai
-Original Message-From: Adaptive Protocols
[mailto:[EMAIL PROTECTED]Sent: Tuesday, December 21,
2004 9:04 PMTo: [EMAIL PROTECTED]Subject: RE: XML
Input to Axis Client Side API for web service invocation
Hi Jai, Hi Christian
Thanks fo
that according to requirement, we can ask to Axis Client to accept these xml structures for attributes and if the service is of message style, pass it as it is otherwise just insert the given xml in place of parameters serialized structure.
This is the specific scenario that we want to enable on
: Monday, December 20, 2004
11:19 PMTo: AxisUser MailingListSubject: XML Input to
Axis Client Side API for web service invocation
Hello Everybody,
I have an issue with Axis Client side API. The
requirement is that:
I want to invoke web services using Axis Client. Now
here I
, your server-side must accept SOAP messaging as input
too...
Hope
it helps!
Christian Faucher
-Message d'origine-De : Adaptive Protocols
[mailto:[EMAIL PROTECTED] Envoyé : mardi 21
décembre 2004 00:19À : AxisUser
MailingListObjet : XML Input to Axis Client Side AP
Hello Everybody,
I have an issue with Axis Client side API. The requirement is that:
I want to invoke web services using Axis Client. Now here I don't have parameters as java objects rather I do have XML structure ( as required for soap message ) for these objects. So is there any w
ohn Walker wrote:
> > > >>Is it possible to get and set cookies on the
HTTP transport from the
> > > >>*client* side of Axis?
> > > >
> > > >
> > > > I tried using the MessageContext to get the HttpRequest
object, and
&g
;>*client* side of Axis?
> >
> >
> > I tried using the MessageContext to get the HttpRequest object, and
> > then set cookies there, but it seemed that when doing this from the
> > AXIS client side, when the HTTP message got to the receiver, my
> >
sible to get and set cookies on the HTTP transport
from the
> >>*client* side of Axis?
> >
> >
> > I tried using the MessageContext to get the HttpRequest object,
and
> > then set cookies there, but it seemed that when doing this from
the
> > AXIS client
John Walker wrote:
Is it possible to get and set cookies on the HTTP transport from the
*client* side of Axis?
I tried using the MessageContext to get the HttpRequest object, and
then set cookies there, but it seemed that when doing this from the
AXIS client side, when the HTTP message got to
John,
I'm not sure what you were getting back from
the MessageContext but there is no HttpRequest available from the Axis
client. HttpRequests only exist on the server. Of course, your client may
be embedded in a server side object but the HttpRequest for that would
not be the one assoc
> Is it possible to get and set cookies on the HTTP transport from the
> *client* side of Axis?
I tried using the MessageContext to get the HttpRequest object, and
then set cookies there, but it seemed that when doing this from the
AXIS client side, when the HTTP message got to the receiv
Well, Axis stores cookies in the message
context, so I guess you could simply put your cookies there and they will
be picked up for transmission to the server. Axis uses two cookies, "Cookie"
and "Cookie2". The first contains the session ID (e.g. "JSESSIONID=206048F23B7AB387C5B2801622EF2C1C").
I'm
Is it possible to get and set cookies on the HTTP transport from the
*client* side of Axis?
If so, how? Are there any examples, please?
Thank you.
Tim
Thank you. Your suggestion worked!
--
Lyndon Tiu
Alex Karshakevich wrote:
Ususally this involves just changing the URL from http://... to
https://..., no special programming needed. Only if you are using
client certificates as well, you will need to set up some system
properties(javax.net.ssl.ke
Can someone on this list kindly point me to some sample code on how to
enable SSL in an Axis client.
Ususally this involves just changing the URL from http://... to
https://..., no special programming needed. Only if you are using client
certificates as well, you will need to set up some
Hello,
Can someone on this list kindly point me to some sample code on how to
enable SSL in an Axis client. I know how to setup my servlet container
(Tomcat 5) for SSL, now I am at a lost trying to make an Axis client talk
to the SSL enabled Web Service.
I believe there will be some custom
Peter Mount wrote:
Peter Gerstbach wrote:
I've generated with Axis-1.1 stubs for the Google-webservice and built a
working client. Then I've built an EJB session bean in JBoss were I call
the google-webservice. I use the same (copy-paste) methods in the bean
as in the axis-client but ev
Peter Gerstbach wrote:
Hi,
I've generated with Axis-1.1 stubs for the Google-webservice and built a
working client. Then I've built an EJB session bean in JBoss were I call
the google-webservice. I use the same (copy-paste) methods in the bean
as in the axis-client but every time I invok
Hi,
I've generated with Axis-1.1 stubs for the Google-webservice and built a
working client. Then I've built an EJB session bean in JBoss were I call
the google-webservice. I use the same (copy-paste) methods in the bean
as in the axis-client but every time I invoke the bean-method f
I'm using client stubs generated by wsdl2java in a web application, and I'm
curious about the best way to instantiate the stub objects.
I use the stub objects to call methods on a SOAP service on several different
pages, so that the SOAP methods get called on per-request basis.
Right now I'm u
Title: Use of multiple client certificates in axis client
-shrug- Ya got me. All I know is that you can have multiple
certs in one keystore, and I don't remember seeing a way to differentiate them
programmatically. You can assign each one an alias, but from what I can
tell, that
Title: Use of multiple client certificates in axis client
Hi
Chris,
Thank
you for your answer.
Maybe
this is out of scope, but how does it know what is the proper
certificate?
Regards.
Cor.
-Oorspronkelijk bericht-Van: Hubble, Christopher
[mailto:[EMAIL PROTECTED
Title: Use of multiple client certificates in axis client
I
_believe_ you can simply add all of your certs to the keystore that you are
using. Then when your ssl connection is created, it will check your
keystore for the proper cert.
Chris
-Original Message-From: Cor Hofman
Title: Use of multiple client certificates in axis client
Hi,
I have to send several AXIS-SOAP request via SSL using different client certificates.
The certificate of choice depends on the web service I am targeting.
How do I do this?
The easy solution seems to be, create several
Hi,
Is there some way of access the location that the client-config.wsdd and the
server-config.wsdd were loaded from. I can't see it in the API. The reason
we want this is so that we can either check logging to see if something has
been incorrectly set-up on a developer/prodution machine or in the
Hi all,
is it possible to get a 'light' axis lib which contains only Java
classes which are required to develop a webservice client?
Regards
Matthias
--
Hausanschrift:
T-Online International AG
Mornewegstrasse 26-32
64293 Darmstadt
Telefon: +49 6151 680 7653
E-Mail: [EMAIL PROTECTED]
its-people
I think I found the problem. It seems that I was running two different
versions of java.
Chris
-Original Message-
From: Hubble, Christopher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 06, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Axis Client
I've created a test clien
I've created a test client for one of my web services. I'm developing in
Eclipse 3.0 with Axis 1.1. When I run the client in Eclipse, it requires
jaxrpc.jar, axis.jar, commons-logging.jar, commons-discovery.jar, and
saaj.jar. These are all out of the axis lib dir. However, when I jar up my
clas
Hi,
I trying to create a client of a service and when I create the Service
object
Service service = new Service();
I getting the error
Cannot instantiate the type
Service, since it is not a concrete class
Is this normal?
Also when doing the AuthBasicClient class
Has anybody tried to run Salesforce's Quickstart sample application? It's a
simple, pure-Java command-line Axis client.
I am able to build and run it just fine within Eclipse, but if I export
Quickstart.jar (ensuring that Quickstart is specified as the main class in
the manifest) and
Title: RE: Axis client to .NET server problems
I suggest that you run wsdl2java and use
the generated stub rather than using the DII call interface.
The wrapped style (which automatically marshals
your parameters) doesn’t work with the call interface. It works only when
using the stub
Title: RE: Axis client to .NET server problems
I suggest that you run wsdl2java and use
the generated stub rather than using the DII call interface.
The wrapped style (which automatically marshals
your parameters) doesn’t work with the call interface. It works only when
using the stub
Title: RE: Axis client to .NET server problems
Hi, I altered the operation style to "document" in the Call object, but when the request shows up as:
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.
Title: Axis client to .NET server problems
Make sure you don’t have your client
configured to send the soap message in the RPC/literal style.
Follow DOCUMENT/literal style. That should
work fine. That’s what I did, when I experienced similar problem interoping
with a .NET server. .NET by
Title: Axis client to .NET server problems
Hi,
I have created a client using AXIS to talk to a .NET service however, I always this error:
-
http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected
t; >>
> >>
> >> > Hi James,
> >> >
> >> > You did not mention the Axis or Java version you are using. See if
> >> this applies to your current use:
> >> >
> >> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4724129
> >
re using. See if
>> this applies to your current use:
>> >
>> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4724129
>> >
>> > --Thunder
>> >
>> > -Original Message-
>> > From: James CE Johnson [mailto:[EMAIL PROTECTED]
&
use:
> >
> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4724129
> >
> > --Thunder
> >
> > -Original Message-
> > From: James CE Johnson [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 20, 2004 8:57 AM
> > To: [EMAIL PROTECTED]
>
der
>
> -Original Message-
> From: James CE Johnson [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 20, 2004 8:57 AM
> To: [EMAIL PROTECTED]
> Subject: OutOfMemoryException from my Axis client
>
> Has anybody else seen anything like this?
>
> I've got
:57 AM
To: [EMAIL PROTECTED]
Subject: OutOfMemoryException from my Axis client
Has anybody else seen anything like this?
I've got an Axis-based server (Server "A") that must call another
Axis-based server (Server "B"). In testing we discovered that Server A
was
running out
at only one is calling at any single point
in time - I still run out of memory.)
So, my question is, has anyone seen this kind of thing in an Axis client?
Does Axis store some ThreadLocal data that might be causing this? Is there
a way I can cleanly/safely have each thread "shut down" t
Title: Nachricht
Hi,
how do I set an http header (from the axis
client) in the request to the axis server. I try the
following:
org.apache.axis.MessageContext axisCtx =
org.apache.axis.MessageContext.getCurrentContext();
Hashtable userHeaderTable = new
Hashtable
Hi,
iwant to write a
AXIS Java client to communicate to the gSOAP server through
https
can any one tell
me what are the steps to do that .. iam a beginer in this...any piece of
information wil b of great use...
Thanking
You
Rajesh
Kumar
Rajesh Kumar
Aroli
Sof
Hello,
I am new to this list so, hello everybody.
I am developing a JBoss based Webservice with Axis. Due to a complicated
WSDL File to which I have to be compatible I needed to create a custom
Serializer and Deserializer. These do work perfectly on the Server Side. I
also use Axis for my test cl
]
08/17/2004 08:03 cc:
AM Subject: Logging/debugging axis client
traffic going over SSL
Hi,
I have an Axis web service client, using bindings generated by the wsdl2java
Ant task.
The traffic is sent over SSL, using HTTPS client certificates for
authentication.
Is there an easy way to diagnose the messages going over the wire? Since the
traffic is encrypted, tools like the axis monit
; Anne
>
>
> -Original Message-
> From: Donald Chen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 12, 2004 1:52 PM
> To: [EMAIL PROTECTED]
> Subject: RE: A question about an Axis client talk to a Perl/SOAP::Lite WS
> server. Help please!
>
> Ann
PActionURI("#echoYa");
and
call.setSOAPActionURI("");
Good luck,
Anne
-Original Message-
From: Donald Chen [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 12, 2004 1:52 PM
To: [EMAIL PROTECTED]
Subject: RE: A question about an Axis client talk to a Perl/SOAP::Lite WS
August 12, 2004 9:31 AM
> To: [EMAIL PROTECTED]
> Subject: A question about an Axis client talk to a Perl/SOAP::Lite WS
> server. Help please!
>
> Hi, All.
>
> I wrote a simple WS server in Perl(SOAP::Lite 0.55),
> which serves its purpose(echoing whatever string it
> re
estion about an Axis client talk to a Perl/SOAP::Lite WS
server. Help please!
Hi, All.
I wrote a simple WS server in Perl(SOAP::Lite 0.55),
which serves its purpose(echoing whatever string it
receives) fine if the client is also in
Perl/SOAP::Lite or Apache-Soap-2.3.1. However, if the
client is wri
Hi, All.
I wrote a simple WS server in Perl(SOAP::Lite 0.55),
which serves its purpose(echoing whatever string it
receives) fine if the client is also in
Perl/SOAP::Lite or Apache-Soap-2.3.1. However, if the
client is written
in Axis1.1, the client can not get the service.
Here is the detail:
T
hi,
I had posted a message on this list about making AXIS client call to
webservice running HTTPS.
Everybody seems to be importing the certificates into a keystore and
passing them as a system prop. Problem I have is that I dont want to
import any certificates for the obvious reasons that they
Posted. Thanks.
Scott
-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 08, 2004 7:33 PM
To: [EMAIL PROTECTED]
Subject: Re: How to enable Axis client to return more than one cookie
Scott,
Can you please post your diff to the bug report?
-- dims
iu, Scott
> Sent: Thursday, August 05, 2004 12:18 PM
> To: [EMAIL PROTECTED]
> Subject: RE: How to enable Axis client to return more than one cookie
>
> Thanks. The patch has not been checked in yet. The patch link only
> provides "differences". Does anyone know where can I ge
all the good work,
Scott
-Original Message-
From: Liu, Scott
Sent: Thursday, August 05, 2004 12:18 PM
To: [EMAIL PROTECTED]
Subject: RE: How to enable Axis client to return more than one cookie
Thanks. The patch has not been checked in yet. The patch link only
provides "differ
All,
Does anybody know how I can create HTTP Authentication for a C++ Axis
Client that was created in Visual C++ .net? The service was deployed on a server
with Apache Axis and I need to have a C++ client access it.
If you do, please e-mail me,
James Crosson
[EMAIL PROTECTED]
PROTECTED]
Sent: Thursday, August 05, 2004 11:33 AM
To: [EMAIL PROTECTED]
Subject: Re: How to enable Axis client to return more than one cookie
http://issues.apache.org/jira/browse/AXIS-1080
- Original Message -
From: Liu, Scott <[EMAIL PROTECTED]>
Date: Thu, 5 Aug 2004 08:43:28 -
http://issues.apache.org/jira/browse/AXIS-1080
- Original Message -
From: Liu, Scott <[EMAIL PROTECTED]>
Date: Thu, 5 Aug 2004 08:43:28 -0700
Subject: RE: How to enable Axis client to return more than one cookie
To: [EMAIL PROTECTED]
The first question on cookie is inde
,
Scott
-Original Message-
From: Liu, Scott
Sent: Wednesday, August 04, 2004
10:17 PM
To: [EMAIL PROTECTED]
Subject: How to enable Axis client
to return more than one cookie
Hi, All,
I have a question on cookie or session
management. This has been baffling me for a while. Hope
Hi, All,
I have a question on cookie or session management. This has
been baffling me for a while. Hope that someone there has solved a similar
problem.
In the application I am running there are two cookies from
server. First one is the “JSESSIONID” and the second one is
application
m: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]Sent: Tuesday, August 03, 2004 12:44
PMTo: [EMAIL PROTECTED]Subject: Writing a C++
Axis Client
Hello fellow programmers,
I am currently trying to write an Axis client in C++. I am using Visual
C++ .net to accomplish thi
in C# with
Mappoint.NET and it works.
hope this helps.
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]Sent: Tuesday, August 03, 2004 12:44
PMTo: [EMAIL PROTECTED]Subject: Writing a C++ Axis
Client
Hello fellow programmers,
I am currently trying to
Hello fellow programmers,
I am currently trying to write an Axis client in C++. I am using Visual C++
.net to accomplish this task. I was able to succesfully write a client, however
now I need to implement authentication.
I am having a terribly hard time finding information on a simple
Hi,
> "Keith" == Keith Tingle <[EMAIL PROTECTED]> writes:
Keith> For troubleshooting / development purposes I would like to
Keith> have some web pages that read the WSDL file of my web
Keith> service and build a simple GUI for setting parameter
Keith> values... and actually m
= bst.copy();
SysFreeString(bs);
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]Sent: Thursday, July 22, 2004 1:11
PMTo: [EMAIL PROTECTED]Subject: Visual Studio Axis
Client
Hello,
I was wondering if anybody knows how to convert a basic string into a
BSTR. I
, 2004 11:20
AMTo: [EMAIL PROTECTED]Subject: Re: Visual
Studio Axis Client
Does Anybody know how I can convert a BSTR* to a type that will
output the contents of the String to the screen?
I am currently getting only what seems to be the address of the BSTR
string
s = (const char*) bst;
printf("this is the string: %s",
s.data());
SysFreeString(bs);
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]Sent: Thursday, July 22, 2004 11:20
AMTo: [EMAIL PROTECTED]Subject: Re: Visual
Studio
ilto:[EMAIL PROTECTED]Sent: Thursday, July 22, 2004 11:20
AMTo: [EMAIL PROTECTED]Subject: Re: Visual Studio
Axis Client
Does Anybody know how I can convert a BSTR* to a type that will output
the contents of the String to the screen?
I am currently getting only what seems to b
Does Anybody know how I can convert a BSTR* to a type that will output the
contents of the String to the screen?
I am currently getting only what seems to be the address of the BSTR at the
screen.
In a message dated 7/21/2004 5:43:55 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
Ar
Visual C++ .net 2003
In a message dated 7/21/2004 5:43:55 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
Are you
using the MS SOAP toolkit or .NET? Also, are you using Visual Studio
6 or 7 (.NET)?Jim[EMAIL PROTECTED] wrote:>
Hello,> > I am creating a client for my axis web se
Are you using the MS SOAP toolkit or .NET? Also, are you using Visual
Studio 6 or 7 (.NET)?
Jim
[EMAIL PROTECTED] wrote:
Hello,
I am creating a client for my axis web service in Visual Studio. By
using Visual Studio to add a web reference, the program creates several
data objects of type BST
o: [EMAIL PROTECTED]Subject: Re: Visual Studio
Axis Client
Thanks for your help.
Any idea what I have to change to handle the BSTR*? I cannot findinfo on
the pointer version anywhere.
Thanks again,
James
In a message dated 7/21/2004 5:34:39 PM Eastern Standard Time,
[EMAIL
Use the address of operator(&)
as in:
BSTR bstrStatus;
pBrowser->get_StatusText( &bstrStatus );
--m
[EMAIL PROTECTED] wrote:
Thanks for your help.
Any idea what I have to change to handle the BSTR*? I cannot findinfo
on the pointer version anywhere.
Thanks again,
James
In a message dated
Thanks for your help.
Any idea what I have to change to handle the BSTR*? I cannot findinfo on
the pointer version anywhere.
Thanks again,
James
In a message dated 7/21/2004 5:34:39 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
from
msdn.comhttp://msdn.microsoft.com/library/def
from msdn.com
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcconStringsAllocatingReleasingMemoryForBSTR.asp
Looks like you'll want something like:
::SysAllocString(...), but don't forget ::SysFreeString
--m
[EMAIL PROTECTED] wrote:
Hello,
I am creating a client fo
Hello,
I am creating a client for my axis web service in Visual Studio. By using
Visual Studio to add a web reference, the program creates several data objects
of type BSTR.
I am wondering if anybody could give me a quick explanation why my Strings
are getting placed as BSTR's, and one is
For troubleshooting / development purposes I would like to have some web
pages that read the WSDL file of my web service and build a simple GUI for
setting parameter values... and actually making calls.
After some googling I can't seem to find any projects like this, but you
never know so I will a
cc
Subject
Please respond to RE: Axis client with https
[EMAIL PROTECTED]
cc
Subject
Please respond to RE: Axis client with https
[EMAIL PROTECTED]
ed only on
configuration", doesn't explain anything to me at this point.
Looks like I need to read up on how to configure web apps in Tomcat.
-Original Message-
From: Michael Binz [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 10:07 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTE
Bill, Matthias
> Yes, that is what I did. You need to create a new WSDL file that has the
> https endpoint url. I created my WSDL with Java2WSDL, so I only changed
> the
> -l parameter to the new url. Be sure that you use the same server name as
> will be used when you create the SSL certificate w
etProperty type of statement because
it knows where to look for the certificate on a Windows PC.
-Original Message-
From: Gries, Matthias [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 12:37 AM
To: [EMAIL PROTECTED]
Subject: Axis client with https
Hi all,
allthaugh I've found so
Hi all,
allthaugh I've found some threads regarding my topic in the mailing list
this still seems to be a little bit unclear for me.
I've generated my client stubs via WSDL2JAVA. Using http my axis client
using these stubs works fine. But what do I have to consider if I'd have
t
]
[mailto:[EMAIL PROTECTED]> Sent: 01 July 2004 16:49> To:
[EMAIL PROTECTED]> Subject: Re: Urgent & Desperate Help
with My Axis Client> > > > Yes this address is the
address of the page that lists all the deployed > services in
axis and works correctly
--
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 01 July 2004 16:49
To: [EMAIL PROTECTED]
Subject: Re: Urgent & Desperate Help with My Axis Client
Yes this address is the address of the page that lists all the deployed
services in axis and works correctly...
Any ideas?
In a messag
ct to http://localhost:8081/axis/adminDirect -
as that is the URL your code actually uses.
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]Sent: 01 July 2004 16:49To:
[EMAIL PROTECTED]Subject: Re: Urgent & Desperate Help
with My Axis Clien
Help
with My Axis Client
Yes this address is the address of the page that lists all the deployed
services in axis and works correctly...
Any ideas?
In a message dated 7/1/2004 11:47:12 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:
Obvious
question, but can
Subject: Urgent &
Desperate Help with My Axis Client
Please respond to
axis-
ECTED] ; [EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 11:05
AM
Subject: Urgent & Desperate Help with
My Axis Client
Hello,
I am in desperate need of some assistance with my Axis client. I would be
ecstatic if somebody would be generous enough to help me! Even just a glan
:
AM Subject: Urgent & Desperate Help with
My Axis Client
Please respond to
axis-
Hello,
I am in desperate need of some assistance with my Axis client. I would be
ecstatic if somebody would be generous enough to help me! Even just a glance at
this code would work!
I have a properly deployed web service in Axis and I am trying to write a
client that utilizes it. I
TED]
Sent: Thursday, June 24, 2004 9:52 AM
To: [EMAIL PROTECTED]
Subject: Axis client maintaining connection to server
Hello,
We are using Axis Client for accessing a Web service layer in
a large production environment, which has the following setup:
1 x Server A (WLS 6.1) ---Webservice call--->
elberg [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 24, 2004 9:52 AM
> To: [EMAIL PROTECTED]
> Subject: Axis client maintaining connection to server
>
> Hello,
>
> We are using Axis Client for accessing a Web service layer in
> a large production environment, which h
Davanum Srinivas wrote:
are u using commons-httpclient?
On Thu, 24 Jun 2004 15:52:18 +0200, Niels Hagelberg <[EMAIL PROTECTED]> wrote:
No,
We're using the default Axis connection
Niels
are u using commons-httpclient?
On Thu, 24 Jun 2004 15:52:18 +0200, Niels Hagelberg <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> We are using Axis Client for accessing a Web service layer in a large
> production environment, which has the following setup:
>
> 1 x Serve
Hello,
We are using Axis Client for accessing a Web service layer in a large
production environment, which has the following setup:
1 x Server A (WLS 6.1) ---Webservice call---> Loadbalancer (Alteon 180E)
-Webservice call-> 2 x Server B (WLS 8.1).
Server A has Servlets/EJB'
1 - 100 of 253 matches
Mail list logo