Questions tagged as 'webservice'

0
answers

Unit Tests in an API Web Service

I'm researching how to perform unit tests for a Web API service. It turns out that I already have the method created and the unit test is already mounted fairly well, but when I want to return the result of a service method, I get incompatibil...
asked by 12.11.2018 / 12:46
1
answer

API OData does not show values

Use VS 2017, I made a web service following a tutorial, but when executing it, it does not bring anything from the database and instead shows: <ArrayOfstring> value1 value2 public class ClienteController : ApiController...
asked by 07.11.2018 / 00:10
1
answer

PARAMETERS GET shipping

I have this code js that receives two parameters day name what I want is to get them to another page called mad in which I send direct parameters to a service called days so that Bring me the results and paint them on a div called sample $...
asked by 06.11.2018 / 20:51
0
answers

How to use several answers with SOAP UI?

I am using models in SOAP UI to simulate a web service but for the moment the model always replies to me the same I want to know if it can be done that depending on what I send, I answered differently, for example: I send this to you: {"ite...
asked by 02.11.2018 / 20:22
1
answer

Catchable fatal error: Object of class stdClass could not be converted to string

Good morning brothers! I have a webService in C # and I want to consume it with PHP but when I load it I get this error. Catchable fatal error: Object of class stdClass could not be converted to string I leave my code, thank you very mu...
asked by 01.11.2018 / 16:52
0
answers

Webservice C # to search several files and compress them

Good morning! Sorry for the inconvenience, I tried to make a webservice that has an invoice name, go to a folder and take a pdf file and another xml compress and return the zip as an answer but I have not succeeded, try to do I will look for...
asked by 30.10.2018 / 16:31
0
answers

Someone who has experience consuming Payment gateway Service of Master card

Someone who has experienced Master Payment card gateway service could help me with this error } My settings are as follows / possible values: // FALSE = disable verification // TRUE = enable verification $ configArray ["certific...
asked by 27.10.2018 / 23:02
0
answers

How to configure the CONFIRMATION path of Payu to update a database with PHP - LARAVEL?

I'm integrating the PAYU payment gateway webcheckout. I can now send the purchase data to the payu platform through the form provided by payu webcheckout in the documentation. It's the next ... <form method="post" action="https://sandbox...
asked by 29.10.2018 / 20:47
0
answers

Does PUT and DELETE return error 401 in a WCF Restful service?

POST and GET requests work in the same web service. But no PUT and DELETE, I have placed the authentication as "None" but it still does not work. The interface is as follows: [OperationContract] [WebInvoke(Method = "PUT", RequestFor...
asked by 30.10.2018 / 16:55
1
answer

Upload laravel project to a VPS, using Nginx, without using Git

I have a question, I searched Google and I can not find a convincing answer, I have a VPS, the Nginx server is already configured, I was able to start a page with Laravel and I could access it from the internet using a domain, the problem is in...
asked by 25.10.2018 / 03:59