J
jsandrea
Guest
Hi everyone, I have a problem with a service consumption, the service response is Multipart/Related. This is the full response: ------=_Part_8444890_801700095.1529449048289 Content-Type: application/xop+xml; charset=utf-8; type="text/xml" CN=AC SUB CERTICAMARA,O=CERTICAMARA S.A,OU=NIT 830084433-7,C=CO,ST=DISTRITO CAPITAL,L=BOGOTA,STREET=www.certicamara.com 91436926122049973593519406185072624124 2018-06-19T22:57:28.277Z 2018-06-19T23:02:28.277Z Componente DIAN 2018-06-19T17:57:28.154-05:00 2018-06-19T17:57:28.276-05:00 200 Ejemplar recibido exitosamente pasará a verificación. ------=_Part_8444890_801700095.1529449048289-- I already tried with: oResponseMultipartEntity = CAST(oResponse:Entity,OpenEdge.Net.MultipartEntity). oMessagePart = oResponseMultipartEntity:GetPart(oResponseMultipartEntity:Size). oByteBucket = CAST(oMessagePart:Body,OpenEdge.Core.ByteBucket). oResponseMemptrEntity = oByteBucket:GetBytes(). but the oResponseMultipartEntity:Size return 0. Any other idea? Thank you.
Continue reading...
Continue reading...