• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Unable to generate custom WSDL - Axis2

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi All,

I am trying to generate WSDL based on existing custom WSDL provided. Custom WSDL was validated using SOAPUI. It generates operations perfectly.
However, when deployed this WSDL within EAR it is not getting recognized by axis2.

We have tried deploying custom WSDL & Schema (XSD) in EAR as follow
1. EAR->WAR->WEB-INF->services->AAR->META-INF->custom wsdl, xsd, services.xml
2. EAR->WAR->WEB-INF & xsd->services.xml,wsdl.

Note: we had kept useoriginalwsdl = true in services.xml for all above cases.
We didn't receive any error in deployment however we received message as Unable to generate WSDL 1.1 for this service If you wish Axis2 to automatically generate the WSDL 1.1, then please set useOriginalwsdl as false in your services.xml

We also had kept service name from WSDL,EAR name, WAR name, WSDL name and Service name from services.xml same.

Can anyone provide exact deployment structure of custom WSDL with EAR for Axis2?
It is bit urgent.
 
Prathamesh Vagal
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone kindly help on this issue? It is bit urgent.
 
Prathamesh Vagal
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did nobody ever tried deploying web services using axis2 custom wsdl approach?
 
A feeble attempt to tell you about our stuff that makes us money
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic