web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1865. Error

(0) ShareShare
ReportReport
Posted on by 115

Hi All

I am sending data from Power Automate to an XML port. I am getting the following error

'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1865.

Function in Business Central is in codeunit published as Webservice called in power automate


    procedure ImportIMISCustomers(VAR iMISCustomerImport: Text)
    var
        TempBlob: Codeunit "Temp Blob";
        InstreamInStream;
        OutStreamOutStream;
        Base64Convert: Codeunit "Base64 Convert";
        iMISCustomerXML: XmlPort "iMIS Customer Import";
    begin

        TempBlob.CreateOutStream(OutStreamTextEncoding::UTF8);
        OutStream.Write(Base64Convert.FromBase64(iMISCustomerImport));
        TempBlob.CreateInStream(InstreamTextEncoding::UTF8);
        iMISCustomerXML.SetSource(Instream);
        iMISCustomerXML.Import();
    end;
I have the same question (0)
  • Community Member Profile Picture
    on at

    Do you convert it to Base64 in power automate ?

  • Community Member Profile Picture
    on at

    After converting, I got this error when trying to open the pdf from the note. 

    ...

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,151

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,443 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,092 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans