Questions tagged as 'wsdl'

1
answer

Failed to access the WSDL. It failed with: java.security.cert.CertificateException: No subject alternative names present

I have started working with Web Services and trying to consume one for telephony provided by Avaya from a web application that I am creating in Netbeans. The code in the application is simply for a login: HTML code <%@page contentType=...
asked by 18.12.2018 / 19:44
1
answer

Insert in MySQL database using PHP PDO Web Service

I am developing a PHP Web Service to consult and insert data in a database. Until now, the web service is able to search the table for records, however it is not able to insert them . There are only three php files. The first one is dbcon...
asked by 05.11.2018 / 22:53
0
answers

Does this .WSDL file work?

A client has sent me a file .WSDL for the creation of a web service, I have validated it using the software altanova SPY and it seems that it is a valid file. However, when I sent data to the CreateVoucher function, my pr...
asked by 13.09.2018 / 17:11
1
answer

Consume webservice, problem with datetime

I have this code to consume a webservice # -*- coding: utf-8 -*- import zeep import datetime from zeep import Client from zeep.transports import Transport from zeep import xsd from zeep.wsse.username import UsernameToken from requests import S...
asked by 24.08.2018 / 05:19
0
answers

WSDL "valueofPrompt"

I have a WSDL document generated through SAP Business Objects. And from the PHP language I try to send a constant value to "valueofPrompt" (from the WSDL document). But I do not know well, well how to do it: - ( <s:complexType name="LovValue...
asked by 06.04.2018 / 10:36
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
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

Configure two Endpoints in SOAP webservice with SpringBooot

I hope you are well and can help me with the following problem. I want to configure a SOAP webservice which offers several services, based on an example where I create the following file usuaridos.xsd ... <xs:schema xmlns:xs="http://www....
asked by 05.06.2018 / 16:56
0
answers

genexus error. soap (wsdl) (xmlwrite) [closed]

I get the following error if someone can help me Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sun/io/CharToByteConverter at com.genexus.xml.XMLWriter.writeStartDocument(Unknown Source) at Sdtwsaa.log...
asked by 30.09.2017 / 01:36
0
answers

New AFIP API in PHP

How to implement the new SOAP service of the API of AFIP in PHP ? This question is born since I know that many people have the same thing and I hope we will reach a solution. Until just over a week ago I had been using the api...
asked by 27.11.2017 / 19:38