calling asmx service from php using cURL or similar? -


i call webservice page : http://badmintonpeople.dk/dbf/holdturnering/stilling/ through php, can id's of teams present in sportsclub.

the service url is: http://badmintonpeople.dk/sportsresults/components/webservice1.asmx/getleaguestanding

and if push "søg" button on page, see variables send are: {"callbackcontextkey":"a99dadc1f9e901007e51592e8c0838916cf337e7613986982b4649b3efba0844d2dc6b4a5be1fa47827e6036cb6a819e","subpage":"6","seasonid":"2014","leaguegroupid":"","agegroupid":"","regionid":"","leaguegroupteamid":"","leaguematchid":"","clubid":"1617","playerid":""}

i've tried fetch data returned service through curl , soapclient, can't seem figure out :-(

can solve puzzle me, grateful, cause me looks have give :-/

thank in advance!

seems there problem service. once service fixed , know working (you may check wcfclient visual studio 2013), use source xml generated wcfclient , post server using proper headers.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -