-
I am currently using Paypal’s Notifications when I receive a payment. Since all my payments from ebay come from Paypal, …
- 777 views
- 0 answers
- 0 votes
-
I need to delete elements of an XML file using PHP. This is my XML file <?xml version="1.0" encoding="utf-8"?> <soap:Envelope …
- 422 views
- 2 answers
- 0 votes
-
I am trying to import a WSDL filen into Visual Studio 2019 V16.6.3 (using Add Service Reference) without success. It …
- 376 views
- 0 answers
- 0 votes
-
We’re facing a problem with a SOAP-service validation throwing a 400 bad request error. We are calling a service and …
- 357 views
- 0 answers
- 0 votes
-
I am trying to find the XPath of the below XML. Its consists of properties array list. I need to …
- 330 views
- 3 answers
- 0 votes
-
I’m receiving XML API-Calls that I need to translate to SOAP before my asmx consumes the messages and spits them …
- 430 views
- 1 answers
- 0 votes
-
So, I need to make a soap request to connect a webservice with BD in MySQL for webdev <SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" …
- 336 views
- 0 answers
- 0 votes
-
I am trying to make a Soap Server which will be consumed by a third party company who sends real-time …
- 333 views
- 0 answers
- 0 votes
-
This is the XML that I need to put in PHP code: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rat="http://ws.estesexpress.com/ratequote" xmlns:rat1="http://ws.estesexpress.com/schema/2019/01/ratequote"> <soapenv:Header> …
- 298 views
- 0 answers
- 0 votes
-
I’m calling a method from a SOAP webservice on a C# project and even though I can see the response …
- 367 views
- 1 answers
- 0 votes