Página 1 de 1

JBoss Web/3.0.0-CR2 - Error report

Publicado: Mar Feb 11, 2014 11:19 pm
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

Re: JBoss Web/3.0.0-CR2 - Error report

Publicado: Mié Feb 12, 2014 8:56 am
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.