0

How can I consume .asmx webservice in C++. Web-method is returning response in JSON and accepting request via JSON POST. I am developing an application in cocos2d-x. I tried to follow this url but its not clear to understand.

Community
  • 1
  • 1
ramya
  • 2,350
  • 6
  • 31
  • 57

1 Answers1

0

Microsoft has created a walkthrough for accessing asmx web services from C++: https://msdn.microsoft.com/en-us/library/aa290758(v=vs.71).aspx

I had a read through the cocos2d documentation, I cannot find any Reference to ASMX services, so wondering why you are using them. ASMX web services were used prior to WCF, which was introduced in 2005.

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252