Is there an option that Ivy is interacting with a third party tool using net.tcp? In detail, we would like to connect Microsoft Dynamics AX with the help of web services based on net.tcp.

Any ideas? Thanks a lot in advance!

asked 12.02.2015 at 18:14

peter_muc's gravatar image

peter_muc
(suspended)
accept rate: 0%


According to this MSDN discussion its not possible to interact with a net.tcp service from anyhting else than a .NET component:

NetTcpBinding do not conform to any public protocol, so it is limited to communication between .Net components. Other simple http bindings conforms to the WS-I Basic Profile 1.1, so they can be used to interact with components with other languages.
link

answered 13.02.2015 at 12:17

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Hi Reguel,

thanks for your reply! I know this MSDN article, but I was hoping there could be another way? Does anybody know a JAVA connector/converter? Or other ideas?

Thanks in advance! Peter

(13.02.2015 at 12:23) peter_muc peter_muc's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×48

Asked: 12.02.2015 at 18:14

Seen: 1,880 times

Last updated: 13.02.2015 at 13:14