Questions tagged as 'webservice'

1
answer

Headers in request to WebService

I have a bot made in C # connected to a Web Service. To make a request successfully I have to add several headers, can someone tell me how to do it?     
asked by 24.10.2018 / 19:52
0
answers

Powerbuilder - Access data in response to webservice

I am trying to consume an external webservice of SOAP type in Powerbuilder (2017). Not being the answer in 2D, I can not create a DW to insert the data directly. So far, I create a WS proxy and I see that it connects correctly, but the respon...
asked by 29.10.2018 / 09:41
0
answers

Connect to VUCEM's web service to download XML of pedimentos

I am trying to connect to WEB SERVICE of vucem this is my code, it is with vb.NET This is the web service address:    link and this is the error that sends me when it reaches this line: res = Convert.ToString(pedi.consultarPedimentoCo...
asked by 24.10.2018 / 19:55
0
answers

Error consuming WebService with Vb.Net

I am consuming a web service, by giving the url in the browser if I see the xml with all its methods but when I consume it, it throws this error:    The server was unable to process the request due to an internal error.   For more information...
asked by 24.10.2018 / 21:13
1
answer

cone send data to a web service to receive data

Hello, I have two text boxes, their id are color and the other one is tamaño , they receive input data from a page but I do not know how to send my fields to the web service so that I can return my data. the url is where my web serv...
asked by 19.10.2018 / 17:08
1
answer

help with web service in python

I have this web service, which should then give me a graph the code is all right and it gives me a graph without data, how do I enter the data and that I graph that data? I'm working on this code in colaboratory. #importar graficador import ma...
asked by 21.10.2018 / 23:38
0
answers

Generate a client in a web service from a pom.xml file with maven, axis 2 and elcipse Juno

My problem is as follows. I am trying to generate a client of a web service (something that I have just explained a bit above what is) through the file pom.xml. For this I use eclipse juno, axis 2 and maven. I have been put to work on a project...
asked by 18.10.2018 / 08:14
0
answers

How to consume an asmx webservice from Java?

I have a webservice implemented as follows on ip 192.168.1.201 and port 888: When I click on invoke, it returns the following: What would be the correct way to collect this information from a Java program? I tried to pobar with...
asked by 24.10.2018 / 16:03
0
answers

Consume WebService created in JAVA from VB.NET you eat attributes

I am using VB.NET 2008, creating an application where I intend to consume routines from a Webservice developed in Java (an eFactura provider). Of those N routines that are available, I can use any of them without problems. But there is one in...
asked by 25.10.2018 / 00:12
0
answers

Web Service with authorization Basic (Authorization Basic)

How to make a web service (java) to validate the Username and Password parameters sent to you from a soapUi (BASIC). I have a web service that retrieves the headers by: Map requestheader = (Map) mc.get (MessageContext.HTTP_REQUEST_HEADERS);    ...
asked by 04.10.2018 / 17:07