[TYPO3-mvc] SOAP call using extbase

Steffen Ritter info at rs-websystems.de
Sat Apr 10 16:12:59 CEST 2010


Am 10.04.2010 16:09, schrieb Bernhard Kraft:
> Hello !
>
> I have a question regarding extbase architecture:
>
> I have to implement an extension performing a SOAP request. I got the
> basics running, my controller executes an action "formAction" which
> displays a form. When the visitor fills in information and pushes the
> submit button another action "resultAction" get's called.
>
> Now this "resultAction" should perform the SOAP request. I guess the
> SOAP interface should get implemented as respository? Correct?

I would create a Service instead of an Repository.
This can be a php class inside fe. Classes/Model/Service/Soap/

In resultAction you would instanciate this service, and just call the 
"Push Object" Method and hand it over.

regards

Steffen



More information about the TYPO3-project-typo3v4mvc mailing list