Skip to main content

Notifications

Microsoft Dynamics NAV (Archived)

Show soapurl in message.

Posted on by 768

Hi, 

i have a codeunite i want when i run the codeunite  the SoapUrl of my pages which i published as a web service  show in a message;

my published objects Object id = 50000 and 50001 i just want to display SoapUrl in message.

below is the code i tried .

Var
   WebService : Record Tenant Web Service;

Run()

 WebService.FindSet;
 IF WebService."Object ID" = 50000 THEN
 BEGIN
  MESSAGE('SoapUrl %1', WebService.SoapUrl");
 END;


But this code not working for me 

*This post is locked for comments

  • Suggested answer
    RockwithNav Profile Picture
    RockwithNav 6,562 on at
    RE: Show soapurl in message.

    I feel thats not the right code actually, '

    Always think from Performance and from Compilers perspective as well.

    You giving SETFILTER why not SETRANGE??

    Why SEYCURENTKEY?

    Why NOT GET?

  • Verified answer
    RE: Show soapurl in message.

    Here is the right solution finally i did it after a lot of tries.

    WebService.SETCURRENTKEY("Object ID");

    WebService.SETFILTER("Object ID" , '%1' , 1);

    IF WebService.FINDFIRST THEN

      MESSAGE('SoapUrl %1', WebService.GetSOAPUrl);

  • RE: Show soapurl in message.

    @Binesh Singh Rajput could you please show the soap url in message with example ?

  • Suggested answer
    Binesh Profile Picture
    Binesh 7,885 on at
    RE: Show soapurl in message.

    Hello,

    Check the function GetSOAPUrl from Table 9900 Web Service Aggregate, you will get idea.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans