RE: bean serializer

2003-02-12 Thread San 'NeTTwerk' Mehat
Hey David,     The issue *I’m* having is that the consumer is a .NET web service.. so what I want to be able to do is aim VS.NET at the ?wsdl path that axis generates and begin consuming the service… J -san     -Original Message- From: David Gilbert [mailto:[EMAIL PROTECTED]

RE: Axis Bean-mapping -> .NET consumers?

2003-02-12 Thread San 'NeTTwerk' Mehat
umers? Hi, I successfully wrote some Web Services consumed from .NET clients using Java Beans as return types. Greetings Maurizio - Original Message - From: "San 'NeTTwerk' Mehat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 200

Axis Bean-mapping -> .NET consumers?

2003-02-12 Thread San &#x27;NeTTwerk&#x27; Mehat
Hey there, I'm attempting to write a web service which allows consumption from .NET web service clients. I'm wondering if beans exported with a 'BeanMapping' are consumable via .NET or is it generally preferable to write custom wrappers for this sort of thing? (I've tried to experiment with exam