[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with POST (The 'Ù' character)



   Hello Guys,�   I'm trying to perform a POST but I get this error related to this
   �'��' character
   How can avoid this problem?�   <?xml version="1.0" encoding="utf-8"?>
   <soap:Envelope
   xmlns:soap="[1]http://schemas.xmlsoap.org/soap/envelope/";
   xmlns:xsi="[2]http://www.w3.org/2001/XMLSchema-instance";
   xmlns:xsd="[3]http://www.w3.org/2001/XMLSchema";>
   � <soap:Body>
   � � <soap:Fault>
   � � � <faultcode>soap:Client</faultcode>
   � � � <faultstring>Server was unable to read request. --&gt; There
   is an error in XML document (1, 252). --&gt; The '��' character,
   hexadecimal value 0x65B, cannot begin with a name. Line 1, position
   252.</faultstring>
   � � � <detail />
   � � </soap:Fault>
   � </soap:Body>
   </soap:Envelope> � ��   �is is the Request:
   You can see that in the Request there's two particular characters "!"
   and [ �   <soap:Envelope xmlns:xsi="[4]http://www.w3.org/2001/XMLSchema-instance";
   xmlns:xsd="[5]http://www.w3.org/2001/XMLSchema";
   xmlns:soap="[6]http://schemas.xmlsoap.org/soap/envelope/";>
   � <soap:Body>
   � � <RecibeXML xmlns="[7]http://tempuri.org/ws_MotorSINGEC/Citas";>
   � � � <stringXML><![CDATA[<?xml version="1.0"
   encoding="utf-8"?><cita ciudad="2" idTransaccion="" tipoCita="1"
   numTransaccion="" idCita="" fechaCita="" horaCita="" confirm="0"
   estatusConfirm=""><ciudadano><numeroIdentidad>0501-1982-01837</numeroId
   entidad><nombreCompleto>Felipe Garcia
   Calero</nombreCompleto><numeroIdentificacion></numeroIdentificacion></c
   iudadano><datosTransaccion><fechaTransaccion>01/27/2014</fechaTransacci
   on><idSucursal>01</idSucursal><duracionPasaporte>2</duracionPasaporte><
   costoPasaporte>0</costoPasaporte><costoCita>0</costoCita><montoCredito>
   0</montoCredito><totalTransaccion>0</totalTransaccion><tipoCambio>0</ti
   poCambio><folioTGR1>0</folioTGR1><transaccionExtranjero><pais></pais><c
   iudad></ciudad><tipoServicio></tipoServicio><numDocPago></numDocPago><c
   omentarioPago></comentarioPago><montoPago></montoPago></transaccionExtr
   anjero></datosTransaccion><pasaporteAnterior><libretaAnterior></libreta
   Anterior><fechaExpedicion></fechaExpedicion><fechaVencimiento></fechaVe
   ncimiento><tiempoVigencia></tiempoVigencia><mesesVigencia></mesesVigenc
   ia></pasaporteAnterior></cita>]]></stringXML>
   � � </RecibeXML>
   � </soap:Body>
   </soap:Envelope>�  �st Regards,
   Hope you can help me with this
   �  --
   [writing.jpg] Saludos Cordiales,
   "El que tiene imaginación, con qué facilidad saca de la nada un
   mundo".
   Gustavo Adolfo Bequer

References

   1. http://schemas.xmlsoap.org/soap/envelope/
   2. http://www.w3.org/2001/XMLSchema-instance
   3. http://www.w3.org/2001/XMLSchema
   4. http://www.w3.org/2001/XMLSchema-instance
   5. http://www.w3.org/2001/XMLSchema
   6. http://schemas.xmlsoap.org/soap/envelope/
   7. http://tempuri.org/ws_MotorSINGEC/Citas
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------