If anyone else has an example on how to get the Long stuff to work end-to-end and to interoperate with .NET I would love to see it (it has to be RPC not doc/lit) as it would be nice to make use of the nillable property ...
Thanks.
Tim
The long type in .NET is not nullable, so trying to send it as a nil over the wire is just going to result in headaches for the .NET folks.
Cheers Simon
Ah, thanks for clarifying it. I love .NET, how we have to bastardize our web services just to make them work with .NET ...
Tim