Re: Apache SOAP Client to MS .NET

2001-07-17 Thread Blair Tingey
Thanks for the code I now have my client working. Blair on 7/11/01 8:52 AM, Brian Noyes at [EMAIL PROTECTED] wrote: Blair, Haven't tried it with .NET yet, but imagine it is the same issue as calling an MSSOAP service from an Apache Client. You need a return type mapping to deserialize the

RE: Apache SOAP Client to MS .NET

2001-07-11 Thread Brian Noyes
Blair, Haven't tried it with .NET yet, but imagine it is the same issue as calling an MSSOAP service from an Apache Client. You need a return type mapping to deserialize the result. Below is the client code for a simple MSSOAP service call. You can probably try the same thing with .NET and get