I would like to know if it is possible to communicate with a SOAP web service using App Inventor, and if so, how?
Thank you so much for the reply
to be clearer
my question to the server is
<soapenv: Envelope ’
xmlns: soapenv = "http://schemas.xmlsoap.org/soap/envelope/
xmlns: rgw = “http: //gr/gsis/rgwspublic/RgWsPublic.wsdl”>
<soapenv: Header />
<soapenv: Body>
<rgw: rgWsPublicVersionInfo />
</ soapenv: Body>
</ soapenv: Envelope>
How this will be edited in the mit app to get an answer from the server
Thank you so much for the reply
to be clearer
my question to the server is
<soapenv: Envelope ’
xmlns: soapenv = "http://schemas.xmlsoap.org/soap/envelope/
xmlns: rgw = “http: //gr/gsis/rgwspublic/RgWsPublic.wsdl”>
<soapenv: Header />
<soapenv: Body>
<rgw: rgWsPublicVersionInfo />
</ soapenv: Body>
</ soapenv: Envelope>
[/quote]