Questions tagged as 'axis'

1
answer

Change value shown by axes

I have an image in python that I graphic with the following code: from PIL import Image plt.figure() im = Image.open('background.png') extent = Deg2meters([11.0,12.5],[54,54.75], ref).T extent = np.delete(extent, np.s_[2], axis=1) extentlist...
asked by 14.07.2017 / 11:22
1
answer

The char '0x0' after '' is not valid XML character

I am using Axis 1.4, when I get the response from a webservice developed by a third party, it is giving me the following error:    java.io.IOException: java.io.IOException: java.io.IOException:   java.lang.IllegalArgumentException: The char '...
asked by 04.01.2019 / 14:00
0
answers

Call web service from java

I have this code: ServiceClient cliente = new ServiceClient(); cliente.setTargetEPR(new EndpointReference("http://11:133:43:5776/css/ejemplo.cls")); Options options = new Options(); options.setTransportInProtocol("http"); c...
asked by 13.07.2018 / 09:49
0
answers

Error trying to consume a web service: java.lang.ExceptionInInitializerError

I am trying to consume a web service from a particular company. I already got the wsdl and it generated the corresponding java codes. Now, when I try to try a service, I get the following error: [ERROR] java.lang.ExceptionInInitializerError...
asked by 10.11.2017 / 17:47
1
answer

I can not display imagene with vue using axios

Hello, I am using vue with axios to request information from an API and it works with the data as name, date but when I want to use it with a img src="" it does not work: html: <div class="container" id="app"> <...
asked by 26.05.2017 / 19:38
0
answers

Webservice invocation from Java

I have this code: ServiceClient cliente = new ServiceClient(); cliente.setTargetEPR(new EndpointReference("http://11:133:43:5776/css/ejemplo.cls")); Options options = new Options(); options.setTransportInProtocol("http"); cliente.setOptions(op...
asked by 20.07.2018 / 12:05
0
answers

matplotlib barplot does not draw the complete x axis

I create a barplot with matplotlib, which has two groups of data, and the x-axis is drawn only under the sets of bars drawn, and not along the entire figure. Initially, a figure with 6 subplots is declared, and then, within a for loop, they a...
asked by 29.03.2018 / 10:08
0
answers

To enable certificate in AXIS 1.4

Very good, I have a SOAP WebService that uses certificates, it is made with AXIS 1.4, I would like to enable the certificates to perform tests in the AXIS services     
asked by 07.03.2018 / 15:15
2
answers

Consume SOAP Service that requires a digital certificate (AXIS2)

Good morning, I am developing an application to consume SOAP services. These services require a digital signature to authenticate. Can someone guide me? How I implement authentication using the electronic signature file. I used Axis2 to ge...
asked by 08.04.2017 / 19:26