package
First
Folder
Javaproblem
my javaservice
IDataCursor pc = pipeline.getCursor();
Values in = Values.use(pipeline);
Values out=in;
String S1=in.getString(“S1”);
String S2=“Hellowwwwww Mr.”;
String S=" ";
S=S1;
out.put(“S”,S);
System.out.println(S);
pc.destroy();
input,output
s1,s
imports in shared tab
com.wm.app.service.*
com.wm.data
com.wm.util
source in shared tab
public String a(String S){
return S;
}
but showm me error
follwing error
Could not run ‘firstjava’.
com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘JavaProblem:firstjava’ is not operational. To run this service, first recompile the Java source.
please help me step by step process
thanks advanced
#webMethods-Architecture#webMethods#webMethods-General#Integration-Server-and-ESB