Questions tagged as 'web-service'

1
answer

WebService REST request POST error

When ordering from POST, I get this error message: O servidor remoto devolveu um erro: (400) Pedido incorrecto. IService is defined as follows: [WebInvoke(Method = "POST", UriTemplate = "insert/?id={id}&v={v}&dt={dt}&qt={qt}"...
asked by 28.03.2014 / 18:22
1
answer

Error consuming method of a web service rest

I created a method where my partner, besides receiving data from our base, also sends us. Well, that was working well. Then I discovered that there was a field missing. I added this field in the interface and also in the method. Well, I do not k...
asked by 04.06.2014 / 23:50
1
answer

How to test Web Service in Ruby on Rails

I'm having the following question, I'm doing a web- service server with my application ruby -on-rails , I'm using gem wash-out , I understood how it works and managed to get my web-service to run, but I'd like to know how to test my ser...
asked by 05.06.2014 / 15:55
2
answers

Web service, play data in bd error empty field

My 3rd foreach is creating 2 arrays with null values, I wanted to understand why, so I am not able to insert into the database giving a var_dump ($ product) it shows me the correct results, the 3 products I have in xml, but when I create the arr...
asked by 07.03.2014 / 13:04
1
answer

NUSOAP - WSDL STYLE DOCUMENT / LITERAL

I currently have 2 webservices running in hospitals that work seamlessly with STCLE / ENCODED STYLE however we will implement in a software for a factory and there they have problem to consume this type of service. It turns out that switching...
asked by 06.05.2014 / 03:45
0
answers

Enabling in Swagger operations already Authenticated (Net.Framework, not Asp.Net.Core)

I have a project in WebAPI in Net Framework Full (it is not ASPNET Core ), with Swagger already configured and I have already read numerous tutorials on the Internet, but nothing I did worked out. What I need is that...
asked by 10.12.2018 / 13:35
1
answer

WCF services with a number of different methods (endpoints)

I took a project that uses WCF and I am not able to unravel this mystery. I have two solutions: Project A and Project . When it attempts to instantiate OAuthServiceClient within Project B , it generates the following error:   ...
asked by 10.12.2018 / 13:55
0
answers

How to perform SOAP request with and without proxy

Good afternoon guys, Scenery : "The company where I work has a proxy, but sometimes you have to disable it and configure the IPv4 settings manually." So I can consume SoapClient for the first situation with the following parameters:...
asked by 28.11.2018 / 18:58
0
answers

HTTP Status 500 - Internal Server Error

After trying to make a call in Glasfish's WebService, the error below is occurring, I'm trying to make a call in Webservice Rest Json, in the so-called XML rest it runs normally. package br.com.devmedia.ws.rest.example1; import java.util.Random...
asked by 29.11.2018 / 13:55
0
answers

PHP Soap Object reference not set to an instance of an object

I'm trying to login to a URL and the following error appears:    Object reference not set to an instance of an object. Follow the code: <?php $clientSoap = new SoapClient( "http://www1.snd.com.br/Plugins/Atma.Plugin.Misc.ServiceAPI/C...
asked by 30.11.2018 / 12:49