RE: Problems calling Axis service from .NET C# client

2002-04-04 Thread Peter A. Kozma
-instance"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";> http://xmlinterface.xcut.clareos.com";> http://xmlinterface.xcut.clareos.com";> Anoth 42 true *** end request from Axis client The request looks good to me? T

RE: Problems calling Axis service from .NET C# client

2002-04-03 Thread Vidyanand Murunikkara
-Original Message- From: Peter A. Kozma [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 12:53 PM To: [EMAIL PROTECTED] Subject: RE: Problems calling Axis service from .NET C# client Stan, Thanks for taking a look. I've tried proxy DLL from "wsdl.exe", adding a web referen

RE: Problems calling Axis service from .NET C# client

2002-03-29 Thread Peter A. Kozma
d (as described in original note). ~ Peter -Original Message- From: Stan Jordan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 3:46 PM To: [EMAIL PROTECTED] Subject: Re: Problems calling Axis service from .NET C# client Peter... The usual way to build a C# client is: 1) Create

Re: Problems calling Axis service from .NET C# client

2002-03-29 Thread Stan Jordan
[mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 10:48 AM To: [EMAIL PROTECTED] Subject: Re: Problems calling Axis service from .NET C# client Peter... Send me the entire wsdl file, and I can prolly help. Or send me the URL, if you have deployed your service to the web. Stan - Original Me

RE: Problems calling Axis service from .NET C# client

2002-03-29 Thread Peter A. Kozma
: [EMAIL PROTECTED] Subject: Re: Problems calling Axis service from .NET C# client Peter... Send me the entire wsdl file, and I can prolly help.  Or send me the URL, if you have deployed your service to the web. Stan - Original Message - From: Peter A. Kozma To: [EMAIL PROTECTED] Sent: Friday

Re: Problems calling Axis service from .NET C# client

2002-03-29 Thread Stan Jordan
Axis service from .NET C# client I have a web services method running on Axis (beta 1) that looks like: XcutPlay1Response login (String id, String pw); The return type is complex (see WSDL below). Calling from an Axis client works fine. When invoked from .NET, I get an empty response object

Problems calling Axis service from .NET C# client

2002-03-29 Thread Peter A. Kozma
I have a web services method running on Axis (beta 1) that looks like: XcutPlay1Response login (String id, String pw); The return type is complex (see WSDL below). Calling from an Axis client works fine. When invoked from .NET, I get an empty response object back (string = null, int = 0, bool