Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cbcff965 authored by Chan Leduc's avatar Chan Leduc
Browse files

--Fixed un bug in "CreateMessage" for "findRequest"

parent 895de471
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ public class AlignmentClient { ...@@ -136,7 +136,7 @@ public class AlignmentClient {
usage(); usage();
System.exit(-1); System.exit(-1);
} }
messageBody = " <uri1>"+uri1+"</uri1>\n <uri2>"+uri2+"</uri2>\n"; messageBody = " <url1>"+uri1+"</url1>\n <url2>"+uri2+"</url2>\n";
} else if ( cmd.equals("match" ) ) { } else if ( cmd.equals("match" ) ) {
SOAPAction = "matchRequest"; SOAPAction = "matchRequest";
String uri1 = (String)params.getParameter( "arg1" ); String uri1 = (String)params.getParameter( "arg1" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment