Web Services Integration : any code snippets
by Scott Peal · in Technical Issues · 07/02/2005 (10:43 pm) · 3 replies
I am looking for a code snippet to have the client or server access a web service (Microsoft .NET). Does any kind developer got one for me? If you need help in creating one, I know web services like the back of my hand so I am willing to help out.
NOTE: This post was also posting in the developer forum as I was not sure where it should go.
NOTE: This post was also posting in the developer forum as I was not sure where it should go.
About the author
Step 1) be the indie, step 2) make enough to buy a commercial license :)
#2
check the chapter 13 "Online Game Services Using PHP"
In torque script you can access the Web server with HTTPObject.
05/29/2008 (12:55 am)
You may find the example in Book("Advanced 3D Game Programming All in One") check the chapter 13 "Online Game Services Using PHP"
In torque script you can access the Web server with HTTPObject.
#3
08/02/2008 (7:08 am)
But there is no way to get data back from the server right? i can send POST/GET messages, but can't receive any result...
Torque Owner Matt Cuda