Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SOAP appears to lose carriage return codes...
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00671055
Message ID:
00671808
Views:
13
>Steve,
>
>Try changing this:
>
>
>...
>r=FOPEN("setup.ini",0)
>
>l_text = CREATEBINARY(FREAD(r,128))
>...
>
>
>And the Web Service contains this:
>
>
>DEFINE CLASS csrserver as session olepublic
>	FUNCTION  sendtocsr(l_login as string, l_filename as character, l_status as Character , ;
>		l_text as base64Binary) as string
>
>...
>
Sorry, but that won't work. VFP will write that out as a Variant in the COM object. The type there is what you want but you'll need to change that manually in the WSDL file afterwards from the xsd:anyType that gets generated into the WSDL file...

+++ 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