First of all, thanks a lot for this information (although I think it should go somewhere onto the online documentation).

However, now I am getting some errors while deploying the doc/lit bare service. The root seems to be:

INFO: Deploying Web service  version.aar
org.apache.axis2.deployment.DeploymentException: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character (CTRL-CHAR, code 13); missing element name?
 at [row,col {unknown-source}]: [24,69]; nested exception is:
org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character (CTRL-CHAR, code 13); missing element name?
 at [row,col {unknown-source}]: [24,69]

Note: that same service deploys without problems without the additional parameter.

Is this a bug, or are there limitations what operations are supported by Axis 2 doc/lit bare?

/philipp

Deepal Jayasinghe wrote:
Hi Philipp,
I am sorry for not having document on this , anyway by adding following
parameter into services.xml you can solve the issue.

<parameter name="doclitBare">true</parameter >

Thanks
Deepal
Hi all,

just a quick question: how can I tell Axis2 to deploy a POJO service
as defined for instance in
http://ws.apache.org/axis2/1_3/pojoguide.html using the 'bare'
parameter style for doc/lit (instead of the default 'wrapped')? I have
not yet found any documentation on this, and can't seem to figure it
out myself...

thanks in advance,
philipp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to