Re: WSDL generation for the services exposed only in local transport

2011-08-01 Thread Deepal jayasinghe
I think Amila was trying to explain how Axis2 transport works in general, so I do not see any problem with that. In Axis2, the response of non-blocking (transport asynchronous) is treated as a request coming to the system. However, the difference is at the end (once the message is passed through i

Re: WSDL generation for the services exposed only in local transport

2011-08-01 Thread Andreas Veithen
On Fri, Jul 29, 2011 at 08:15, Amila Suriarachchi wrote: > > > On Fri, Jul 29, 2011 at 1:31 AM, Andreas Veithen > wrote: >> >> On Thu, Jul 28, 2011 at 08:49, Amila Suriarachchi >> wrote: >> > >> > >> > On Wed, Jul 27, 2011 at 5:25 PM, Andreas Veithen >> > >> > wrote: >> >> >> >> On Wed, Jul 27,

[jira] [Updated] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

2011-08-01 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-5105: Attachment: AXIS2-5105.patch I have included the validation logic when the nillable=false i

[jira] [Created] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

2011-08-01 Thread Pradeep Fernando (JIRA)
Validation fails when the nillable=false in element types in schema --- Key: AXIS2-5105 URL: https://issues.apache.org/jira/browse/AXIS2-5105 Project: Axis2 Issue Type: Bug

AXIS2 JAX-WS tool support and deployment

2011-08-01 Thread Sagara Gunathunga
Support for JAX-WS processing through Axis2 tools ( WSDL2JAVA and JAVA2WSDL ) is an important improvement and AFAIK this is required for some part of JAX-WS TCK too. I'm primarily focus on following two areas. 1.) Based on our discussion here [1] I have started to integrate JDK WSGen/WSImport to

[jira] [Commented] (AXIS2-5077) Mapping qname not fond for the package: org.joda.time.tz

2011-08-01 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073501#comment-13073501 ] Sagara Gunathunga commented on AXIS2-5077: --- ADB does not support for JodaTime.

[jira] [Assigned] (AXIS2-5077) Mapping qname not fond for the package: org.joda.time.tz

2011-08-01 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga reassigned AXIS2-5077: - Assignee: Sagara Gunathunga > Mapping qname not fond for the package: org.joda.t

[jira] [Created] (AXIS2-5104) JAVA2WSDL tool should support to process JAX-WS annotation and generate required meta data.

2011-08-01 Thread Sagara Gunathunga (JIRA)
JAVA2WSDL tool should support to process JAX-WS annotation and generate required meta data. Key: AXIS2-5104 URL: https://issues.apache.org/jira/browse/AXIS2-5104

[jira] [Created] (AXIS2-5103) WSDL2JAVA should support to generate portable JAX-WS codes.

2011-08-01 Thread Sagara Gunathunga (JIRA)
WSDL2JAVA should support to generate portable JAX-WS codes. Key: AXIS2-5103 URL: https://issues.apache.org/jira/browse/AXIS2-5103 Project: Axis2 Issue Type: Improvement

Re: Handling xml strings with Axiom

2011-08-01 Thread Amila Suriarachchi
it seems like it is not a MUST to escape > [1] thanks, Amila. [1] http://www.w3.org/TR/xml/#syntax On Mon, Aug 1, 2011 at 3:42 PM, Amila Suriarachchi < amilasuriarach...@gmail.com> wrote: > I wrote the following code to test another issue I came across. > > String xmlString = "mytest"; > >

Handling xml strings with Axiom

2011-08-01 Thread Amila Suriarachchi
I wrote the following code to test another issue I came across. String xmlString = "mytest"; OMFactory omFactory = OMAbstractFactory.getOMFactory(); OMNamespace omNamespace = omFactory.createOMNamespace(" http://mynamespace","ns1";); OMElement omElement = omFactory.create

[jira] [Commented] (AXIS2-3967) JDk5 Enum Support in AXIS2

2011-08-01 Thread Vishwesh Hunsikatti (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073448#comment-13073448 ] Vishwesh Hunsikatti commented on AXIS2-3967: Is anyone looking into this? We w