When upgrading to 9.3.4.0, it is necessary to re-write ALL PX’s to use the JAX-WS framework??

I have a client upgrading to Agile 9.3.4.0. Note that Oracle changed the web services stack from AXIS to JAX-WS in this release. So I have already upgraded those PX’s that are activated using a web service call to use the new stack.
 My question is, do *all* PX’s have to be re-written to use the new web services stack, even if they are not called using that means???
 I am seeing some strange behavior in some of the PX’s in that they do not seem to be working, and I am currently at a loss as to why. Some work, some do not.

Add Comment
3 Answer(s)

Only those that are used for calling web services. As there is a change in packaging.

Agile Angel Answered on March 20, 2017.
Add Comment

Only those that are used for calling web services. As there is a change in packaging.

Agile Angel Answered on March 20, 2017.
Add Comment

If the PX’s are calling other webservices outside of Agile, then no need to rewrite anything. If the PX’s are calling webservices inside of Agile, then the stubs may need to be regenerated.

If WSX’s are deployed, there is no need to rewrite the WSX’s themselves entirely. However, they do need to be repackaged and minor edits are necessary in the WSX methods to annotate the webmethods.

Agile User Answered on March 20, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.