Hi Marcus, you can’t reference ‘com.wm.app.b2b.server.Service’ from an OSGi App Platform (PLS service). The IS Service class is part of the Integration Server’s ServerClassLoader, and App Platform PLS services run as an OSGi bundle in the OSGi container. ( the server compoents for the App Platform product manage the interaction between your application services and the IS services.
It may be a bit confusing because App Platform also supports running Tomcat WAR projects. Those WAR projects run in a Tomcat servlet container also hosted by the OSGi equinox container, so it is not a plain old Tomcat installation.
So when you import library dependencies for your application, do not attempt to import Integration Server jars ( e.g. wm-isserver.jar ). This won’t work. So you can’t use the Service API to get to HTTP-related details in a PLS service project. -hth
#Application-Platform#webMethods#Integration-Server-and-ESB#webMethods-General