Hello!
I have a set of services in Java, that I call them by SOAP and I want to register the input parameters. For example:
@WebMethod(operationName = "getObject")
public MyObject getObject(
@WebParam(name = "param1") final Short pa...
private void Send()
{
string sql = @"SELECT
cod,
Format(fecha, 'Short Date') as fecha,
Format(hora, 'Short Time') as hora,
Num,
1 as Tipo
FROM Contro...
I am trying to develop an application with a QR reader.
What I want to achieve is for the QR reader to read the serial number of a machine and use the same serial number to connect to a webservice and validate that the machine is registered....
I have a web service based on Basic Security Profile 1.0 and I do not know how to consume it. When I add by service reference nothing comes out in the link.
I have a site in wordpress, which uses a plugin called Listify which works as a directory that allows you to add the elements that you save to a map by mining Google services for Geocoding. My problem is that sometimes if you save the coordinate...
I am building a web service in as400, but it throws me the following errors:
The file /www/WebService/htdocs/favicon.ico does not exist
The URI of the GET request /favicon.ico HTTP / 1.0 is not valid
The service is an RPG program. T...
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
I'm working with soap web services and trying to parse an xml with the oracle XMLtable command and inserting it into a table fails when the xml has many lines (2 million). It works well when the file has few lines.
This is a summary of the comma...
I have a website called for example: www.pepito.es and I have an SSL certificate.
In the IIS administrator, when you add a website, it asks you to establish a series of links to the site.
My question is the following. Do I have to put all the...
We are developing an application in java and since a few weeks ago we have a problem that we are not able to solve.
This is a call to a webservice to obtain a series of data with certificates.
We have followed the following steps for the c...