Ejemplo n.º 1
0
 public static PIPATask getSamplePipa() {
   PIPATask task1 = new PIPATask("abc", "http://localhost/" + rand.nextInt());
   task1.setInitMessageNamespaceURI(URI.create("urn:ns"));
   task1.setProcessEndpointFromString("http://localhost/process" + rand.nextInt());
   task1.setInitOperationSOAPAction("initProcess" + rand.nextInt());
   return task1;
 }