FOROS PROFESIONALES
WINDEV
,
WEBDEV
y
WINDEV Mobile
Inicio
|
Mensajes recientes
|
Conéctese...
|
Desconectar
|
Español
Inicio
→
WEBDEV 27
→
[WebDev27] External WebService
[WebDev27] External WebService
Iniciado por ARV, 07,dic. 2022 17:14 - 1 respuesta
Conéctese…
ARV
#1
Miembro registrado
495 mensajes
Popularité : +8 (8 votes)
Publicado el 07,diciembre 2022 - 17:14
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
Informar
0
0
ARV
#2
Miembro registrado
495 mensajes
Popularité : +8 (8 votes)
Publicado el 07,diciembre 2022 - 22:55
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
Informar
0
0
→ Volver a WEBDEV 27
WINDEV 27
WEBDEV 27
WINDEV Mobile 27
WINDEV (versiones precedentes)
Français
English
Español
Portuguesa
Fermer cette fenêtre
Búsqueda Tipo
Sólo temas
Todos los mensajes
Periodo Buscar
Cualquier fecha
Última hora
Última 24 horas
Última semana
Último mes
Último año
Cancelar
Vista previa del mensaje
Añadiendo una imagen
Importar una imagen desde una URL
Enviar una imagen desde un archivo de su disco
Arrastrar un archivo o click en "Examinar..."
o
Cancelar
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Texto