Posts by Silas P Silva • 1 point
1 post
-
-2
votes1
answer83
viewsQ: I cannot send values to Webservice . NET
This is a simple dollar conversion webservice: public class Callsoap { String resultado; String erro = null; public String Call (String ip, String porta, float n){ String SOAP_ADDRESS =…