Hello all! If I need to return an xml string as areturn value for a web service, what is the way (if exists) to describe it? For example, if I want to return 2 strings, I can build a complex type and actualy define an object. Is there a similar way for xml strings? Regards!