Code:
Public Function processMessage(ByVal Messages as XMLElement) As String
Dim strS as string
strS = Messages.outerXML
Return strS
End Function
Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"