-
I want to come up with the code myself but I need someone to please tell me what I’m dealing …
- 271 views
- 1 answers
- 0 votes
-
In an XML document, I have elements which share the same name, but the value of an attribute defines what …
- 279 views
- 2 answers
- 0 votes
-
im trying to build an WSDL webservice for the first time and don’t even know how to do the wsdl …
- 330 views
- 0 answers
- 0 votes
-
Hi i am trying to get a response from a server with the following code : but get an empty …
- 323 views
- 0 answers
- 0 votes
-
I have been trying to load markers from an XML file into a Google Maps page, similar to the example …
- 302 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
-
Here is my js code : function LoadTableContent (p_Table) { ExecRequete = new XMLHttpRequest (); ExecRequete.onreadystatechange = LoadTableContent_feedback; ExecRequete.open (“POST”, …
- 294 views
- 0 answers
- 0 votes
-
I’m having trouble in XML file that contains about 10k products and i want to import them to woocommerse with …
- 283 views
- 1 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