lt;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 10, 2005 4:03 PM
Subject: Re: calling MessageService sample with .NET client
For easiest interoperability with .NET, I suggest you use the "wrapped"
style.
.NET does allow you to send raw XML, but to do so you ha
.
-Anne
On Thu, 10 Feb 2005 13:12:43 -0500, Praveen Peddi
<[EMAIL PROTECTED]> wrote:
> I just deployed the sample MessageService that came with Axis and tried to
> access it from .NET client.
>
> My service name is GoogleAccessConnector. But for now I only have the method
&g
I just deployed the sample MessageService that came with Axis and tried to
access it from .NET client.
My service name is GoogleAccessConnector. But for now I only have the method
that was provided by message sample of Axis. Here is the WSDL anyway. It is
generated by Axis. I am new Message
Praveen,
This really depends on how you have structured your wsdl for the
service. If you are using message style services, then in most cases,
you are providing your own XML Schema to define the types that are
passed via the method you expose as a "message-based" service.
Whether you use JAXB,
I have looked at the MessageService sample (both
server and the client). It passes Element[] as the argument and also returns the
same. This is fine for java based clients. But if I want to invoke it using non
java clients like .NET, how does it work? Are Axis's "message-style" services
inte
...
(B
(BHTH
(B
(BHenrik
(Bhttp://websolver.blogspot.com
(B
(B
(B
(B
(B- Original Message -
(BFrom: "Dhananjayan_K" <[EMAIL PROTECTED]>
(BTo: <[EMAIL PROTECTED]>
(BSent: Tuesday, February 01, 2005 10:12 AM
(BSubject: Unable to create Axis webservice insta
(BHi,
(BI have created a web reference("NetClient") for a webservice
(Brunning in Axis thru "Add Web Reference",
(Bin order to invoke the service I have to instansiate that
(Blike
(B NetClient.Employee emp1 = new NetClient.Em
Hi, John,
Could you please share your C# client code with us since the
reference is so hard to find on this topic in the .NET society? I am writing a
C# client to send an attachment to an Axis server.
Thanks,
Scott
[John Walker wrote]
Do you mean the .NET client side? I
(BHi,
(BWhen iam calling a webservice running in Axis from .Net client iam getting
(Bthe following exception:
(B
(BAn unhandled exception of type 'System.Web.Services.Protocols.SoapException'
(Boccurred in System.Web.Services.dll
(BAdditional information: java.lang.NullPointe
erver) to run a wrapped/literal service. My .NET client
(B>correctly encodes my
(B>
(B> String[] myArray;
(B>
(B>array as
(B>
(B>
(B> one
(B> two
(B>
(B>
(B>However, the AXIS server chokes on this. It gets a nullPointerException
(B>is
I'm using Axis (server) to run a wrapped/literal service. My .NET client
(Bcorrectly encodes my
(B
(B String[] myArray;
(B
(Barray as
(B
(B
(B one
(B two
(B
(B
(BHowever, the AXIS server chokes on this. It gets a nullPointerException
(Bis BeanDeserializer.onStart
) {
this.name = name;
}
}
Both were generated in the same fasion:
1. Create Java interface with methods
2. generated the deploy.wsdd using org.apache.axis.wsdl.WSDL2Java
3. deployed the web service to my server
4. Added a web reference to my .NET client
5. Called the web
I'd suggest running a packet sniffer like ethereal to see what's going on. I
haven't seen any specific problems with .NET, but I have seen some bizarre
quirks in the way the MS stack that handles the HTTP protocol talks to the
Tomcat implementation of HTTP (i.e. nothing generalizable, but enough
ed that to “Wrapped”. I see that it lets empty
method names only in “document” style encoding.
Thanks,
Vishu
From: Bill
Keese [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 11, 2005
10:31 PM
To:
[EMAIL PROTECTED]
Subject: Re: Axis and
.Net client
It depends wh
: Re: Axis and .Net client
It depends what binding style and encoding your AXIS
server is running with. If it's in rpc/encoded or wrapped/literal it's
expecting at least the method name inside the soap body.
The default for AXIS is RPC/Encoded.
http://www-128.ibm.com/deve
library/ws-whichwsdl/
Vishu wrote:
Hi,
I am trying to invoke a
webservice running on Axis from a
.Net client. The method doesn’t take any arguments (empty). The .Net
client sends a message that looks like the following
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xs
Hi,
I am trying to invoke a webservice running on Axis from a
.Net client. The method doesn’t take any arguments (empty). The .Net
client sends a message that looks like the following
Axis complains with “java.lang.Exception:
Body not found” Any ideas?
Thanks,
Vishu
Hi,
I'm using Axis 1.1 (under JRE 1.3.1_01) as the client
to consume a Web Service exposed by a Siebel system.
As usual, proxy classes were generated, based on the
WSDL exposed by the Siebel system and compilation runs
fine.
The problem is that this Web Service returns a 17k
response and someti
ing a response back.
Although the window running TCPMon did show ArrayIndexOutofBounds
exception. Some one has remarked in the mailing list that resend
works first time but not the second time, for me it never worked even the first
time.
I tried the same with a .NET client and resend
works fine (a
nutes.
-Original Message-From: bethana kumar
[mailto:[EMAIL PROTECTED]Sent: Friday, December 17, 2004
10:36 AMTo: [EMAIL PROTECTED]Subject: RE: .NET
client
Hi
Does anybody have an
idea,how to access Webservices (java) from C#, I would like to know how
it works. Does any
ject: Re: .NET clientSagar Pidaparthi wrote:>Hi,>>I wrote a simple .NET client and it does not work. I would appreciate any help.>>Here are my steps on AXIS 1.1>>1. I write a simple class called SecurityMgr and publish as wrapped literal> >Without sending us the Java web service
oc";
/>
____________
From: Lyndon Tiu [mailto:[EMAIL PROTECTED]
Sent: Tue 12/14/2004 8:04 AM
To: [EMAIL PROTECTED]
Subject: Re: .NET client
Sagar Pidaparthi wrote:
>Hi,
>
>I wrote a simple .NET client and it does not work. I
Sagar Pidaparthi wrote:
Hi,
I wrote a simple .NET client and it does not work. I would appreciate any help.
Here are my steps on AXIS 1.1
1. I write a simple class called SecurityMgr and publish as wrapped literal
Without sending us the Java web service code and the Java web service
wsdl
Hi,
I wrote a simple .NET client and it does not work. I would appreciate any help.
Here are my steps on AXIS 1.1
1. I write a simple class called SecurityMgr and publish as wrapped literal
2. use wsdl command and point it to the url and it generates
SecurityMgrService.cs
3. I use csc
E 2.0? Is not DIME on supported
in WSE 1.0?
John Walker <[EMAIL PROTECTED]> wrote:
Do you mean the .NET client side? I have created a similar C# classfor that portion. The C# class has the ability to add attachments fora client, and to detach them.As for a Java client, I have only created a
Do you mean the .NET client side? I have created a similar C# class
for that portion. The C# class has the ability to add attachments for
a client, and to detach them.
As for a Java client, I have only created a method that solves half of
the problem. I think, though, after solving the first
AXIS to send an attachment
> to a requesting .NET client, and for .NET to send an attachment to a
> listening AXIS server. With the help of the Steve Loughran article
> "Fear of Attachments", and not a little of his code (thanks Steve!), I
> was able to get .NET clients to ut
to work in your environment.
It took me several painstaking hours to get AXIS to send an attachment
to a requesting .NET client, and for .NET to send an attachment to a
listening AXIS server. With the help of the Steve Loughran article
"Fear of Attachments", and not a little of his co
painstaking hours to get AXIS to send an attachment
to a requesting .NET client, and for .NET to send an attachment to a
listening AXIS server. With the help of the Steve Loughran article
"Fear of Attachments", and not a little of his code (thanks Steve!), I
was able to get .NET clients to uti
painstaking hours to get AXIS to send an attachment
to a requesting .NET client, and for .NET to send an attachment to a
listening AXIS server. With the help of the Steve Loughran article
"Fear of Attachments", and not a little of his code (thanks Steve!), I
was able to get .NET clients to uti
Hi,
When I use java2wsdl utility to generate wsdd file. It generates the
file containing svcname followed by SoapBindingSkeleton, instead of just
SvcName As shown below.
AccountManagerClientAgentSoapBindingSkeleton
What am I doing wrong to generate the wrong wsdd file? How do I correct
it?
C
red a bug report (AXIS-1467).
>
> Anand
>
> On Mon, 19 Jul 2004, Anand Natrajan wrote:
>
> : Hello,
>
>
> :
> : I'm seeing some client-side serialisation errors when I try to access my
> : Axis 1.2 rpc/encoded service using a VB .NET client. This same combi
encoded service using a VB .NET client. This same combination
: worked in Axis 1.1, but fails with Axis 1.2. I am using the Axis 1.2 beta
: from June 14th - I plan to test with the July 15th release as well.
:
: Attached is a complete trace of what I did and what the error is. I've shown
: -
Hello,
I'm seeing some client-side serialisation errors when I try to access my
Axis 1.2 rpc/encoded service using a VB .NET client. This same combination
worked in Axis 1.1, but fails with Axis 1.2. I am using the Axis 1.2 beta
from June 14th - I plan to test with the July 15th release as
ronously using an event-based
programming pattern.
- Arent-Jan
-Original Message-
From: Anand Natrajan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 30, 2004 3:48 PM
To: [EMAIL PROTECTED]
Subject: RE: .NET client accessing multiple Axis WSDLs
: Re
e types between services.
Sadly, that's not possible... I do want some complex types to be used by
multiple services.
Thanks!
Anand
: - Arent-Jan
:
: -Original Message-
: From: Anand Natrajan [mailto:[EMAIL PROTECTED]
: Sent: Tuesday, June 29, 2004 7:14 PM
: To: [EMAIL PROTECTED]
: Sub
Goran,
Thanks for the advice below. Although excellent, I'm debating whether or not
to use it in production. Your solution still requires the client to do
something fairly intricate - I was hoping to avoid that.
Still, it's a good solution - thanks for walking me through it!
Anand
On Tue, 29 Ju
-Original Message-
From: Anand Natrajan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 29, 2004 7:14 PM
To: [EMAIL PROTECTED]
Subject: Re: .NET client accessing multiple Axis WSDLs
Re: specify the same namespace, do you mean within the WSDLs itself? I
already do specify the same na
.net client to Axis web service then I am getting the correct value after setting the XML header encoding to ISO-8859-1. Setting ISO-8859-1 in the XML header and sending from the Axis webservice to .net client is not working.
Could someone tell me how I can send the French values from the Axis web
> Anand Natrajan wrote:
>
> >Hello!
> >As part of my .NET and Axis interoperability work, I am
> facing a piquant
> >situation. I have written multiple web services using Axis.
> Each of these > >web services defines a particular complex data structure
> called Principal.
> When I do so,
> >.N
Re: specify the same namespace, do you mean within the WSDLs itself? I
already do specify the same namespace for the common data structure, and it
doesn't work.
Re: specify the same namespace, do you mean within VB? Tried that, but VB
won't let you do it. It's sort of like trying to specify two va
Is it possible to merge all your wsdls into a same wsdl file? Or
specify a same namespace for all of them?
Anand Natrajan wrote:
Hello!
As part of my .NET and Axis interoperability work, I am facing a piquant
situation. I have written multiple web services using Axis. Each of these
web services
Hello!
As part of my .NET and Axis interoperability work, I am facing a piquant
situation. I have written multiple web services using Axis. Each of these
web services defines a particular complex data structure called Principal.
The definition, XML namespace and package name for this structure are
I have seen so many users having the problem of getting null/false/0 result
from the .net client + axis server + wrapped style, for example,
http://marc.theaimsgroup.com/?l=axis-user&m=108464456817195&w=2
http://marc.theaimsgroup.com/?l=axis-user&m=107821541528582&w=2
Amazingly
Hi,
We are using .NET client with Axis Java Service.
It is a simple test service having some methods for
mathematical calculations.
One of the method is returning int as response.
This is working fine with Axis Java Client.
Now the problem is with .NET client. As on client
side, we are
11:58 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: Passing user-defined objects between Java server
(Apache AXIS) and a C# (:Net) Client
Hi Asish,
Thanks for the help once again. I would definately try doing it this
way. But in the meanwhile I tried writing the interface and the classes
and
rray of strings) when I deployed the class asa a .jws.
Any idea what might be wrong?
Thanks,
Nitesh
- Original Message -
From: Ashish Varan <[EMAIL PROTECTED]>
Date: Wednesday, May 26, 2004 9:46 pm
Subject: RE: RE: Passing user-defined objects between Java server (Apache AXIS) an
EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: Passing user-defined objects between Java server
(Apache AXIS) and a C# (:Net) Client
Hi Ashish,
Thanks for the mail. Since I'm new to this sort of stuff its a bit hard
for me to figure out how to do
ssage -
From: Ashish Varan <[EMAIL PROTECTED]>
Date: Wednesday, May 26, 2004 5:15 pm
Subject: RE: Passing user-defined objects between Java server (Apache AXIS) and a C#
(:Net) Client
> Why don't u put all this in Hashtable. A few lines of code can pass
> anthing. Vector is suppored,
ssing user-defined objects between Java server (Apache AXIS)
and a C# (:Net) Client
Hi,
I'm new to SOAP and AXIS and want some help.
I am trying to implement a simple hello world type of example on a PDA
which has a C# .Net webservice client and a java server on Apache AXIS
server runni
Hi,
I'm new to SOAP and AXIS and want some help.
I am trying to implement a simple hello world type of example on a PDA which has a C#
.Net webservice client and a java server on Apache AXIS server running on some
machine.
Till now I have been able to pass objects like int, strings and arr
Hi all,
I hope someone can help me, I have being tying to fix this
problem for a week now, and it has to be fixed by Wed.
I have an Axis Java web service that returns a message
using SOAP messaging. When I try to communicate using the
java client it works no problem, but when i try to send
re
Hi all,
I'm having a strange problem which I think is namespace related, but I'm
not sure how to correct it.
I'm implementing a web service in axis to be used by .Net clients. First
off, I have a method who's Java signature looks like:
public Object getItem(String path) {...}
I have a sim
: [EMAIL PROTECTED]
Subject: RE: .NET Client -> Axis Web service -Issue with "anyType"
If you desire a Java XML type (org.w3c.dom.*), you should investigate
the message oriented web services examples.
For example, /samples/message
/Chris
-- Ori
pe should I use if my parameter and return type are
>w3c.org.dom.document?
>
>Thanks,
>Ranjith Pillai.
>
>-Original Message-
>From: Chris Haddad [mailto:[EMAIL PROTECTED]
>Sent: Friday, April 02, 2004 7:05 PM
>To: [EMAIL PROTECTED]
>Subject: Re: .NET Client -&g
pe should I use if my parameter and return type are
>w3c.org.dom.document?
>
>Thanks,
>Ranjith Pillai.
>
>-Original Message-
>From: Chris Haddad [mailto:[EMAIL PROTECTED]
>Sent: Friday, April 02, 2004 7:05 PM
>To: [EMAIL PROTECTED]
>Subject: Re: .NET Client -&g
w3c.org.dom.document?
Thanks,
Ranjith Pillai.
-Original Message-
From: Chris Haddad [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 7:05 PM
To: [EMAIL PROTECTED]
Subject: Re: .NET Client -> Axis Web service -Issue with "anyType"
if the XML document conforms to a XML Schema def
D]
Date: Fri, 2 Apr 2004 10:53:48 -0800
>Hi Axis Community,
>
>This is not generally an Axis question, .NET Client
>question. But there are many experts here who already done .NET Client
>-> Axis Web service invocation, hope someone can help me.
>
>Th
Hi Axis Community,
This
is not generally an Axis question, .NET Client question. But there are many
experts here who already done .NET Client -> Axis Web service invocation,
hope someone can help me.
The
problem is my Axis web service returns an XML Docum
Hi Pedro, I had a problem that looked the same when I added WSE to my .NET
configuration. In that case it was caused by WS-Routing and was solved by
turning off the MustUnderstand flag on PATH, like this in your .NET client
code:
service.RequestSoapContext.Path.MustUnderstand = false;
Note
Hi,
I created a WS with Axis and
a .NET client and all works fine in my development machine. But, when I try to
run the .NET client in another machine (both machines running Windows XP Pro) I
get the exception:
"The underlying
connection was closed. Unable to connect to the r
Hi,
I created a WS with Axis and
a .NET client and all works fine in my development machine. But, when I try to
run the .NET client in another machine (both machines running Windows XP Pro) I
get the exception:
"The underlying
connection was closed. Unable to connect to the r
I don’t know if I am happy with my discovery or not. I
have tried to solve my problem with “null” response with .NET/C#
client working with Axis WS server in last week and found that there was
another Axis user experienced similar problem which was posted to Microsoft
newsgroup in last Dece
hi,all
can anybody show me some example to build a web
service with aixs which can retrun xml document to
.net client ?
I've build the service successfully in .net server
and it's wsdl look like this :
- http://schemas.xmlsoap.org/wsdl/http/";
xmlns:soap="http://sche
I can see by reading the Mailing lists that several
people are experiencing the same problem with
accessing the java.sql.Timestamp data type.
I am able to access all datatypes and arrays of
datatypes from the stateless session beans using C#,
except for the the java.sql.Timestamp.
Has anyone su
Reposting ... if someone has come across
similar situation of handling exception between Axis and .NET client.
Thanks in advance !!
Ajay
- Forwarded by Ajay
Gondhiya/Bangalore/Accelrys on 09/02/2003 02:39 PM -
Ajay Gondhiya/Bangalore/Accelrys
08/28/2003 07:11 PM
To
[EMAIL
I have an EJB and I generate WSDL using
Java2WSDL. In the EJB, when the method signature has "throws"
clause for any exception other than RemoteException, Java2WSDL generates
wsdl:fault in the WSDL. And when I have wsdl:fault in the WSDL, VS.NET
sproxy tool fails to compile the WSDL to generate C
Hello everybody,
I have to send a file as an attachment to my webservice.
I specified a parameter of type javax.activation.DataHandler in one of my exposed
operation.
I know how to call this method using a Java client, but I would like to know how I can
map this DataHandler using a .Net client
Thanks a ton Florian,
Cheers,
Subbu
-Original Message-
From: Florian Lindauer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 6:21 AM
To: [EMAIL PROTECTED]
Subject: Re: SOAP Header for .NET client
small error in my previous mail:
2. Add a message definition like this
small error in my previous mail:
2. Add a message definition like this:
REPLACE second line with:
Samprathi, Subramani non Unisys wrote:
I need to use both request and response headers.
The generated WSDL with axis does not have any request/response header
information.
Is there way to generate this ? is there any command line options in
JAVA2WSDL utility that I am missing?
I don't know for s
Title: HELP: Modify Message Body in Handler
Hello
everybody,
I am
using weblogic and axis with .NET as the webservice
consumer.
I need
to use both request and response headers.
The
generated WSDL with axis does not have any request/response header information.
Is
there way to generate th
Cory Wilkerson wrote:
> From what I can tell, .Net web services implementations do not support
> multidimensional arrays. This sucks. Anyone have a good way to marshall a
> key/value set across the wire?
Convert it into an xml string, turn it into a byte array, send that to
Refer to the Wiki on the Axis main site. I give an example under .NET Interop.
Good luck,
Rick
> -Original Message-
> From: Cory Wilkerson [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 28, 2003 3:01 PM
> To: [EMAIL PROTECTED]
> Subject: .Net Client/Axis Server &a
o: [EMAIL PROTECTED]
Subject: RE: .Net Client/Axis Server & MultiDim Arrays
When wsdl.exe is generated agains the WSDL, you'll see that:
string[] rulesElements
is created as opposed to string[][] rulesElements.
Frustrating,
Cory
-Original Message-
From: [EMAIL PROTECTED] [mailt
ECTED]
Subject: RE: .Net Client/Axis Server & MultiDim Arrays
Does this happen as a result of running wsdl.exe on the generated WSDL file?
Harry J. Kobetitsch
UBS Warburg
One North Wacker Drive
Chicago, Illinois 60606-2809
312-525-5866
[EMAIL PROTECTED]
PROTECTED]
Sent: Thursday, February 27, 2003 5:07 PM
To: [EMAIL PROTECTED]
Subject: .Net Client/Axis Server & MultiDim Arrays
Any idea why a C# client, upon reading the following line from an Axis
generated/published WSDL document:
---
(java impl: St
Any idea why a C# client, upon reading the following line from an Axis
generated/published WSDL document:
---
(java impl: String[][] rulesElements;)
---
generates the following C# and/or VB code
Hello Axis-Users,
i assume its a newbie problem, but i could'nt figure it out, even in the
archived
mailing lists nothing pointed me to a solution.
So here goes my scenario:
The aim of my efforts is to call my webservice from a remote .NET-Client
written
in C#, using webreferences.
I h
Hi,
Anybody know how or have sample code that can custom serialize/deserialize
incoming/outgoing SOAP from/to Java in a .Net client?
I have a Java web service that I am calling from a .Net client.
After adding a web reference, The .Net function that does the work is
invoke(...).
I need to be
Thanks, Dan. This worked.
I have added an empty check to my get-array methods:
if (things.length == 0)
return null;
return things;
At 08:23 2003.01.07 -0800, you wrote:
I have noticed that a c# .net client does not handle the deserialization of
empty arrays very well. You may be able to
I have noticed that a c# .net client does not handle the deserialization of
empty arrays very well. You may be able to 'sidestep' this issue not sending
empty arrays.
I have been setting the array to null within a bean instead of sending an
empty array :
Example:
Hope this h
I'm trying to get an Axis server and a C#/.NET client working together. I'm
encountering one interop showstopper that appears to be more .NET's fault
than Axis'.
Whenever the bean-serialized object I send as a response has for a member
an array of instances of either s
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'.
: Naresh Bhatia [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 6:14 PM
To: '[EMAIL PROTECTED]'
Subject: Enabling .NET client to maintain session with Axis web service
Is there a way to ask a .NET client to maintain a session with a web
service developed in Axis. Here's my .NET cod
Title: Enabling .NET client to maintain session with Axis web service
You can use a IHeaderHandler and overrite the methods to
capture the session ID and write it out in the SOAP header; that part is oulined
in the msdn docs. You would also need set up a SimpleSessionHandler on the
service
Title: Enabling .NET client to maintain session with Axis web service
Is there a way to ask a .NET client to maintain a session with a web service developed in Axis. Here's my .NET code that needs to maintain a session between the calls sendToken() and getToken().
MySvc.MyServi
-
> From: Christian Schmitz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002 7:18 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: .NET Client does not deserialize typed Array
>
>
> I´ve attached the SOAP Message and the WSDL file. WSDL is so
> lar
27;
Subject: RE: .NET Client does not deserialize typed Array
Christian,
It would be helpful to also see the soap message returned
to the client and your wsdl.
Blake
> -Original Message-
> From: Christian Schmitz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002
Christian,
It would be helpful to also see the soap message returned
to the client and your wsdl.
Blake
> -Original Message-
> From: Christian Schmitz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002 3:10 AM
> To: '[EMAIL PROTECTED]'
> Subject: .NET Cl
Hallo,
last week I wrote to this user list because .Net won't deserialize
java.util.vector. The most recommend solution was to use typed arrays
instead of a vector. I tried it, but this doesn't work too. If anybody could
help, I'm going to go mad :o)
Here is the infected code extract and a descri
thenticate", "Basic
realm=\"mydomain.com\"");
throw new
AxisFault(..);}
.
-Original Message-From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 3:06 PMTo:
[EMAIL PROTECTED]Subject: RE: .Net Client for Axis
Title: RE: .Net Client for Axis Service
You
can also try to confirm what I experienced if you do not do something like
service.PreAuthenticate = true.
Without doing the PreAuthenticate, every request from the client will
first do a request without the auth header, get a 401 and then send the
Title: RE: .Net Client for Axis Service
Hi all,
I have got the servlet solution to work :-). I made a servlet that checks if there is any auth information in the request. If there is not it responds with a 401 and the WWW-Authenticate header. If there is auth information, it forwards the
: Jones, Rhys
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002
1:40 PMTo: '[EMAIL PROTECTED]'Subject: RE: .Net
Client for Axis Service
Thanks Vidyanand,
I can't get the method of sending the WWW-Authenticate header
back to the client to work. I am curious of
Title: RE: .Net Client for Axis Service
Thanks Vidyanand,
I can't get the method of sending the WWW-Authenticate header back to the client to work. I am curious of how you changed the GetWebRequest() method to send the correct headers. It does seem like the hard way to do it, b
Title: RE: .Net Client for Axis Service
That should be fine. Thanks for the pointers, which is all I really needed.
Thomas
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 7:08 PM
To: [EMAIL PROTECTED]
Subject: RE: .Net Client
really are interested in seeing what i
exactly did, I can look it up for you when I find sometime.
Vidyanand.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 3:09 PM
To: [EMAIL PROTECTED]
Subject: RE: .Net Client for Axis Service
I
Title: RE: .Net Client for Axis Service
I think that returning 401 is not enough. You need to return 401 and the WWW-Authenticate header so the .NET client understands that it has to retry by sending authentication information.
Vidyanand, I will be interested to understand what you mean by
L PROTECTED]'
Subject: .Net Client for Axis Service
Hi,
I'm sorry if this is off topic, but here I go.....
I am trying to get a .Net client to talk to an existing Axis service
which works with java clients. Right now access to the service is
controlled using a handler that checks basic
1 - 100 of 123 matches
Mail list logo