send form data as web service in symfony

Posted by Lars on Stack Overflow See other posts from Stack Overflow or by Lars
Published on 2009-04-10T09:44:23Z Indexed on 2010/05/15 3:04 UTC
Read the original article Hit count: 310

Filed under:
|
|

I am making a restrictive portal to a WiFi network using symfony, and I want to send a form as web service to other sites that want to use this portal. How should I solve this? I realize I could go the SOAP/WSDL route, but since symfony is already RESTful, it seems to me I could go the RESTful route with considerably less pain and loss of performance.

Right now, I have a working form, but I've only made a casual attempt to bring the form to a remote site by using cURL. The form does not work remotely since the routing is not set up correctly (I think). Can someone help me with this?

Thanks.

© Stack Overflow or respective owner

Related posts about symfony

Related posts about web-services