Hi all, I try to create a server that will comunicate with PHP client. This client sends method name not in a form Handler.Method but just Method - so instead of <methodName>NewSMS.NewSMS<\methodName> my server will be called by <methodName>NewSMS<\methodName>.
Is there any way how to map this call to my class SMSHandler.java that has NewSMS method? (I can of course parse the request and replace NewSMS with NewSMS.NewSMS string but I don't like it too much.) Bye Martin Ing. Martin Fibiger 1. PF, s.r.o. Trojska 28 182 00, Praha 8 Tel: +420603449233 http://www.1pf.cz <http://www.1pf.cz/>
