choenes
02-16-2006, 03:15 PM
Is there a way to expose web service attributes like the following using Spring's Web Service Exporter?
<System.Web.Services.WebMethodAttribute(), _
System.Web.Services.Protocols.SoapDocumentMethodAt tribute("quinton.com/Pyramis/2004", RequestNamespace:="quinton.com/Pyramis/2004", ResponseNamespace:="quinton.com/Pyramis/2004", Use:=System.Web.Services.Description.SoapBindingUs e.Literal, ParameterStyle:=System.Web.Services.Protocols.Soap ParameterStyle.Wrapped)>
<System.Web.Services.WebMethodAttribute(), _
System.Web.Services.Protocols.SoapDocumentMethodAt tribute("quinton.com/Pyramis/2004", RequestNamespace:="quinton.com/Pyramis/2004", ResponseNamespace:="quinton.com/Pyramis/2004", Use:=System.Web.Services.Description.SoapBindingUs e.Literal, ParameterStyle:=System.Web.Services.Protocols.Soap ParameterStyle.Wrapped)>