Automation Object for SOAP Communication

ta5ta5 Member Posts: 1,164
Hello
There are some examples arround showing how to communicate with WebServices using SOAP.

The automation object used is
'Microsoft Soap Type Library v3.0'.HttpConnector30
and
'Microsoft Soap Type Library v3.0'.SoapSerializer30

On the microsoft download page the SOAP-Toolkit is still available, but it seems to be replaced by .NET Framework. Official support ended in 2005.

Has anybody experience using the .NET objects for that? Any example code or tipps (also for migrating from SOAP Type Lib) would be apprecidated.

Thanks in advance
Thomas

Answers

  • ara3nara3n Member Posts: 9,255
    the dll comes with the OS. I didn't have to download it.
    You can't compile the example files in navision?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ta5ta5 Member Posts: 1,164
    ara3n wrote:
    the dll comes with the OS. I didn't have to download it.
    You can't compile the example files in navision?


    No, on some xp professional workstations it can't be compiled. I know what to do (install the toolkit or register the dll) but I'm not sure whether this is the right solution.
  • ara3nara3n Member Posts: 9,255
    You would have to do the same thing if you used .NET.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ta5ta5 Member Posts: 1,164
    Yes, I know, but I'm not sure whether I should migrate now or install the dll which is already quite old. Probably I will install the old one...
  • ara3nara3n Member Posts: 9,255
    I've used it and I haven't had any issues with it.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ta5ta5 Member Posts: 1,164
    Thanks, I will use the old toolkit.
    Regards
    Thomas
Sign In or Register to comment.