Iam trying to deploy it in weblogic.
It gives me the same error saying that xsd0.xsd not found under domain root.
is it because of weblogic.
do i have to make any changes to my classpath.

Iam using the latest release axis2-1.2



mgainty wrote:
> 
> I agree with Ajith--
> 
> so in this situation
> <xs:include schemaLocation="./Whatever.xsd"/>
> make sure you have validated the Whatever.xsd beforehand
> http://www.w3schools.com/dom/dom_validate.asp
> 
> M--
> This email message and any files transmitted with it contain confidential
> information intended only for the person(s) to whom this email message is
> addressed.  If you have received this email message in error, please
> notify
> the sender immediately by telephone or email and destroy the original
> message without making a copy.  Thank you.
> 
> ----- Original Message ----- 
> From: "Ajith Ranabahu" <[EMAIL PROTECTED]>
> To: <axis-user@ws.apache.org>
> Sent: Saturday, June 16, 2007 12:03 AM
> Subject: Re: [AXIS2] Importing a external schema in WSDL
> 
> 
>> Hi,
>> I have to admit that we had some problems with relative imports in
>> some *previous* releases. However the absolute URL's case always
>> worked.
>> So here are somethings you can try
>>
>> 1. Try using the latest release. Since it seems to work without a
>> problem for us its worth to try in your setting.
>>
>> 2. Please check whether you have any network restrictions, perhaps the
>> personal firewall ? Best thing is to see whether you can access the
>> URL by some other means, may be the browser. However this is not a
>> fool proof method since personal firewalls are likely to have
>> exceptions for programs such as the browser.
>>
>> 3. If non of this work a somewhat dirty solution would be to inline
>> the schemas in the WSDL.
>>
>> Ajith
>>
>> On 6/15/07, dharmendra3 <[EMAIL PROTECTED]> wrote:
>>>
>>> Anyone had sucess using schema imports in wsdl.
>>> if I use relative url(shema import) my deployment complains and if i use
>>> absolute url for schema location wsdl2java fails.
>>> DeploymentEngine complains that its not able to find the xsd file.
>>>
>>> Iam loosing my patience here.
>>>
>>> Iam assuming that axis2 does not support a basic feature of importing
>>> schemas in the wsdl.
>>>
>>>
>>>
>>>
>>>
>>>
>>> dharmendra3 wrote:
>>> >
>>> > When I try to import a schema with relative url,wsdl2ava is working 
>>> > fine
>>> > but deployment is causing the problem saying that its not able to find 
>>> > the
>>> > xsd file (It looks for xsd file from the domain root).
>>> >
>>> > If I use absolute url (schemalocation) wsdl2java is failing.
>>> >
>>> >
>>> > Is this a bug with the wsdl4j,how can I resolve this.
>>> >
>>>
>>> --
>>> View this message in context: 
>>> http://www.nabble.com/-AXIS2---Importing-a-external-schema-in-WSDL-tf3884021.html#a11150477
>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>> -- 
>> Ajith Ranabahu
>>
>> ---------------------------------------------------------------------
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-AXIS2---Importing-a-external-schema-in-WSDL-tf3884021.html#a11166907
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to