WebService decoding Base64Binary
WebService decoding Base64Binary
- Subject: WebService decoding Base64Binary
- From: Gerald Hanks <email@hidden>
- Date: Fri, 1 Oct 2004 10:14:01 -0600
I am connecting to a web service which has an operation that returns a
Base64Binary encoded data stream. When I invoke the service using the
WOWebServiceClient.invoke method, I get back an NSData object with the
contents of the data stream. When I call the bytes() method from the
NSData object what I get as a result is the raw data already decoded.
At what point was the data decoded from Base64Binary encoding back to
raw bytes? Did it happen within the WOWebServiceClient or did the
NSData object do the decoding? Can anyone shed some light on this one?
--gerald
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden