Imagen

DESCARGA SOFTWARE PARA FACTURA ELECTRONICA DE AQUI.
Facturacion, Validacion, Addendas, Librerias de programacion, etc.


CARTA PORTE V3.1

ECODEX TIENE ESTOS NUEVOS DATOS DE CONTACTO :
Comercializacion y Ventas - Evelia Vicke evicke@ecodex.com.mx 33-16-03-03-48
Soporte - Humberto Guerrero soporte@ecodex.com.mx 33-34-90-46-03


.

JBoss Web/3.0.0-CR2 - Error report

Para programadores en VFP aqui esta su foro.
[[ FORO CERRADO DEBIDO A QUE YA LA INFORMACION YA NO ES VIGENTE ]]
Cerrado
DAVIDG
Mensajes: 1
Registrado: Mar Feb 11, 2014 11:03 pm

JBoss Web/3.0.0-CR2 - Error report

Mensaje por DAVIDG »

Agradezco cualquier sugerencia para resolver este error que sucede
* Al ejecutar en WIN XP SP3 un programa que consume timbrado.
* Y no en WIN 7 64bits Ultimate
--------------------------------------------------------------------------------
JBoss Web/3.0.0-CR2 - Error report
HTTP Status 501 - Method post is not defined in RFC 2068 and is not supported by the Servlet API
The server does not support the functionality needed to fulfill this request (Method post is not defined in RFC 2068 and is not supported by the Servlet API
reyesh58
Mensajes: 1
Registrado: Mié Feb 12, 2014 8:50 am

Re: JBoss Web/3.0.0-CR2 - Error report

Mensaje por reyesh58 »

Me paso algo parecido al utilizar ws, mi problema fue que en Windows XP no puedo utilizar MSXML versión 6 de Windows 7 en XP, mi solución fue la siguiente, la verdad muy simple

IF p_os="XP"
ohttp = CREATEOBJECT('MSXML2.XMLHTTP')
ELSE
ohttp = CREATEOBJECT('Msxml2.ServerXMLHTTP.6.0')
ENDIF

Espero te ayude en algo.
Cerrado