Hi!
I want to implement a WebService that should be BasicProfile 1.1 conform. The WebMethod should be something like this:
byte[] Test(int? count)
Is this call BasicProfile 1.1 conform? How can I check BasicProfile 1.1 conformability?
Hi!
I want to implement a WebService that should be BasicProfile 1.1 conform. The WebMethod should be something like this:
byte[] Test(int? count)
Is this call BasicProfile 1.1 conform? How can I check BasicProfile 1.1 conformability?