Skip Navigation Links

Using the REST to SOAP extension with WebSphere Application Server

Posted by damrhei on February 3rd, 2010. Other posts by damrhei

A while back I wrote a tutorial that shows how to leverage sMash’s REST to SOAP extension. The tutorial shows how, with this extension, you can integrate legacy web service applications (in this case deployed on the WebSphere Application Server) into your sMash application via a RESTful facade.

If you do take a look, there’s one minor correction in code Listing 7. Just before the use of the $collection variable, it needs to be initialized. You can do that by adding a single line:

$collection = zrm_retrieve('company');

 

Leave a Reply