Questions tagged as 'soap'

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

Send data in WS SOAP Service with VBA Excel

I'm trying to make a macro in VBA in excel to send a request through a Web Service SOAP service, I managed to create it with the following code confirming that it actually works: Sub erp_automatico() Dim sURL As String Dim sEnv As String Dim x...
asked by 08.11.2018 / 04:25
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

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

Problem in configuring CXF for SOAP and REST logging

I have SOAP and REST services in my application and I have CXF configured with spring and xml to show the logging. The SOAP services show them well, but the RESTs do not. My configuration is as follows: <cxf:bus> <cxf:features>...
asked by 10.05.2018 / 12:10
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

Error in VB6 with SOAP and HTTPS web service

Please, your support in this matter. I have a client app in VB6, Soap Toolkit 3.0 and a .Net 4.0 web service implemented with HTTPS. Private oWS As SoapClient30 Set oWS = New SoapClient30 oWS.MSSoapInit2 "https://serv01/ws_my/wsservice.asmx?...
asked by 21.03.2018 / 01:05
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

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
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