Questions tagged as 'web-service'

2
answers

Error in web service return NuSOAP

I'm developing a web service with NuSOAP in Laravel 4. The class I'm using is link Server Route::any('ws/server', function() { $server = new \soap_server; $server->configureWSDL('server.hello','urn:server.hello', Request:...
asked by 10.02.2014 / 19:20
1
answer

Assign property value of an object to a list of objects

I have a list of objects: List. Well, this object has three properties, say, cnpj, action, and newness. I made a linq or lambda and it brought me all the results, say two lines. I make a foreach in the result of linq or lambda and how do I now a...
asked by 28.05.2014 / 15:56
1
answer

How to register variables of this array?

I'm developing a system that uses a web-service to retrieve the data needed for its power in the real estate segment. I'm learning PHP and I have a lot of problems learning arrays. Could you show me how I could retrieve specific data from this a...
asked by 05.09.2014 / 17:12
1
answer

Render view for another domain

I'm looking for an implementation that allows me to render html in various domains of my hosting. My goal is to centralize it in just one application. I wonder if this is possible and what technology can solve this problem     
asked by 06.04.2018 / 20:17
1
answer

Access WebService localhost - Android Studio

I have a webservice that was made in ASP.NET in VisualStudio 2013, I'm running it locally (localhost), and I'm not able to access it in the Android Studio Android emulator, nor on my physical device (USB debugging) . I tried to use IP 10.0.2....
asked by 30.11.2017 / 14:03
1
answer

What are the dependencies I need in Gradle? [closed]

What are the dependencies required for the following libraries? import java.io.StringReader; import java.net.Authenticator; import java.net.PasswordAuthentication; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.Do...
asked by 31.01.2018 / 22:23
3
answers

Enable 'Access-Control-Allow-Origin' in jQuery [xml]

I do not have access to the .htaccess server and need to enable cors in jQuery The code to access the WebService is: $(document).ready(function(){ jQuery.support.cors = true; $.ajax({ url: 'https://finance.yahoo.com/webse...
asked by 09.08.2017 / 18:04
1
answer

Error in Webservices Json C # "Unexpected character encountered while parsing value:. Path '', line 0, position 0. "

Hello, I'm getting an error in executing my code, in another application the same code works, I already changed the using , but it does not work. public String CriaPeca(String token, String ip, String autor, bool seguranca, Dictionary<...
asked by 09.11.2017 / 16:34
1
answer

Error sending NFe

I'm trying to issue NFe using SEFAZ RS's webservice, however it's generating some errors when I call the nfeAutorizacaoLote method. It looks like the error is in the webservice configuration. By referencing URL for Visual Studio, the...
asked by 08.08.2017 / 16:30
1
answer

Error in the use of the Federal Revenue WS, (Rejection: Use only the default namespace of NF-e)

Hello! I am trying to access the SOAP service of homologation of the IRS to execute the service status query, I have already made all possible combinations (including those present in the last one manual published) in the SOAP construct and uns...
asked by 13.01.2017 / 01:14