PROFESSIONAL NEWSGROUPS
WINDEV
,
WEBDEV
and
WINDEV Mobile
Home
|
Recent messages
|
Connect
|
Sign out
|
English
Home
→
WEBDEV 27
→
[WebDev27] External WebService
[WebDev27] External WebService
Started by ARV, Dec., 07 2022 5:14 PM - 1 reply
Connect yourself…
ARV
#1
Registered member
495 messages
Popularité : +8 (8 votes)
Posted on December, 07 2022 - 5:14 PM
Hi
I have a problem trying to integrate a external Webservice
I have the link, I have the user and password to access to the web service I have the documentation to make it work, but it always launch me an error when I try to call the procedure of the web service
here:
I have all of these even on the types I have everything I need, I do everything the documentation said but it doesn`t work
I have a class to initializate all the variables I need here's a portion of the code I can show:
gcl
DocElectronico
is
DocumentoElectronico
e
Enviar
is
Enviar
e
EnviarResponse
is
EnviarResponse1
Service.Enviar
(
gs
TokenEmpresa
)
Trace
(
e
EnviarResponse.EnviarResult.mensaje
)
But this doesn't work the webservice wasn't develope on windev
Anyone have an idea how to make it work?
Anyone has made to work a external webservice on windev?
If you need more information tell me what you need and I try to post it if I can
Thanks!
--
Best Regards
ARV
Report
0
0
ARV
#2
Registered member
495 messages
Popularité : +8 (8 votes)
Posted on December, 07 2022 - 10:55 PM
Hi I change I little bit of the code like this:
gcl
DocElectronico
is
DocumentoElectronico
Respuesta
is
EnviarResponse
gcl
DocElectronico.Factura
(
)
Respuesta
=
Enviar
(
e
Enviar
)
Info
(
Respuesta.resultado
)
the problem is in there:
Respuesta
=
Enviar
(
e
Enviar
)
the server of the SOAP web service returns to me the following:
Object Moved
This document may be found here
Not so sure about this
I follow everything I could find about web service and how to consume it and this is the best shot I could get.
anyone have an idea why is this happening?
--
Best Regards
ARV
Report
0
0
→ Go back to WEBDEV 27
WINDEV 27
WEBDEV 27
WINDEV Mobile 27
WINDEV (earlier versions)
Français
English
Español
Portuguesa
Close this window
Search type
Only topics
All the messages
Search period
Any time
Past hour
Past 24 hours
Past week
Past month
Past year
Cancel
Preview of your message
Adding an image
Import an image from a URL
Send an image from a file of your disk
Drop a file or click "Browse..."
or
Cancel
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Text