Questions tagged as 'soap'

1
answer

How do I create service contracts in webapi

I'm doing an API in .Net Core 2.0 and I need to know how to create a service contract based on the SOA Contract Centralization link    In WCF, the WSDL is created and the classes are marked with [ServiceContract] and   [DataContract] Is...
asked by 16.05.2018 / 07:29
1
answer

soapAction of NuSoap in pure PHP

I have tried everywhere to achieve it but it has been impossible for me, I do not want to use NuSoap and the only thing I need to match everything with the PHP SoapClient is to be able to indicate the soapaction as I can mount it in the NuSoap....
asked by 18.05.2018 / 01:01
1
answer

Create header signed request SOAP c #

I am consuming a webServices written in Java and in the call to the request I need a signature X509Certificate2 in the header of the request, an example of how it should look like this: External Link I'm trying to create a WSHttpBinding...
asked by 09.04.2018 / 14:40
1
answer

Read Xml Soap from a variable string php

I have a variable that collects the answer SOAP of the BBDD , and I need to analyze its content instead of making another request and consuming time. I'm implementing something like a "cache" and avoiding requests soap contin...
asked by 06.06.2017 / 13:04
2
answers

SOAP-ERROR: Parsing WSDL: binding 'BillServicePortBinding' already defined

I have this problem trying to consume a webservice wsdl : The code in php I am doing to consume the web service is as follows: $wsdlURL = 'https://e-factura.sunat.gob.pe/ol-ti-itcpfegem/billService?wsdl'; $client = new Soap...
asked by 22.11.2016 / 23:08
2
answers

Error: Unknown Content-Encoding- PHP consuming WSDL with SoapClient

I have this problem when trying to consume a web service wsdl:    Unknown Content-Encoding I have tried compressing it in GZIP by sending it the charset, but at the moment of executing it, it gives me this error. The code in php for th...
asked by 15.02.2016 / 21:20
0
answers

WebRequest SOAP with WSS-PasswordType PasswordText

I need to do a POST to a web service and I can not find the return. I managed to make the request from the SoapUI app, but when I take that to the ASPNET MVC code in C # I always get the error: "The requested URL was rejected" Basically I...
asked by 27.11.2018 / 16:38
0
answers

Zend Soap server returned a String

Raise a SOAP server using Zend Framework and SlimFramework Soap, the call to wsdl works correctly and the result is in xML but when I call a function, it returns the XML as a string My Code: use Zend\Soap\AutoDiscover; use Zend\Soa...
asked by 18.10.2018 / 16:19
0
answers

Spring + Wss4j The private key for the supplied alias does not exist in the keystore

Good evening community. Well, I've been breaking my head with this issue for several days, it happens that I'm using Apache wss4j to ensure by means of certificates the calls to a set of web services in SOAP. This configuration I'm doing thro...
asked by 10.09.2018 / 05:51
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