Questions tagged as 'soap'

0
answers

Response from WebServices SOAP Attachments

I need your help to solve a problem with a web service. I am consuming a WS with attachments. I do not have to get a valid answer and store them in a string, however when I want to pass this to XML I get an error because the response brings the...
asked by 27.12.2018 / 20:02
0
answers

Add header in SOAP request

This new thread comes derived from: this other one Finally I was able to move forward a bit (I think). With the help of Carlos Peix, I managed to get the proxy through a reference to the service. Now I'm getting the following message: "S...
asked by 30.11.2018 / 13:02
0
answers

Error consuming php WS in VS17

I think it's an error in the config but I do not know what it could be, since the parameters are being sent correctly, and SOAPUI is able to consume perfectly. I attached the appconfig. The error thrown is: System.ArgumentException: The pr...
asked by 20.11.2018 / 17:21
0
answers

Soap The server does not recognize Header

I have a problem. I have to access the following service: POST /ws/emission.asmx HTTP / 1.1 Host: xxx.xxx.xxx.123: 8070 Content-Type: text / xml; charset = utf-8 Content-Length: length SOAPAction: " link "               string       strin...
asked by 20.11.2018 / 14:00
1
answer

Namespaces with soap

I have a problem. I have to access the following service: POST /ws/emision.asmx HTTP/1.1 Host: xxx.xxx.xxx.123:8070 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://DCX/Emision/ConsultaSumaAseguradaVehiculos" &...
asked by 13.11.2018 / 15:54
0
answers

Change the port of an endpoint with the Python SOAP client - Zeep

Excuse me, I have an endpoint which shows me certain web services, said endpoint is the following: wsdl=" link " The problem is that, at the moment of wanting to obtain the client to be able to obtain the web services, the zeep.Client ()...
asked by 30.10.2018 / 00:57
0
answers

How to connect PHP and DynamicsNAV 2017?

Hello friends, good afternoon. I have an error when trying to connect to a web service of nav 2017 with PHP, I am using Soap Y curl as it comes in some articles on the web and when I try to make the connection it gives me the follo...
asked by 26.10.2018 / 20:58
0
answers

Problem when trying Update nodes of the following SOAP XML C # file

This is the XML SOAP to be modified, the nodes that you want to modify are "Code", "TrNumber" are inside the Element "SECInformation" <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cis="http://www.i2.com/c...
asked by 16.10.2018 / 23:05
0
answers

SOAP method with xmlns parameter

I am trying to consume a SOAP service, but one method is giving me the following error: Server was unable to process request. ---> Object reference not set to an instance of an object. I have done direct tests with a plugin for Chrome, a...
asked by 12.10.2018 / 21:34
0
answers

Consume Web Serivice SOAP with Authentication http in Visual Studio 2015

I am trying to consume a soap web service from visual studio 2015, the service has authentication link which adds the reference in this way: Add > Reference Service and provide the credentials at the time you request the reference servic...
asked by 02.10.2018 / 23:01