Question
Bradesco Seguros
BR
Last activity: 10 Oct 2017 15:52 EDT
Divergence of connector SOAP processing in different environments.
I have performed the creation of a SOAP connector that to be run uses a DataPage. In my development environment, when I run it, it processes correctly and returns the expected values. I picked up the rules I created and migrated to our testing environment. However when we run this DataPage in the test environment, it does not return values. I checked all the rules and there was no modification whatsoever. Another important point is in relation to the structure of the service that is the same, without any alteration.
By evaluating the processing trace, I have identified that in the test environment the following property is initialized:
pyPageName D_BranchRegionFull
pyXMLRootNode [recoverSucursalRegiaoCompletoResponse: null]
pyXMLRootNode.
In the development environment, when I run the same DataPage this property is not initialized.
What should I check? What are the possible differences between environments?
I need some help to better understand what's going on.