0

For example, if I have a operation contract as GetData() I dont want it to be in wsdl but the method should be accessible by client using Action Attribute and would be able to be consumed.

suji8886
  • 3
  • 5

1 Answers1

1

So the client should just "know" that the service method is there and how to call it?

Anyway no, you can't do that. Save the generated WSDL and XSDs, modify them to remove the information you want to remove and then supply these WSDL and XSD to the client.

Community
  • 1
  • 1
CodeCaster
  • 147,647
  • 23
  • 218
  • 272