Questions tagged as 'web-service'

1
answer

Return from webService in XML - php

I'm trying to consume a TOTVs webservice. My PHP code: // SOAP client $wsdl = 'http://localhost/TOTVSBusinessConnect/wsDataServer.asmx?wsdl'; $endpoint = array ( 'location' => 'http://localhost/TOTVSBusinessConnect/wsDataServ...
asked by 28.12.2016 / 13:22
2
answers

Web Api 2 - Routings are not working

I created a web service REST using Web Api 2, and in development everything is functional. I'm using a small variation of the default route: config.Routes.MapHttpRoute( name: "DefaultApi", routeTemplate: "api/{controller}/{numProtocolo...
asked by 26.02.2014 / 20:45
0
answers

Post Office - XML PLP

In the post office web service there is a process of sending plp (pre-mailing list), which contains information on postal objects. I'm sending this plp by fechaPlpVariosServicos method. But when the client goes to the agency, this plp giv...
asked by 06.04.2016 / 16:10
0
answers

Is there a free database for product barcodes? [closed]

I am making an application that is related to grocery products, and a future possibility is that, instead of the user searching the product by name, he can also use the cell phone to scan the barcode. How can I relate the barcode to the produ...
asked by 18.10.2014 / 23:28
2
answers

Android with Web Service PHP [duplicate]

Does anyone have an example of what it takes to retrieve data from an external database without needing to use JDBC?     
asked by 12.12.2014 / 20:40
1
answer

Send and receive image via WebService

I'm developing an app where I need to convert an image to JSON and send it to a WebService. Afterwards I will need to perform the inverse path, that is, receive a JSON image from a WebService and present it to the application user. Well, to s...
asked by 20.05.2014 / 06:41
1
answer

SIGEP WSDL problem

I'm a time with a project of the post office, I had to make a connection with the webservice SIGEP WEB, I found something already in development in, was using the same and everything OK, from one day to the other the same stopped working , I mad...
asked by 21.01.2016 / 19:47
3
answers

WebService in javascript

How to consume a Web Service by javascript using Visual Studio? I've searched and found a way to do it with Jquery but I've never used it before. I need to consume this Web Service to search for information such as Addresses etc. I already...
asked by 12.02.2014 / 13:41
2
answers

Get ID of a line that was just created in PHP

Hey guys, So I have a problem that is as follows, I have a table players , a table training and a helper table treadmill (where will I see if some player is currently training) The question is, how can I do that by the time I create a worko...
asked by 10.11.2015 / 19:44
1
answer

Problems returning a large amount of data through WCF

Good afternoon, I have a web service done in WCF, when I make a query in the database and return a large amount of records it gives me the following error: An unhandled exception of type 'System.ServiceModel.CommunicationException' occurr...
asked by 21.01.2016 / 18:20