[Mono-dev] SOAPAction

Robert Jordan robertj at gmx.net
Tue Apr 17 09:45:15 EDT 2007


Jerry Haltom wrote:
> Tried to explain it pretty well up front. Simple web service. Using
> a .asmx file. Not using remoting.

You *are* using remoting, because Activator.GetObject (Type, string)
is using the remoting infrastructure.

Web Services are consumed using a proxy which you can generated
with wsdl or with the ASP.NET front-end.

> On Tue, 2007-04-17 at 15:24 +0900, Atsushi Eno wrote:
>> Jerry Haltom wrote:
>>> Having a problem using a XSP2 web service from a Mono client on the
>> same machine. Simply trying a very simple test case. Building a .asmx
>> file, using Activator.GetObject(Type, string) on the client. Single
>> method on the server `int Foo(int i)`. 


Robert




More information about the Mono-devel-list mailing list