Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Special character causes SOAP to bug
Message
 
To
29/11/2001 14:19:47
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00587588
Message ID:
00587812
Views:
35
>>>There appears to be a control character on the 13th line. Could that be it?
>>
>>I have converted that line to an empty string and it doesn't change anything. There is something else.
>
>Well, it turned out that it was indeed that line. The box character is creating the problem. I am looking for its equivalent to replace that. But, this brings an interesting question. What's the proper way of making sure no other characters like that create a problem in SOAP?

What are you passing?

If you have binary data (data that contains upper ASCII or CHR(0) for example) you need to pass your data as binary content, which is not trivial from VFP because we don't have native support for bytearrays. One way to do this is to encode the string into Base64 and use that string instead.

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform