Questions tagged as 'web-service'

0
answers

Is Point in Attribute of Model Class possible?

This is an xml schema for requesting a WebMethod: <RetrieveClienteRequest> <model query=""> <keys query="" > <cliente.cnpj type="String"></cliente.cnpj> </keys> <...
asked by 05.10.2018 / 14:15
0
answers

Error when using a web service method in PHP

I'm working with SOA web services in PHP along with Zend Framework. I created a simple service with methods on ($ firstName) and add ($ n1, $ n2) . When running locally on my internal server (prolissatk / servico3 / server.php? wsdl and...
asked by 25.09.2018 / 01:59
0
answers

Upload Image ImageView to DB

How can I send a ImageView to DB? I'm trying to declare it to connect to the WebService and send the data but I'm having this doubt, code follows: // Tirar foto e aparecer numa ImageView chamada: ATESTADO protected void onActivityResul...
asked by 17.09.2018 / 14:40
2
answers

Error consuming WebService SOAP in php

I'm having a difficulty getting a WebService in PHP, whenever I make the request via SoapClient I get the following error message:    'NoneType' object has no attribute 'unmarshall' The call is being made as follows: $conta = 'conta'; $...
asked by 15.09.2016 / 17:27
0
answers

E515 - Error when signing signature. - Shipment adulterated after signature

Hello. I developed a Java software to send invoices to Thema (Cachoeirinha / RS) and I received the error message E515, stating that the Shipment was tampered with, ie the .xml file was changed after the signature. The problem is that nothing is...
asked by 18.09.2018 / 18:28
1
answer

Access wcf via https

I'm having the following error accessing a https url: O esquema de URI do provedor 'https' é inválido; esperado 'http'.\r\nNome do parâmetro: via My file at <?xml version="1.0" encoding="utf-8" ?> <configuration> <system....
asked by 05.09.2018 / 13:36
0
answers

JAXB Unmarshaller xml "String" for object returning values all null

I'm using JAXB to get an xml string and convert to object, but the object is with all null values. Class import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax....
asked by 04.09.2018 / 16:48
0
answers

How to update an attribute of a class that is related to another? Java web with Maven

I have the following method: @RequestMapping (path="/", method=RequestMethod.POST) public ResponseEntity<?> inserir (@RequestBody Reserva reserva){ reservaRepository.save(reserva); return new ResponseEntity<>(Ht...
asked by 30.08.2018 / 02:25
0
answers

Specify the size of a property in a Class that inherits TRemotable SOAP

I made a standalone SOAP WebService. I created a Class(TRemotable) : TFornecedor = Class(TRemotable) private Fsistema : Integer; Facao : AnsiString; Fcodigo : AnsiString; FFantasia : AnsiString; publish...
asked by 03.09.2018 / 17:11
0
answers

Consume Web Service with Authentication - C #

Good afternoon, people. I'm implementing a function on my system to consume data from a Web Service that requires authentication (Basic Authentication), but I can not get any feedback. The question is whether the authentication mode is corre...
asked by 29.08.2018 / 19:22