I have a webservice SOAP hosted on google app engine, and this is link to wsdl file: http://arduino-data-server.appspot.com/FunctionsService.wsdl Now what i wanna do it's to build the full http request (contains xml soap service request) for use a service. I know there's a library for manage soap request, but i'm not interestet to use it
Well, since a SOAP message is just an XML document you could create a http request body with any text editor - that is pretty primitive but would work.