Hey, super newbie question. Consider the following WCF function:
[ServiceContract]
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityReq
I would guess that the piece of information that you are missing is that WCF passes back and forth serialized objects. The question is, what does a JSON serialized string object look like. Having never used JSON with WCF I can't tell you.
However, I can suggest if you tried passing someObject2 instead of someText you will probably have more success.