Questions tagged as 'web-service'

1
answer

Consume webservice soap with PHP (xml with attributes)

I need to consume a wsdl but the XML for sending to the webservice server has attributes. I created an array containing all tags, but I was wondering how to add the attributes of each tag. XML to be sent to the server: <soapenv:Envelop...
asked by 09.05.2018 / 21:59
1
answer

Error debugging webservice (asmx) locally in Visual Studio

I'm trying to debug a webservice (asmx) locally from Visual Studio. When attempting to create the connection to the database, the following exception occurs:    Request for type permission failed   'System.Security.Permissions.FileIOPermissio...
asked by 17.05.2018 / 19:37
1
answer

Paste object inside String JSON

I get the following JSON from a web service / '{ “SinteseCadastral”: { “Documento”: “99999999999”, “Nome”: “NOM DE TESTES”, “NomeMae”: “NOME DA MAE DE TESTE”, “NomeFantasia”: “NOME FANTASIA DE TESTE”, “DataNascimento”: “99/99/9999”, “DataFunda...
asked by 29.04.2018 / 22:58
1
answer

Object as parameters for C # API

I have a request made in Angular for C #. However I do not know how to receive the data in My API In C #. getWithFilters(filter: any) { let parametros: any = { razaoSocial: filter.razaoSocial, cnpj: filter.cnpjcpf,...
asked by 02.05.2018 / 22:02
0
answers

Validation with Phonegap and WebService

I am validating the login and password fields via Web Services, it returns me if the login is valid and generates a cookie number (made via sql), so far so good, I can perform normal validation but the following doubt came to me (I took a good l...
asked by 27.04.2018 / 18:58
0
answers

Retrieve information from WebService

I have to send an access token to the webservice, this token should be send in an XML like this: POST /webslaptime_deploy/websLapTime.asmx HTTP/1.1 Host: 187.17.175.49 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "h...
asked by 04.04.2018 / 19:29
1
answer

Is it possible to consume data from a webservice inside a SQLServer directly?

I have to migrate one database in MySQL to another in SQLServer. In this migration, I have the following problem: not all address records are complete but I have the zip code of most of them. My idea then is: Use the link site service to c...
asked by 16.04.2018 / 21:37
0
answers

Consume PHP Web Service

I'm trying to consume a Web Service and I'm not getting the results you expect. Apparently the error I was able to figure out is in the structure as I am passing the Vector of arguments to the method call, I have already tried to do it in...
asked by 11.04.2018 / 19:49
0
answers

How to mount an XSD from the wsdl query?

Objective: to mount the XSD in blocks in the eclipse of the query to the webservice below: link XML is generated: <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x...
asked by 23.04.2018 / 22:53
0
answers

List data from an android API

Hello, I'm trying to list data from a web API, as I've never listed it so I'm having trouble understanding the listing solution, the API url returns a few values that I want to list in the Main activity, but when I enter the row with the followin...
asked by 16.01.2018 / 01:23