Questions tagged as 'web-service'

1
answer

Difference between WADL and WSDL

Simply put, what is the difference between the WSDL and WADL specifications, as they relate to: Access Method Limitations I still do not understand when to use one or the other.     
asked by 22.04.2015 / 15:30
1
answer

When I use an "Endpoint" class to publish a Web Service, where is the WSDL created?

For example, I have 3 classes in my Web Service: 1 - An SEI (the Web Service Interface): package calc; import javax.jws.WebService; import javax.jws.WebMethod; import javax.jws.soap.SOAPBinding; import javax.jws.soap.SOAPBinding.Style; @W...
asked by 21.04.2015 / 18:48
3
answers

Consume Web Service with Login and Password

I have received these guidelines to access and consume the ListSourceProducts method of a WebService: Standard form of authentication of the Java application webservices for entities and associates It is necessary for the client to have a...
asked by 05.07.2017 / 13:32
2
answers

How to connect desktop and web applications?

The idea of my TCC is to make a program where teachers can post notes through the internet and where students can view them. There will also be a desktop section where the school secretary will enroll students and teachers and make some reports....
asked by 05.03.2014 / 02:13
1
answer

POST - Slim PHP

I'm a beginner in webservices and I'm studying on top of Slim (PHP) but I'm having a little problem saving something in the database. My job to try to save a new category to the bank is as follows: function addCategoria(){ global $app;...
asked by 01.10.2015 / 17:08
1
answer

Download Files by web link C #

I'd like to deploy on a system that I'm making an option to download the files over the web, for pre-defined cloud links that I have. But I'm not able to do this implementation. Can you help me?     
asked by 18.07.2018 / 06:08
1
answer

AngularJS consume RESTful in different domains

Good afternoon, I'm trying to make a client that indexes the information of several webservices (about bitcoin quotes from several brokers), but when trying to access the webservice the imported json values are not displayed, and pressing F12 in...
asked by 09.12.2015 / 17:30
2
answers

Can Webservice set a limit memory usage for the user?

I'm having problems with a webservice because I make a query that returns me 69300 records and it's okay but already with 69595 records it gives error . The question: can the webservice set a limit memory usage for who is querying it? I'm...
asked by 18.01.2015 / 01:01
2
answers

Rodo in the browser my WebService and gives me a strange message

When giving a View In Browser in my WebService, brought me this message. It does not look like a message that the WebService is all ok. What message is this? Service This is a Windows© Communication Foundation service. Metadata publishing fo...
asked by 15.05.2014 / 14:34
2
answers

Web Service can be active, or only passive (always receive a requisition)

How do you call a Web Service (Active, Middleware, Passive, or is it always Web Service?) that sends data to a client or other Web Service when an event occurs on the system to which it belongs? Example, when there is a change in the status o...
asked by 16.10.2018 / 15:16