Questions tagged as 'web-service'

1
answer

UITableViewController with Swift and JSON Displaying repeated values

I'm having trouble popularizing my UITableView with JSON . I separated some pictures to show the problem. Note that in the first% w_ of% repeated values appear and in the next shows the same value. First Table : SecondTable:...
asked by 13.04.2016 / 22:42
0
answers

Error fetching HTTP headers in Web Services php

I am learning how to create Web Services and I am making two files in php, server and client. Server.php <?php class functions { function mensagem() { return 'hello server'; } function soma($a, $b) { ret...
asked by 16.02.2016 / 13:29
0
answers

HTTP POST for Invoice

Expensive, Good Afternoon. I need to send an XML via post to the webservice function of Nota Fiscal Paulistana. However, the XML is correct, it just returns a message that is very generic, so there is not much to say to you. I'd just like you to...
asked by 03.02.2016 / 19:59
0
answers

How to call PHP services with multiple Binding

I need to connect PHP to a webservice .net that has multiple bindings and both with methods of the same name. SoapClient is always calling the first one even when Action and location have been set explicitly. $options = array(...
asked by 18.02.2016 / 11:02
0
answers

Webservice NF Paulistana does not return C #

Expensive, Good Afternoon. I have some problems with the use of the webservice of the invoice from São Paulo, where I need to look for the Invoices Received and bring me this information. I already create the XML file to send in the function cal...
asked by 01.02.2016 / 17:43
0
answers

Error fetching WebService

I'm trying to create a Webservice REST, however I'm having trouble returning the result. At the time Webservice returns the information, it issues the following error: 2016-02-24T00:09:50.259-0300|Advertência: StandardWrapperValve[br.com.servi...
asked by 23.02.2016 / 17:33
0
answers

Error org.xmlpull.v1.XmlPullParserException: expected: START_TAG

Good evening guys! I'm developing an android application that should connect with a C # webservice, however I'm having some trouble connecting to my webservice. When I put the W3c webservice to test the connection works perfectly, but when I...
asked by 09.11.2015 / 02:48
1
answer

Project only runs if Visual Studio is installed on the client machine [closed]

Hello. I have a project done in WPF, which uses data returned by web services to interact with the user. This system, when you start, consult IIS to see if it is standing, if the web services are there and if they are operative, if it is not it...
asked by 13.10.2015 / 17:14
1
answer

How do I know when a call of the retrofit is finished in order to start an activity?

I have two calls (Call) of Retrofit 2, one that downloads a object of type Config, and one that downloads a list of objects of type Registrations. I need to know when these two calls are finished, so I can call a new activity , however,...
asked by 13.01.2016 / 01:14
0
answers

Change element names

I would like to clarify some doubts since I do not have much experience with Web-Services and, currently, I was in charge of reviewing and implementing some changes in an already implemented system. Through inexperience, I am facing basic diffic...
asked by 25.11.2015 / 22:20