Deconding Binary data type from Wireshark

Hi There

I have some clients that want to be able to inspect data as it goes over the network, so they can assure themselves of privacy / gdpa type concerns.

I am sending unencrypted soap messages, so all the normal RO data types are quite easily visible in Wireshark.

However I haven’t been able to decode the contents of the Binary data type (which in this case is a utf8 string).

Is there an easy ish way to do this online?

Thanks

Cedd

Hello

Do you mean a Binary data type sent over a SOAP message or a data being sent using a Binary message?

Hi there

I do mean a Binary data type sent over a SOAP message, sorry for the lack of clarity.

Thanks

Cedd

Binary is being sent as base64Binary SOAP type. There are several online Base64 decoders.

Thanks, that’s great, worked like a dream …