Error in genericTestClient-openAMF

"Parag Dharmadhikari" <[email protected]> Fri, 30 Mar 2007 16:10:22 +0530
Newsgroups gmane.comp.java.openamf.user
Message-ID <CA74C4124F0CC64C8BBC33789F60020D017825F3@MPMULBPEX01.corp.mphasis.com>
Hi Everybody,

 

I have deployed the openamf.war in tomcat 5.5. Then I have tested the
http://localhost:8080/openamf/examples/client2.html which is working.

So I wrote my own class as below:

 

package org.openamf.examples;

 

public class remoteHelloWorld {

      public String makeEcho(String msg){

            System.out.println("i m in remoteHelloWorld.makeEcho");

        return msg; 

    } 

}

 

The code was placed inside the org.openamf.examples package under
webapps\openamf\WEB-INF\classes.

 

Now when I hit the
http://localhost:8080/openamf/examples/genericTestClient.htm url and
pass the values I am getting error as "attempting to call the
'remoteHelloWorld.makeEcho(wewe)' service..." and on Tomcat server it
only displays error as

 

INFO: INVALID_REQUEST

 Empty service name

 

Please, can anybody help me to detect the error?

 

Regards

Parag

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Openamf-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openamf-user