xXREDXIIIXx Posted February 24, 2013 Share Posted February 24, 2013 I have this code. its to get my stats from PSN it works on the persons website but I knt know how to use it I really only know some PHP so any help identifying and implimention would be amazing I can see some XML in there but thats about it :/ Link to the page there are 4 different code options SOAP 1.1 SOAP 1.2 HTTP POST HTTP GET I know PHP POST and GET but this looks different.. http://www.psnapi.com.ar/ps3/api/psn.asmx?op=getNumberListGames HTTP POST GET /ps3/api/psn.asmx/getNumberListGames? HTTP/1.1 Host: www.psnapi.com.ar HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <int xmlns="http://www.psnapi.com.ar/ps3/api">int</int> Link to comment https://forums.phpfreaks.com/topic/274900-dont-know-langauge-any-help-please/ Share on other sites More sharing options...
mweldan Posted February 25, 2013 Share Posted February 25, 2013 there must be a documentation about it somewhere? otherwise how do you know what query to send to server? Link to comment https://forums.phpfreaks.com/topic/274900-dont-know-langauge-any-help-please/#findComment-1414759 Share on other sites More sharing options...
yoursurrogategod Posted February 26, 2013 Share Posted February 26, 2013 I noticed on in your post that you had a file-ending as asmx. This is ASP .NET related: http://pcsupport.about.com/od/fileextensions/f/asmxfile.htm From that, you can narrow down your options to VB .NET and C#. Hope that helps. Link to comment https://forums.phpfreaks.com/topic/274900-dont-know-langauge-any-help-please/#findComment-1415099 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.