Support both producing and consuming a SOAP service.
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T22:06:45.000+0000
Resetting 'fix version priority' and 'fix version' to be re-evaluated for next release.
Posted by Helgi Hrafn Halldórsson (harabanar) on 2008-03-28T07:39:43.000+0000
I would love to participate in this task if that is possible. I have been looking a bit into this, here at my company we are about to create web services and have come to conclusion to use SOAP. I have already started creating a controller named Foo_Controller_Action_Soap_Server which would be extended by the actual controller (eg. within a module). The idea is to create a controller that has a SoapServer (or Zend_Soap_Server) to handle requests, and then have actions that would be something like these;
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T22:06:45.000+0000
Resetting 'fix version priority' and 'fix version' to be re-evaluated for next release.
Posted by Helgi Hrafn Halldórsson (harabanar) on 2008-03-28T07:39:43.000+0000
I would love to participate in this task if that is possible. I have been looking a bit into this, here at my company we are about to create web services and have come to conclusion to use SOAP. I have already started creating a controller named Foo_Controller_Action_Soap_Server which would be extended by the actual controller (eg. within a module). The idea is to create a controller that has a SoapServer (or Zend_Soap_Server) to handle requests, and then have actions that would be something like these;
indexAction - http://example.com/module/controller/ - If a POST request the server will handle it, otherwise forward to funcsAction.
wsdlAction - http://example.com/module/controller/wsdl - Construct and display the WSDL file
funcsAction - http://example.com/module/controller/funcs - List available function list with arguments and types
viewAction - http://example.com/module/controller/… - View a selected function with more detailed information from the docblock
This was at least the idea, and with Zend_Soap_Server and the WSDL Generation this will be allot easier.
Posted by Alexander Veremyev (alexander) on 2008-03-28T18:05:17.000+0000
Hi Helgi!
You are really welcome! :) Do not hesitate to take SOAP tasks you prefer.
PS Take a look into incubator to check tasks are already done.
Posted by Sébastien Cramatte (scramatte) on 2008-11-26T02:10:18.000+0000
Where can I download somes examples ? Might be I can give an hand...
Posted by Alexander Veremyev (alexander) on 2009-02-04T12:53:41.000+0000
[ZF-3273] SOAP access to controllers subtask is converted to separate issue. So this issue becomes resolved.