B4A Question yet another question on WebService (SOAP) - Erel (first post)    Feb 14, 2022   (1 reaction) SOAP is based on XML and there is no such thing as adding raw bytes inside the XML string. Maybe you need to use base64 encoding. Spanish [SOLUCIONADO] ¿Cómo consultar un webservice SOAP? - vecino (first post)    Jun 18, 2023   (3 reactions) Hola, ya está solucionado, ha sido gracias a José J. Aguilar que se ha roto la cabeza para darme pistas de por dónde buscar y, principalmente a TILogistic que incluso me ha proporcionado un código que devuelve el resultado esperado, que es este:
Dim WSLinkSoap As String = "http://xxx.xxx.xxx.xxx:80 B4A Code Snippet [B4X] Simple: Get the value of an HTML or XML tag. - TILogistic    Apr 12, 2024   (6 reactions) w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:NS1="urn:wsNewGES2000Intf-IwsNewGES2000"> B4A Question Soap request showing bad response - Andrew (Digitwell) (first post)    Apr 17, 2023   (3 reactions) You are missing a closing ">" on the last line of the XML. B4A Question String Values Going Empty! Web Service(SOAP) - DonManfred (first post)    Aug 17, 2021   (1 reaction) This Forum is about B4X language.
Use Google to find a suitable Java-Forum to ask there. B4J Question Rest or SOAP web service for SQlite using B4J - EnriqueGonzalez (first post)    Mar 05, 2023   (3 reactions) Hi
You need
https://www.b4x.com/android/forum/threads/b4x-okhttputils2-with-wait-for.79345/#content
And
https://www.b4x.-json-tutorial.6923/#content
And for soap
https://www.b4x.com/android/forum/threads/b4x-xml2map-simple-way-to-parse-xml-documents.74848/ B4A Question How to parse "strange" xml - emexes (first post)    Mar 13, 2024   (1 reaction) org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:NS1="urn:wsNewGES2000Intf-IwsNewGES2000">
<NS1:PDA_DatosArticuloResponse xmlns:NS2="urn:wsNewGES2000Intf">
<NS2 B4J Question how to create web service width Bj4 - Erel (first post)    Nov 09, 2018   (1 reaction) You can build a SOAP web service. There is nothing special about SOAP services. You will need to parse the XML request and generate a XML response. B4A Question How to Call Asmx Web service in B4A - junaidahmed (first post)    Jul 13, 2023 Thanks for reply...
I have tried below code but its showing as error.Please help to solve this issues
** Activity (productionentry) Create (first time) **
** Activity (productionentry) Resume **
ResponseError. Reason: Internal Server Error, Response: <?xml version="1.0" encoding="utf-8"?><soap:Env Bug? LIBRARY XML2MAP - TILogistic (first post)    Jul 16, 2023   (1 reaction) XML2MAP: Convert XML to Map B4J: B4A <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <GetStageListRes Page: 1   2   3   4   5   6   7   Powered by ColBERT |