Questions tagged as 'web-service'

2
answers

How to consume webservice (WSDL) mails with javascript

I would like to use this web-service provided by mail for a small personal project (beginning, only the return address by the CEP): link Is it possible to consume it via javascript (pure or jquery)? The only time I used web-services was...
asked by 15.11.2017 / 20:20
1
answer

IoC with Web Service

I need to create a WS with IoC. I created a new Web project with Web API dependencies; I've added a Web Service (asmx); I installed SimpleInjector; The code looks like this: [WebService(Namespace = "http://tempuri.org/")] [W...
asked by 20.01.2017 / 11:48
2
answers

Arduino + Module SIM900 + PHP + MySQL - Problem POST method

Good afternoon everyone! I'm developing a project that consists of communicating a SIM900 module with an application, and making the interaction of the two will be a WEB server + database. The APP, Database and PHP page items are already w...
asked by 02.08.2016 / 23:38
1
answer

Display Datetime Content Using Doctrine

In a WebService project using SlimFramework, I decided to add Doctrine to do the queries in the DB. I resolved to follow DOCTRINE's guidance for working with Datetime and Time Zones on this site Doctrine Documentation When trying to recover...
asked by 21.09.2016 / 02:16
2
answers

Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 With WebService JAX-RS and Android Retrofit

I'm studying WebService and consumption on Android with Retrofit2. I've done tests with public APIs like ViaCEP and FIPE and I can use the retrofit quietly, very easy but when I set up my own webservice using JAX-RS with Jersey I have problem...
asked by 16.01.2017 / 18:59
1
answer

WebMethod with Data Model

Good morning, I would like to receive a data model in a method from my webservice, what is the correct procedure for me to get it? I'm trying the code below but it's not working. namespace UI.Web { [WebService(Namespace = "http://tempuri.o...
asked by 17.12.2015 / 14:14
1
answer

Integration of information from a Web Service

I'm having a bit of trouble creating a Web Service. I have a MySQL database simple to register people. I already have my methods for performing CRUD operations in a classe . which were used in an application Windows Forms...
asked by 17.03.2016 / 15:20
1
answer

How to fill an xml (request of a WS SOAP) with Javascript

I have an Ajax function doing a POST for a SOAP webservice and I need to insert values into the request XML elements based on what the page user inserts into an input text. How can I do this? My script looks like this: var soapMessage = '&l...
asked by 30.09.2015 / 11:50
1
answer

Purpose of a WebService

Well, I always see on the internet or I even hear friends talking about WebServices , I've read some things related to the subject but I still can not understand it very well. I know that with WebService I can do the interaction of...
asked by 06.07.2015 / 18:35
1
answer

How to debug ASP.NET applications or Webservices in IIS

I need to debug my application that consumes a Webservice and would like to be able to debug Webservice in a Visual Studio window and the application in another, but I can not make local connection of the Android emulator to the local machine....
asked by 23.04.2015 / 13:36