Is It a BUG

2006-10-17 Thread Khaled Mahbub
Hi   I am using JaxMeXS2 0.5.1. Trying to parse a simple schema, but getting exception. Schema and exception given below,     SCHEMA       xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"     xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"     xml

Is It a BUG

2006-10-17 Thread Khaled Mahbub
    -Original Message- From: Khaled Mahbub [mailto:[EMAIL PROTECTED] Sent: 17 October 2006 16:39 To: 'jaxme-dev@ws.apache.org' Subject: Is It a BUG   Hi   I am using JaxMeXS2 0.5.1. Trying to parse a simple schema, but getting exception. Schema and exception g

Re: Is It a BUG

2006-10-17 Thread David Holroyd
On Tue, Oct 17, 2006 at 04:39:17PM +0100, Khaled Mahbub wrote: > I am using JaxMeXS2 0.5.1. Trying to parse a simple schema, but getting > exception. Schema and exception given below, > targetNamespace="http://www.themindelectric.com/package/java.lang/"; > xmlns:wsdl="http://schemas.

Re: Is It a BUG

2006-10-17 Thread Jochen Wiedmann
On 10/17/06, David Holroyd <[EMAIL PROTECTED]> wrote: My guess is that you need to define those types. Defining the namespace is not enough. Try to the SOAP Encoding schema into yours (I hope that jaxmexs supports that). It does. It is even possible to preload those types by calling XSParse