WebService publishing error [closed]

0

After we have completed a development for document integration in Spring ERP, we are getting an error from a COM Component. This error only happens after the publication of the Web Service (that is who is responsible for performing the integration of the documents), ie When performing debug we do not get any error, but after publication is returned the error below when the necessary recall of COM Component .

The COM component in question is the "Interop.ErpBS900"

Already tried to import the references, compilation only for 32 bits.

    
asked by anonymous 02.07.2018 / 17:04

1 answer

3

Some issues: Is the machine where you are doing the publication the same one where you do the debug? Is the version of Primavera where you are doing the publication the same as where you debug?

The error can be due to the way you are referring to the engine, or how your Web Service is parameterized at the IIS level.

Check this in IIS:

Checkhowyourefertotheengine:

    
02.07.2018 / 17:32