Search results for query: *

  1. fernandoxwiggy

    Question Question about in a web service

    Using what I had already programmed and the code below based on your information I got a response token from the web service. Waiting for a response from the company responsible for the web service to validate the received token. Thank you very much for now...
  2. fernandoxwiggy

    Question Question about in a web service

    No problem. Below is the complete code snippet with all attempts. In the last messagebox not marked as a comment I get the false answer. In subsequent messageboxs I get null, when I should receive a value. There have been other attempts that have already been deleted...
  3. fernandoxwiggy

    Question Question about in a web service

    I tried: EfreteLogonService.LogonServiceSoap logonservicesoap = new EfreteLogonService.LogonServiceSoap(); But I get a message that "cannot create an instance of the interface". I also tried to do: test = EfreteLogonService.LogonServiceSoap.Login(); But I get a message that "no overload for...
  4. fernandoxwiggy

    Question Question about in a web service

    I did not find an example using this procedure. I was unable to use the interface that is in the web service.
  5. fernandoxwiggy

    Question Question about in a web service

    Good Morning, Thanks for the answer. It is that login and logout are interfaces that are within the web service. I tried unsuccessfully to use these interfaces and I couldn't. How to use an interface that is in the web service?
  6. fernandoxwiggy

    Question Question about in a web service

    Hi, I'm trying to use a web service and I'm not getting it. The web service is located at http://dev.efrete.com.br/Services/LogonService.asmx?wsdl . The code implemented in summary form is: EfreteLogonService.LoginRequest loginrequestefrete = new EfreteLogonService.LoginRequest()...
Back
Top Bottom