So my problem is that i need to build large soap request, with multiple objects. My request depends on user input, that means that sometimes he can add even 10 complex objects into it. So building a string seams a bit hard. Is there any other way to do that? I was building same thing with android and there was a simple way of adding objects into request.
I know it’s not to hard to build a string but why wouldn’t there be more user friendly solution?
It seams that only way to do that is building a full string. After some trieing i found out that it’s quite easy…