Questions tagged as 'webservice'

1
answer

Add header (usernametoken) to web reference C #

Good evening, Add a web service as web reference, and I need to create the header with the authentication (Password and username), I do it when I add a Service Reference, but with a web reference no. Can someone help me, please?. I have re...
asked by 18.11.2017 / 03:09
1
answer

Receive Json WebService

I have to get an answer from an external web service that contains a json, this answer has to reach my web service, let's say https://ejemplo/json and since I'm new using web service I do not know how to do this, my idea is that I come th...
asked by 28.10.2017 / 20:44
1
answer

jersey web services tags

hi I'm trying to create a web service with an eclipse jersey that receives and returns an xml, the structure of the xml should be like the following: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <root> <values>...
asked by 05.01.2018 / 19:27
1
answer

Upload an image to hostinger with web services

I have an account with hostinger and I want to upload an image through a web services with php I see that the image goes to the database but it is not recorded in the root folder of the hosting. I attach my php code which is very simple <...
asked by 09.10.2017 / 06:45
1
answer

How to test sending a JSON using Web Service by POST in php?

It turns out that I have the following method where I receive a JSON and get the values of its items by sending to save to the fields of a database Method that receives JSON <?php require 'meta.php'; if ($_SERVER['REQUEST_METHOD'...
asked by 11.10.2017 / 06:41
1
answer

Add dll reference from one project to another visual studio 2013 c #

I have a solution with 6 projects. Web mvc Web services Business DAL Entities Infrastructure The infrastructure one has added a dll in several others of System.Web.Mvc Business uses infrastructure therefore has the dll as a reference. In the...
asked by 20.09.2017 / 23:43
1
answer

consume a web service with C #, using Javascript? [closed]

I have a web page on the client side that works with Javascript to show information, but I want to consume a web service so that the user can interact with that page and not only ask about it, the problem is that the web service can only be cons...
asked by 20.09.2017 / 00:27
1
answer

Can an expiration date be set for an html page?

People I have an html with an iframe inside where jquery and a webservice charge a voucher in pdf format, the problem is that the first proof that I want to open does well, while the following continue showing the first. I guess it's because the...
asked by 07.08.2017 / 13:37
1
answer

Save Image based on 64 [closed]

I want that in my application I can select an image and it is saved in my sql server database, I was told that for this I had to convert it to base 64, I am using a web service that creates ASP.Net in c #, How do I store my image in my database?...
asked by 18.08.2017 / 17:26
1
answer

Problem consuming WebService

I have a problem when consuming a Web service from a console application, I have added the Reference Service (WS) to the project, but when implementing it within the code when it will execute the method of That Web Service sends me the followi...
asked by 06.07.2017 / 01:53