Hi, 
I have 2 questions:
1) What are the minimum libs required to create a web service client? I created 
a working web service client but I added all the jars under 
"axis2-1.5.4-bin\axis2-1.5.4\lib"
2) I read that an approach useful at initial development stages (yet not 
recommended) is to deploy the web service via the pojo approach.  

Trying this and creating a pojo under a package and deploying it in axis2, I 
see 
my service mentioned in the list of services.  

When I try to see the wsdl, I see in the browser:

    <description>Unable to generate WSDL 1.1 for this service</description>
    <reason>
    If you wish Axis2 to automatically generate the WSDL 1.1, then please set 
useOriginalwsdl as false in your services.xml
    </reason>

But unless I am wrong, services.xml is used only if you deploy a web service as 
a service archive.  

In pojo approach there is no such descriptor.  
So my question is, if in POJO approach (using package) the WSDL can not be 
automatically generated, how am I supposed to create the web service clients?  


Thank you



      

Reply via email to