Questions tagged as 'web-service'

0
answers

consumption webservice rest returns: No 'Access-Control-Allow-Origin'

Deadlines, I have a problem to consume a third-party Webservice, when trying to consume it by java script the return I get is:    XMLHttpRequest can not load    link .   Response to preflight request does not pass access control check: No...
asked by 08.05.2018 / 16:28
0
answers

Access type webservice methods with php

I have a wsdl that returns me all the information I need for consumption. It is a corporate system and I need to access the related part of the search for a flight itinerary, to fill out an airline search engine. The functions I can access no...
asked by 16.05.2018 / 19:14
0
answers

WebService REINF

When trying to send the R1000 xml I get the following error: "The HTTP request was forbidden with client authentication scheme 'Anonymous'." Can someone give me strength?     
asked by 03.05.2018 / 15:35
0
answers

Is it possible to create Web Service in SSIS?

Is it possible to create a web service in SSIS? As far as I know, it is only possible to call a web service in SSIS.     
asked by 27.04.2018 / 21:52
1
answer

Error 500 in java webservices when testing on postman

I've been trying to solve this problem for a long time, I set up my environment about 3 times, but at the time of testing, postman always gives 500, I think my problem is not in the entity or in DAO, since I tested in eclipse via desktop, howeve...
asked by 25.04.2018 / 19:43
0
answers

Error when modeling XSD

From this XML code, I have the XSD block: Code <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/arquivoValidador" xmlns:tns="http://www.examp...
asked by 24.04.2018 / 00:09
1
answer

From x-www-form-urlencoded to json

Hello! I have been the "jr programmer." in maintaining a virtual store, making changes and improvements to the site through Classic ASP hosted on Windows server, with IIS. Context : The virtual store uses a "payment gateway" that bridges t...
asked by 23.04.2018 / 16:30
0
answers

React + application server + authentication / authorization

From now on I apologize for the long text but I need to detail the problem to make me understand. I'm trying to develop a SPA application using ReactJS trying to use the application server's native security (Wildfly 12, in my case). I read so...
asked by 28.04.2018 / 04:53
0
answers

Consume query operations and purchase Web Service with C #

So folks, I need to consume a Web Service for an airline company. But, there are still two tasks that I need to add to the .asmx server and I'm having second thoughts. An operation is: 1) Consult Flight (query information): date of flight,...
asked by 12.04.2018 / 06:02
0
answers

how to consume this webservice soapclient in php?

Howtoconsumethiswebservicesoapclientinphp???Itriedthecodebelowandgavethefollowingerror.Code$client=newSoapClient('http://www.smsviaweb.com.br/SMSVIAWEB.asmx?wsdl');$params=array('Login'=>'xxxxx','Senha'=>'xxxxx','Telefone'=>'xxxxx','Me...
asked by 12.04.2018 / 18:11