Questions tagged as 'webservice'

0
answers

consume java web service with client certificates

I appreciate your cooperation with the following situation. I have a project in .Net C # which must consume an external web service that is built in java, to be able to consume the service I must add the client certificates (I already have them...
asked by 06.06.2018 / 22:25
0
answers

Error consuming web service of the Tax Agency

For the sii (Immediate Information System) of the Tax Agency, we have an application developed in Visual Studio 2012 that consumes its webservices. From one day to the next, the call to the webservices is generating the following error:...
asked by 30.05.2018 / 16:18
0
answers

Java nested class problems Web services

I have the following class that I generated when making a connection to a web services, this class is called StringMap: package entidades; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; impo...
asked by 18.05.2018 / 19:48
2
answers

SOAP-ERROR: Encoding: object has no 'any' property

I am quite complicated doing a requirement to a webservice with PHP Soap. The requests in which I consult data work well, but there is one that makes a reservation in a hotel and throws me the error SOAP-ERROR: Encoding: object has no 'any'...
asked by 15.04.2018 / 20:09
0
answers

Why does it fail to add row in Mysql?

I have an android application connected by webservice to a database in Mysql, when I add rows to an already created table I get to number 12 and from there it does not let me add more, since when I open the application to see that data , they do...
asked by 16.03.2018 / 22:08
0
answers

Mapping an JAXB To Oracle Type [closed]

I created a web service in netbeans from wsdl. for a complex type a custom java class (JAXB) was created, I need to pass this value to an oracle type in a procedure This is my code public static Clob select (HeaderReq hdReq, String ut...
asked by 11.03.2018 / 01:46
0
answers

Migrate IIS from a Windows Server 2000 to a Windows 10

Is it possible to migrate all the content of the IIS that is in a windows server 2000 (I think the version of the iis is 5.0) to a windows 10? The goal is to pass all that content to a more current system. I suppose that in the old equipment,...
asked by 09.02.2018 / 11:06
0
answers

Error 405 when consuming Web Service

This is my code: <?php require_once("../nusoap-0.9.5/lib/nusoap.php"); $wsdl = 'http://url'; $client = new nusoap_client ($wsdl, array( 'soap_version' => SOAP_1_1, 'trace' => true)); $err = $c...
asked by 29.01.2018 / 05:30
1
answer

How to consume from Java a Web Service made in PHP

I have a Web Service made in php, when I try to create a Java client to consume it, I get the following error. I have seen on several pages that to install the missing plugin you should use this link link But it does not work for m...
asked by 24.01.2018 / 13:18
0
answers

Web service with PHP + nusoap [closed]

Good evening, I need your help to understand how to create a webservice using the "library" nusoap , I have seen many examples with code, but they do not explain what each parameter means, so if I have to modify it , even if it's the least b...
asked by 26.01.2018 / 00:59