See the fairly recent Blog post here:
http://blogs.msdn.com/dotnetinterop/archive/2005/01/17/354859.aspx
And a working sample that demonstrates .NET-to-AXIS interop here:
http://dinoch.dyndns.org:7070/axis/AboutBasics.jsp
The working example uses AXIS v1.1, not 1.2.rcXXX.
It is more complex than you asked for - it does arrays and structures
(complex types).
Source code is available.
-Dino

Signature
Dino Chiesa
Microsoft Developer Division
d i n o c h @ OmitThis . m i c r o s o f t . c o m
>I was testing a very simple web services written in Axis (1.2RC2) with
> just a single method, returning a string "test". The method doesn't
[quoted text clipped - 8 lines]
>
> Lilly
lilly wang - 14 Feb 2005 23:24 GMT
Hi Dino,
Thanks for your reply. I'll take a look of the example.
I did figure it out in a way. Axis encodes the response in a way that
.Net doesn't understand.
Lilly
lilly wang - 15 Feb 2005 00:01 GMT
Hi Dino,
Thanks for your reply. I'll take a look of the example.
I did figure it out in a way. Axis encodes the response in a way that
.Net doesn't understand.
Lilly