tags:

views:

64

answers:

0

I am getting the following Error Messages when I have used this

[SoapRpcMethod(Action = "http://recpushdata.cyndigo.com/FeedBack", RequestNamespace = "http://recpushdata.cyndigo.com/Request", RequestElementName = "FeedBackRequest", ResponseNamespace = "http://recpushdata.cyndigo.com/Response", ResponseElementName = "FeedBackResponse", Use = System.Web.Services.Description.SoapBindingUse.Default)]

Parameter may not be used with Rpc\Literal SOAP messages because it is declared using an anonymous schema type, only top-level named types can be used with rpc\literal SOAP messages. WebService

How to resolve this