Questions tagged as 'webservice'

0
answers

Help, I can not connect from Netbeans with Sql Server

I've been making several attempts but it has not worked. My connection string is this: public String conectar() throws ClassNotFoundException { try { Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); String...
asked by 16.01.2018 / 14:31
0
answers

Connection problem with webservice WSFEv1 - VB.NET

I'm doing a program in vb.net that connects to the webservice WSFEv1 of the AFIP to simulate invoices in the testing environment they offer. I followed the steps of a guide I found ( link ) but I have a problem with the reference to WSAFIP...
asked by 24.01.2018 / 19:06
1
answer

Return any Json in an endpoint

I have an endpoint in gae, but I need to be able to return a String that contains a json, without creating a POJO, but I have not found a way to do it, this is one of my endpoinds: @ApiMethod(name = "get", httpMethod = "POST", path = "/get...
asked by 17.01.2018 / 22:37
1
answer

Events on itunes

Is it possible to do that when someone makes the payment of a subscription to my app through itunes this can connect to an endpoint and send me the information of the purchase in a Json by body as do the webhooks of stripe ? I have researched an...
asked by 03.01.2018 / 18:26
1
answer

PHP How do I send an XML to a SOAP service?

I have a question, I need to send this XML format to a SOAP service to get an answer, but I do not know how to add those headers <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org...
asked by 19.12.2017 / 16:46
0
answers

Error accessing a web service with SSIS

I am trying to access a Web Service for a project but I can not connect. I am using the tool "Web Service Task", I configure the connection (HttpConnection) to the wsdl, I enter the local file (WSDLFile) and I put the Overwrite section to True....
asked by 11.12.2017 / 11:00
2
answers

Why can not I see a JSON query using the Volley library (Web Services)?

I'm trying to create a web service using the Volley library, only when I run my app on a physical device I do not see the data that is hosted on a free server. The data is already in JSON but it does not remain unseen, already searched on the...
asked by 05.12.2017 / 23:17
0
answers

Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in

I am consuming a Webservice with PHP and I get that error. It is not a network problem because the Webservice already works with SOAPUI without problems.     
asked by 29.11.2017 / 15:26
2
answers

Delete v1 in endpoint url

I am using GAE to generate Servlets and everything works perfectly, however, the route of the endpoints always adds a "v1" which I want to remove, this is an example of how the route is:    link and I want it to be as follows:    li...
asked by 14.12.2017 / 18:17
1
answer

Electronic invoice format

Good afternoon, Someone has an electronic invoice in XML format, I need to try a DIAN service and it is throwing me the error that the format is not correct. In the validation of the invoice I get these errors: But I really do not...
asked by 28.11.2017 / 23:54