I have updated the mime.types file, but the error is when I try to save the java service.
Java Code:
import wm.EDIINT.*
import com.wm.app.b2b.server.ServerAPI ServerAPI.registerContentHandler(“application/bai”, new ContentHandlerFactory_EDIINT());
Error:
packages\EDI\code\source\edi\init.java:13: package wm.EDIINT does not exist
import wm.EDIINT.*;
packages\EDI\code\source\edi\init.java:38: cannot resolve symbol
symbol : class ContentHandlerFactory_EDIINT
location: class edi.init
ServerAPI.registerContentHandler(“application/bai”, new ContentHandlerFactory_EDIINT());
Shouldn’t the class files from WmEDIINT\code\classes\wm\EDIINT be in the classpath?
#webMethods#Integration-Server-and-ESB#edi