cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in importing the schema into PI

Former Member
0 Kudos

Hello Experts,

I have the xml structure.I am trying to import in PI for creating daat types.It giving the error as "No schema with targetNamespace "" can be imported to namespace " ".

But i am using different namespace wz different name.

Pls suggest.

thanks

Veeru

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

check whether the namespace and name of the data type match with the namespace and name of the XML you want to import.

thanks

Rodrigo

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Where is this xml come from ?

is it PI data type compliant ?

If yes, it should have the namespace like below:


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

Regards.

Liang

Former Member
0 Kudos

HI,

Verify the namespace defined in the xsd structure that you might be trying to import.

The namespace should be same.

Else try to import as external defination and use in message type.

Thanks

Swarup