Click here to Skip to main content
15,880,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i would like to know what is wrong if i pass a JSON string using vb6.
my .svc is = http://localhost:5523/Service1.svc?singleWsdl[^]
and i would like to pass "{'userID': 'Eyc','password': 'Mani','serviceType': 'chame','serviced': 'siri','serviceAccount':'bunge','amount': 'mikanda','uniqueReferenceNo': 'mikas'}"
as a parameter from vb6 application.
my question is is it possible?
Posted
Updated 29-Sep-15 2:56am
v2

 
Share this answer
 
Yes, it is possible. You need to workaround it.
See this basic tutorial for more idea: http://wcftutorial.net/How_To_JSON_Using_WCF.aspx[^]

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900