[web2py] Re: is there a way to communicate with Web2Py from an external program?

2010-03-23 Thread canna
thank you. I understand that I have to publish a service that can send
and receive calls from clients
what do I need to look for on the client side? meaning, what ability
3dsMax should have in order to use this service?



On 22 מרץ, 21:28, mdipierro mdipie...@cs.depaul.edu wrote:
 Perhaps you can use XMLRPC described 
 here:http://www.web2py.com/book/default/section/9/2

 Perhaps other users have other/better solutions.

 On Mar 22, 2:02 pm, canna c.ne...@gmail.com wrote:



  Hello everybody!

  I making my first steps inWeb2Py, and although I'm not at this stage
  yet, I will eventually have to deal with this issue, and wanted to be
  prepared

  as a vfx studio we keep information on every 3D model that is created
  in 3D program (time spent working on it, it's status etc.) up until
  now we wrote this information (using scripts) to INI files, now we'll
  have to write to MySQL server.
  there is a way to send SQL queries from 3dsMax with .NET but then it's
  bypassweb2pyserver and doesn't benefit from it's useful model
  structure.

  is there a way for 3dsMax to send and receive information fromweb2py
  server without bumping into security issues?

  thanks to all the helpers!-הסתר טקסט מצוטט-

 -הראה טקסט מצוטט-

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.



[web2py] Re: is there a way to communicate with Web2Py from an external program?

2010-03-22 Thread mdipierro
Perhaps you can use XMLRPC described here:
http://www.web2py.com/book/default/section/9/2

Perhaps other users have other/better solutions.

On Mar 22, 2:02 pm, canna c.ne...@gmail.com wrote:
 Hello everybody!

 I making my first steps in Web2Py, and although I'm not at this stage
 yet, I will eventually have to deal with this issue, and wanted to be
 prepared

 as a vfx studio we keep information on every 3D model that is created
 in 3D program (time spent working on it, it's status etc.) up until
 now we wrote this information (using scripts) to INI files, now we'll
 have to write to MySQL server.
 there is a way to send SQL queries from 3dsMax with .NET but then it's
 bypass web2py server and doesn't benefit from it's useful model
 structure.

 is there a way for 3dsMax to send and receive information from web2py
 server without bumping into security issues?

 thanks to all the helpers!

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.