Search the Community
Showing results for tags 'soap'.
-
Here are some information: http://ec.europa.eu/taxation_customs/vies/faq.html?locale=en http://ec.europa.eu/taxation_customs/vies/vatRequest.html?locale=en and this http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl and my questions: 1. Has anyone automate the verification process using this service ? 2. Is this wsdl file is sufficient documentation to establish adequate solution, or you have to have additional documentation / specifications derived from this organization? mLipok ps. This be the first time when I will try to use SOAP so I'm fledgling in this matter.
-
Hello there, I'm trying to query a REST API of a webservice, SHOPWARE to be precise. The API is very well documented (https://developers.shopware.com/developers-guide/rest-api/#using-the-rest-api-in-your-own-a) but only using PHP. I tried some stuff but could not make it work. It should be very simple, because the following simply works in a Chrome-Browser: https://USERNAME:PASSPHRASE@www.SHOPWAREDOMAIN.com/api/orders/300 queries me for username and passphrase and then dumps order number 300. Now I try to do the same in AutoIt (based on the wonderful work of many contr
- 1 reply
-
- rest
- authentication
-
(and 2 more)
Tagged with:
-
Hello First i want to say that most of my problems i can solve while scripting by looking at the forum or in the help file but im stuck on this specific problem. I have been writing scripts to consume Web services and this works fine when its just plain XML responses. I work on a project now where i need to consume a SOAP response with an Attachment. I can make the plain SOAP call and get a response as well but i dont know how to handle the multipart and binary data. I have tried ADODB.Stream to write the data to a file but this just writes everything. I would be very grateful if someone could
- 14 replies
-
- soap
- webservices
-
(and 1 more)
Tagged with: