Rhythmyx Web Services Client

The ZIP file attached to this post contains a pregenerated Rhythmyx 6.5 Web Services client JAR and associated JavaDoc. The readme says:

This is the Rhythmyx 6.5 Web Services client package.

All of the classes in this jar are derived from the Rhythmyx Web Services
WSDLs and XSDs. This package is built solely for the convenience of the user.

There is one added class: com.percussion.webservices.sample.PSWsUtils, which
is borrowed from the Java Loader Sample that ships with Rhythmyx 6.5

Use this client jar when you want to write Java programs that interact with Rhythmyx WebServices. I have also used this client with Rhythmyx 6.1.

I’m currently updating the client to include the UI and Assembly Services, but for some reason, I cannot upload the new JAR. I’ll post again when it is fixed. For now, anybody who needs a copy of the client please send me an email.

Dave

I have updated the Web Services client. PSWsUtils now provides methods for obtaining binding stubs for the Assembly and UI services.

These services were not used in the original sample loader, so there were no methods for accessing them.

These new methods use the same mechanism for computing the endpoint address that is used for the Content and System services. You must supply the RxSession Id that is returned from the Security login method.