Questions tagged as 'webservice'

1
answer

The process does not have access rights to this namespace

I am making a personalized WCF encoder following the guidelines of this site using-mtom I create a web Service by taking a file.zip public class Service1 : IService1 { public FileResponse GetData(string value) { FileRe...
asked by 02.11.2018 / 23:05
2
answers

Do not download the file to the browser using OutputStream.Write in ASP.NET WebService C #

I need to download a file located in the App_Data folder of my project, all the permissions are granted, I have the following code to download an .xlsx file by calling a WebService in C #, the result of the process is not error, but it does not...
asked by 29.10.2018 / 22:36
3
answers

VBA reading a JSON

I'm trying to read a Json that returns a web service and show the data in an Excel using VBA. I call her with this: Dim hReq As Object Dim strUrl As String strUrl = "http://api.worldweatheronline.com/premium/v1/weather.ashx?key=db3927718fd...
asked by 21.09.2018 / 12:13
1
answer

how to do web service post?

To make a web service ( post ) I have to send the data that you enter in a form that will show you send it by post but I do not know how to do it. I had an idea but it did not work for me. Thanks in advance. This is what I have to send by p...
asked by 09.08.2018 / 20:27
1
answer

Print PDF from 000webhost

Well I am trying to generate a pdf file, locally it is perfect, but when uploading it to this host that I am using tests I get the following error; I consider that the error is not in the foreach, but at the moment of printing the data...
asked by 08.05.2018 / 21:15
1
answer

Consume an https service on asp.net c #

I would like you to help me I am trying to consume a service to my application asp.net c # a that the service I want to consume is .ashx but when I add the service reference I get an error like the image I attached. I would like yo...
asked by 27.04.2018 / 17:16
2
answers

Can not use object of type stdClass as array

I am trying to update an object of my bd through my API , I am using Slim Framework 3 but when I execute the postman I get the following error:    Can not use object of type stdClass as array <?php use \P...
asked by 01.03.2018 / 18:29
1
answer

Send PhoneGap data to Web Service

I'm creating an app with Phonegap and I do not know how to send a string from my .js to a web service that I have created with Java, some suggestions I'm new to this and I do not find anything clear, thanks. My JSON function is as follows myfu...
asked by 10.03.2018 / 14:55
1
answer

How to connect to a WEb Service Rest

Good morning. I have to connect to a Web Service Rest to validate CURP with php, I have the url, the username and password of the WS but I have not been able to find the way in which I must connect, I attach the form in which I must send the dat...
asked by 01.12.2017 / 18:04
1
answer

how to set up a java web service on ubuntu server

Good morning the reason for my question is how to upload a web service that performs in java to a server ubuntu server 16.04 when looking for information found as it is done in php, I do not have much knowledge about I already have the apache...
asked by 28.11.2017 / 18:27