SOAP

Is there any example of doing a soapcall (http/tcp)?

Jaap…

Without XML support, it would be very difficult to implement SOAP. I am hoping XML support is added soon.

SOAP methods as they are in xojo are useless : they dont implement complex or sequence parameters.
in fact with httpsocket and text support you can do it
dont wait for xojo soap method, if they only implement the actual ones they are useless.

[quote=162319:@jean-yves pochez]SOAP methods as they are in xojo are useless : they dont implement complex or sequence parameters.
in fact with httpsocket and text support you can do it
dont wait for xojo soap method, if they only implement the actual ones they are useless.[/quote]

I agree… but to make your own SOAP class that deals with complex params it is a lot easier if you have a XML class to create the request and parse the response… and the current iOS framework does not include XML.

Yes, we need a XML object in iOS!