[Seaside] Receive SOAP Calls with Seaside

Philippe Marschall philippe.marschall at gmail.com
Fri Jan 28 18:51:55 UTC 2011


2011/1/27 Kai-Uwe Pielka <webmail at pielka.de>:
> Hi Philippe,
>
> thanks for the answer. I did the test call with soapUI and verified that it was a POST request.
> Maybe I need to load another example with other data to receive a payload.
> Another problem I could imagine is the MIME type that is different or I have to adapt the encoding.

No, that should be the issue.

> Do I have to configure my Seaside application to accept this MIME type?

No.

> Anyway it helps to know that it should work basically.


You can set a break point in #requestBodyFor: of your sever adaptor
and see what happens.

Cheers
Philippe


More information about the seaside mailing list