On 1/10/07, Nilesh Ghorpade <[EMAIL PROTECTED]> wrote:
Hi Gurus,
I have two issues.
1. When using AXIS 2 with ADB I get "Unexpected namespaceURI " exception.
I am not sure why the error should arise as it is coming from one of the
AXIS generated classes namely Helper class. This exception is encountered
while writting the start element of the response.
Can you send your wsdl? What are the parameters you used to generate the
code? Can you try without the helper mode?
2. Is cyclic references allowed in AXIS 2? For example I have the following
classes
class A{
B objB;
}
class B{
//Here I am having an array of the Objects A.
A[] objA;
}
yes, But when creating Object instances you can't have same object A
inside its Object B array. On the other hand there can be a cyclic
dependency at class level. But not in Object level.
Thanks in advance.
Nile
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
Amila Suriarachchi,
WSO2 Inc.