[Axis2] Client makes multiple calls to retrieve WSDL file

2014-03-26 Thread Patrick Early
/2014:16:25:00 -0400] "GET /index.php/api/v2_soap/index/?wsdl=1 HTTP/1.1" 200 326089 127.0.0.1 - - [26/Mar/2014:16:25:00 -0400] "POST /index.php/api/v2_soap/index/ HTTP/1.1" 200 291 Any help is greatly appreciated! Regards, - patrick early

RE: [Axis2] Client makes multiple calls to retrieve WSDL file

2014-03-29 Thread Patrick Early
in axis2 by using ?wsdl suffix eg: http://localhost:8080/axis2/services/Version?wsdl this will download wsdl of Version then you can give this to your client. Hope this will help you. Thanks, Shameera. On Thu, Mar 27, 2014 at 1:57 AM, Patrick Early mailto:pea...@icomponent.com>> wrote: Hell