SOAP web services compatibility

4 Posts
3 Users
0 Likes
38 Views
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
Topic starter
 

Hello,

Our new Web components are supposed to support REST & SOAP techno.
Question: If I have a piece of code done in 11.2 (hence SOAP) requesting Archives, is it full compatible or do I have to redo some code?

Nico

 
Posted : 27/11/2019 2:46 pm
b.lepeuple
(@b-lepeuplearcinfo-com)
Posts: 149
Estimable Member
 

Hi Nico,

If what you want is take advantage of the SOAP/XML WST in v12, I am not aware of anything requiring code changes compared to SOAP/XML WST in v11.2.

One detail though, v11.2 did support http. v12 WST, as all other web extensions of PcVue 12, only supports https.
And this may require some work in term of deployment (oups, need a certificate now), and also code changes if the implementation of the WST client-side was low on security requirements. For example: Hard coded Url with 'http://', incorrect implementation of certificate errors in the http handling...

The Web team can probably give us much more information on this subject.

Regards

 
Posted : 29/11/2019 1:27 am
LM
 LM
(@l-micaudarcinfo-com)
Posts: 383
Member Admin
 

Hi,

SvWebDiag.exe tool from Raphael is working well using SOAP on PcVue 12.
But after the basic deployment of Web Services role using the WDC, you need to go to IIS management tool in order to change 2 things.
First the Bindings to replace https by http on pot 80.
Second deactivate the SSL requested option for the web site.

 
Posted : 03/12/2019 12:36 am
b.lepeuple
(@b-lepeuplearcinfo-com)
Posts: 149
Estimable Member
 

As a reminder if need be, PcVue web server extensions, including the Web Services Toolkit, are no longer supported over http as of v12.
Https is mandatory.

 
Posted : 09/12/2019 2:52 pm