I am using AXIS 1.2.1 Final. I have a message style web service which
has 2 methods. Now in my client program how to call a specific method.
Can anybody suggest with code snippet.
Since the message style web services responds with a soap message that
does not have any method in it I think I cannot use the code like
<Call Object>.setOperationName(new QName("ForecastDetails",
"getWeather")). Does this approach work ? I haven't tried this but
welcome feedback from anyone who has accomplished this.
Thanks.