I am new to axis framework and I was able to get some simple web services deployed and consumed with .NET just fine. I would like to use "add Web Reference" feature of VisualStudio with some more complicated web services so I wanted to get input from seasoned axis users ;-)
.NET requirement: "add Web Reference" must work service requirements: send/recieve xml (i could marshal object to-from xml for this part) MessageService seems most flexible option but it doesn't seem to be .NET friendly. Which way to you suggest I go (and please point me to code examples on axis site where posible) thank you vlad
