Questions tagged as 'web-service'

2
answers

How to get the JSON return via jQuery?

I have a Click to Call link that returns me a JSON. How do I get the data generated in JSON via jQuery? Link: http://192.168.0.6:8080/G4FlexWS/rest/flexuc/clicktocall/ext/telefoneOrigem/telefoneOrigem/telefoneDestino Return in JSON:...
asked by 28.05.2014 / 14:29
1
answer

APP Communication with Web Server

I'd like to know how best to make my mobile / android application communicate with a web server (apache / php, for example) to receive / send data. The idea is to have my mobile application from time to time consult the web server to get data...
asked by 10.03.2015 / 18:21
1
answer

Error creating new user in Moodle via webservice

I have tried adding a new user to Moodle using their api webservice I have already modified the parameters passed through post several times, tried using an array instead of an object, tested some changes in the array structure that is passed...
asked by 18.12.2013 / 15:04
2
answers

How do I debug a method in a .asmx Web Service

I have a call in my application, which goes to a WS and excuta a method and returns me. How do I debug WS?     
asked by 25.11.2014 / 23:02
1
answer

Execute a method when Webservice starts

I have a Webservice that is working normally. At this point there was a need to execute a method called "RecoverFile" that needs to be executed as soon as Webservice starts. This is a method to upload some data from the database when Webservice...
asked by 09.11.2015 / 18:36
1
answer

AngularJS + PHP: How should the data be consumed?

Beginning some readings on the AngularJS for a possible future project, I came to mind some doubts about client / server integration and consumption of the data provided by the server. How should this be done? Through REST , or is there an...
asked by 02.10.2015 / 15:43
1
answer

General namespace for mapped class

Can anyone help me with this question? Based on a result XML from a WebService (OBIEE) I generated an XSD in a online converter and with this XSD I generated the class mapped by means of the command xjc . When I tried to play the XM...
asked by 06.04.2015 / 22:18
2
answers

How to use the date parameter of the $ .ajax

Is it possible to send two JSONs at the same time as the data parameter value of jQuery.ajax ()? Is there any way to call these two arguments, since I need to call these two json and display on the screen? Follow the code below: var to...
asked by 27.01.2015 / 00:29
1
answer

Name of columns in web service return xml

This line gives me this error: if (db.T_TarefaParceiro.Max(p => p.IDTarefaParceiro) != null) The error The cast to value type 'System.Int32' failed because the materialized value is null. Either the result type's generic parameter or t...
asked by 27.05.2014 / 02:08
3
answers

What is the difference between a web service in the same project and a different project in the same solution?

Everyone tells me to create a REST and not SOAP. I know I'm just going to get it right. I took an old project in the company where I am with a web service in the same project. As I'm using MVC, I created a web service and I came across...
asked by 28.04.2014 / 15:38