views:

13

answers:

0

I'm consuming a classic Web Service using .NET. Is it possible to automatically generate a XSD for the messages from client to service? The service proxy can be generated using svcutil but I would like to use XML serialization for the actual messages. Right now the service methods take XML strings as parameters whereas I want to use objects on client side.