Greetings!

This is a rather newbie question regarding Web Services.

I have currently written a web service that would like to generate customized SOAP messages to another server (that doesn't use Web Services). The other server would run an ASP page that accepts a request from my web service.

Is SOAP customization possible using the XML Serialization classes available in .NET?

Are there any good resources on how I can do this?

Thanks in advance