Re: calling MessageService sample with .NET client

2005-02-11 Thread Praveen Peddi
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

Re: calling MessageService sample with .NET client

2005-02-10 Thread Anne Thomas Manes
. -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

Re: calling MessageService sample with .NET client

2005-02-10 Thread Praveen Peddi
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

Re: calling MessageService sample with .NET client

2005-02-10 Thread Paul Callahan
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,

calling MessageService sample with .NET client

2005-02-10 Thread Praveen Peddi
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

Re: Unable to create Axis webservice instance in .Net client

2005-02-01 Thread HG
... (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

Unable to create Axis webservice instance in .Net client

2005-02-01 Thread Dhananjayan_K
(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

Re: Attachments - AXIS Server, .NET Client

2005-01-27 Thread Liu, Scott
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

Exception thrown when .Net client calls Axis webservice

2005-01-26 Thread Dhananjayan_K
(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

Re: Arrays: .NET client --> AXIS server

2005-01-20 Thread Bill Keese
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

Arrays: .NET client --> AXIS server

2005-01-19 Thread Bill Keese
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

.NET client not working with Wrapped/Literal

2005-01-13 Thread aedemar . cooke
) { 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

Re: Slow network usage by Java/Axis; fast with .Net client

2005-01-12 Thread ANDREW MICONE
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

Re: Axis and .Net client

2005-01-11 Thread Bill Keese
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

2005-01-11 Thread Vishu
: 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

Re: Axis and .Net client

2005-01-11 Thread Bill Keese
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

Axis and .Net client

2005-01-11 Thread Vishu
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

Slow network usage by Java/Axis; fast with .Net client

2005-01-11 Thread Nuno Guerreiro
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

TCPMon and Resend working for .NET client but not for java client

2005-01-06 Thread Sunil Kothari
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

RE: .NET client

2004-12-17 Thread Cervi, Anthony \(PCLN-NW\)
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

RE: .NET client

2004-12-17 Thread bethana kumar
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

RE: .NET client

2004-12-14 Thread Sagar Pidaparthi
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

Re: .NET client

2004-12-14 Thread Lyndon Tiu
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

.NET client

2004-12-13 Thread Sagar Pidaparthi
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

Re: Attachments - AXIS Server, .NET Client

2004-11-29 Thread Tony Opatha
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

Re: Attachments - AXIS Server, .NET Client

2004-11-26 Thread John Walker
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

Re: Attachments - AXIS Server, .NET Client

2004-11-24 Thread Rahul Tripathi
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

Re: Attachments - AXIS Server, .NET Client

2004-11-24 Thread Eric Prickett
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

Attachments - AXIS Server, .NET Client

2004-11-23 Thread John Walker
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

Attachments - AXIS Server, .NET Client

2004-11-23 Thread John Walker
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

RE: Serialisation errors in .NET client with Axis 1.2 rpc/enc service

2004-07-20 Thread Sagar Pidaparthi
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

Re: Serialisation errors in .NET client with Axis 1.2 rpc/enc service

2004-07-20 Thread Davanum Srinivas
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

Re: Serialisation errors in .NET client with Axis 1.2 rpc/enc service

2004-07-20 Thread Anand Natrajan
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 : -

Serialisation errors in .NET client with Axis 1.2 rpc/enc service

2004-07-19 Thread Anand Natrajan
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

RE: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Banck, Arent-Jan
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

RE: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Anand Natrajan
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

Re: SV: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Anand Natrajan
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

RE: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Banck, Arent-Jan
-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

Sending French value to the .net client from Axis webservice

2004-06-29 Thread Venkata Gopal Tummala
.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

SV: .NET client accessing multiple Axis WSDLs

2004-06-29 Thread Göran Andersson
> 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: .NET client accessing multiple Axis WSDLs

2004-06-29 Thread Anand Natrajan
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

Re: .NET client accessing multiple Axis WSDLs

2004-06-29 Thread Vy Ho
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

.NET client accessing multiple Axis WSDLs

2004-06-29 Thread Anand Natrajan
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

solution for .net client returning null results

2004-06-22 Thread Zihong Lu
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

Problem with .NET client-Axis Java Service / finding no response on client

2004-06-04 Thread mohit gupta
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

RE: RE: RE: Passing user-defined objects between Java server (Apache AXIS) and a C# (:Net) Client

2004-05-27 Thread Ashish Varan
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

Re: RE: RE: Passing user-defined objects between Java server (Apache AXIS) and a C# (:Net) Client

2004-05-27 Thread NITESH GUPTA
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

RE: RE: Passing user-defined objects between Java server (Apache AXIS) and a C# (:Net) Client

2004-05-26 Thread Ashish Varan
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

Re: RE: Passing user-defined objects between Java server (Apache AXIS) and a C# (:Net) Client

2004-05-26 Thread NITESH GUPTA
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,

RE: Passing user-defined objects between Java server (Apache AXIS) and a C# (:Net) Client

2004-05-26 Thread Ashish Varan
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

Passing user-defined objects between Java server (Apache AXIS) and a C# (:Net) Client

2004-05-25 Thread NITESH GUPTA
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

HELP - .NET Client gets Null when request sent to Axis server???

2004-05-15 Thread [EMAIL PROTECTED]
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

[.NET Interop] Object returned from axis service is empty in .NET client...

2004-05-04 Thread Alan Moss
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

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-06 Thread Pillai, Ranjith
: [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

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-06 Thread Chris Haddad
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

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-06 Thread Chris Haddad
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

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-05 Thread Pillai, Ranjith
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

Re: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-02 Thread Chris Haddad
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

.NET Client -> Axis Web service -Issue with "anyType"

2004-04-02 Thread Pillai, Ranjith
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

.NET client to Axis WS problem

2004-03-20 Thread sergeant
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

.NET client to Axis WS problem

2004-03-19 Thread Pedro Maia
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

.NET client to Axis WS problem

2004-03-19 Thread Pedro Maia
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

Found another user experiencing similar "null" response problem with .NET client working with Axis web service server

2004-03-02 Thread Liu, Scott
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

return xml to .net client

2004-02-02 Thread Cui
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

Serializer/Deserializer needed for .Net client

2003-10-20 Thread Hans Nestler
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

Fw: Exception handling between Axis and .NET client

2003-09-02 Thread Ajay Gondhiya
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

Exception handling between Axis and .NET client

2003-08-28 Thread Ajay Gondhiya
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

How to map DatHandler in a .NET client

2003-07-16 Thread Astie, Sebastien
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

RE: SOAP Header for .NET client

2003-06-24 Thread Samprathi, Subramani non Unisys
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

Re: SOAP Header for .NET client

2003-06-24 Thread Florian Lindauer
small error in my previous mail: 2. Add a message definition like this: REPLACE second line with:

Re: SOAP Header for .NET client

2003-06-24 Thread Florian Lindauer
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

SOAP Header for .NET client

2003-06-23 Thread Samprathi, Subramani non Unisys
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

Re: .Net Client/Axis Server & MultiDim Arrays -- I GIVE

2003-02-28 Thread James Black
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

RE: .Net Client/Axis Server & MultiDim Arrays -- I GIVE

2003-02-28 Thread Kellogg, Richard
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

.Net Client/Axis Server & MultiDim Arrays -- I GIVE

2003-02-28 Thread Cory Wilkerson
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

RE: .Net Client/Axis Server & MultiDim Arrays

2003-02-27 Thread Cory Wilkerson
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]

RE: .Net Client/Axis Server & MultiDim Arrays

2003-02-27 Thread Harry . Kobetitsch
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

.Net Client/Axis Server & MultiDim Arrays

2003-02-27 Thread Cory Wilkerson
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

Java-Class as argument for a .NET Client via an Axis .JWS-File

2003-01-30 Thread landgraf
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

Interoperability: .Net Client - how do I custom deserialize incoming soap from Java?

2003-01-22 Thread McCaslin Orion
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

RE: .NET client and nested arrays

2003-01-07 Thread Mitch Gitman
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

RE: .NET client and nested arrays

2003-01-07 Thread Dan Stone
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

.NET client and nested arrays

2003-01-07 Thread Mitch Gitman
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

.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: Enabling .NET client to maintain session with Axis web service

2002-07-15 Thread Barry Levinson
: 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

Re: Enabling .NET client to maintain session with Axis web service

2002-07-12 Thread Les Gerads
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

Enabling .NET client to maintain session with Axis web service

2002-07-12 Thread Naresh Bhatia
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

RE: .NET Client does not deserialize typed Array

2002-06-24 Thread blake biesecker
- > 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

RE: .NET Client does not deserialize typed Array

2002-06-24 Thread Christian Schmitz
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

RE: .NET Client does not deserialize typed Array

2002-06-24 Thread blake biesecker
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

.NET Client does not deserialize typed Array

2002-06-24 Thread Christian Schmitz
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

RE: .Net Client for Axis Service

2002-06-12 Thread Drew Haller
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

RE: .Net Client for Axis Service

2002-06-12 Thread thomas . cherel
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

RE: .Net Client for Axis Service

2002-06-12 Thread Jones, Rhys
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

RE: .Net Client for Axis Service

2002-06-11 Thread Drew Haller
: 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

RE: .Net Client for Axis Service

2002-06-11 Thread Jones, Rhys
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

RE: .Net Client for Axis Service

2002-06-11 Thread thomas . cherel
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

RE: .Net Client for Axis Service

2002-06-11 Thread Vidyanand Murunikkara
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

RE: .Net Client for Axis Service

2002-06-11 Thread thomas . cherel
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

RE: .Net Client for Axis Service

2002-06-11 Thread Vidyanand Murunikkara
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   2   >