they will have 2 different endpoints, so you can certainly consume both of them.
Of course you need to create only one PB NVO and deploy (publish) it as SOAP or REST service.
Some notes:
in order to consume the 2 WSs, you will need to create a PB .NET WS proxy or a PB RESTclient, respectively. This is already possible in current PB 2017 R2.
in order to create the 2 WSs, you need to deploy a PB .NET WS target (already doable in PB 2017 R2) or a C# Web API for the REST service (PB 2018).
You can use the current .NET features of PB 2017 R2 to create a .NET assembly and then you would need to use Visual Studio to create a REST wrapper around it. As Marco mentioned, in PB 2018 Appeon will be doing revamp to PB's .NET features so you would be coding directly in C# and publishing REST Web API without having to use Visual Studio workaround.
There are no replies made for this question yet. However, you are not allowed to reply to this question.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.
it's True?