cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with External Definition Import - WSDL & XSDs

Former Member
0 Kudos

Hi Gurus

We are facing a few challenges importing WSDL & XSD's - there are a few sections which are in RED on the WSDL - in-spite of importing all the dependent ones - there are section on the WSDL which are in RED - with missing fields - can you please help suggest best approach.

Also, point to note - when I open in Altova & click on schema - it does show the schema - instead gives the below error:

<XML Schema has to begin with a <schema> element in the namespace 'http://www.w3.org/2001/XMLSchema'!

Also, when open in SOAP UI - the WSDL shows all fields - so not sure how to make it show all the fields when importing WSDL & XSD in Altova.

Thank you for your valuable inputs & help!!

Thank you,

Ritu

Accepted Solutions (0)

Answers (4)

Answers (4)

iaki_vila
Active Contributor
0 Kudos

Hi Ritu,

Follow the document suggested by Raghuraman, and share the result with us if you have any exception in the last step.

Regards.

Former Member
0 Kudos

Thank you Inaki, Mona, Raghu!!

Will try the above suggestions & update you shortly ...

Thank you,

Ritu

mona_mehta
Participant
0 Kudos

Hi Ritu,

Make sure that the schema has reference to the namespace

<xs:schema targetNamespace=<<...>> xmlns:xs-"http://www.w3.org/2001/XMLSchema">

Or, can you share the schema, so that we can have a look, where it is going wrong.

Thanks

Mona

former_member186851
Active Contributor
0 Kudos

Hello Ritu,

check the below link as well

Former Member
0 Kudos

Hi Raghu

I did check it out earlier too & followed the exact same steps - not sure if we are missing any XSD's.

Anything I need to check in particular ?!

Thanks,

Ritu

former_member186851
Active Contributor
0 Kudos

Hello Ritu,

Check the link shared by Inaki,

Also make sure you have all dependant XSDs in place.

iaki_vila
Active Contributor
0 Kudos

Hi Ritu,

Check this document to know what is support and what is not supported:

Regards.