Calling JSON web service with parameters - Objective C - iOS

后端 未结 3 1456
暗喜
暗喜 2021-02-08 20:31

I\'m trying to call a simple JSON webservice with a parameter in objective c. Doesn\'t work so far.

Here is the web service method:

[WebMethod]
[ScriptMe         


        
3条回答
  •  青春惊慌失措
    2021-02-08 21:28

    in the node of web.config add the next lines:

    
          
           
          
    
    

    http://support.microsoft.com/default.aspx?scid=kb;en-us;819267

提交回复
热议问题