These might sound too naive!!!
I tried generation server-side codes for the Axis2SampleDocLit.wsdl.
I used both the eclipse plugin and the command line tool.
The doubts arises on using the business logic part given in the UserGuide:
1)It tells us to
public org.soapinterop.xsd.EchoStringArrayReturnDocument echoStringArray
org.soapinterop.xsd.EchoStringArrayParamDocument param2)
{
// the business logic
}
whereas the generated code has the signature: public org.apache.axis2.om.OMElement echoStringArray
(org.apache.axis2.om.OMElement omElement )
2)The schemas folder that is generated on using the command line tool was not generated when i tried the same things using the plugin??
This folder contains the Echo..Documents... hence i have compile time errors..
But can someone tell me what am i doing wrong/ what options have i left uncheked!
