how do i make in/out parameters of a web method as String in Axis2 e.g.

public String hello(String p) {
   return p+" hello";
}

can any one help me that how could i define a method that have return String and take String parameter instead of OMElement.

i want to call my web method from .net and php environment.

can any one help me in this?

Regards,

Muhammad Iqbal



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to