cancel
Showing results for 
Search instead for 
Did you mean: 

Datatype

Former Member
0 Kudos

Hello All,

I have created a datatype DT_File2MAIL and I am trying to import an existing Source XSD structure for datatype. But i am getting the following error

"Schema to be handled does not contain a definition of type DT_FILE2MAIL".

I have changed the target namespace.

Can anyone explain what i need to do.

Thanks and Regards

Maadhu

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

try the XSD for the message type. See if it throws the same error.

Former Member
0 Kudos

I am unable to import the xsd in message type. It is asking for datatype.

I didn't create any data type.

Regards

Maadhu

Shabarish_Nair
Active Contributor
0 Kudos

your XSD is the message type in usual scenarios.

You can import the XSD in external definitions and use them in your message interface and mappings skipping the DT and MT creation.

Former Member
0 Kudos

Hi,

First create an External Definition. Then import the source XSD into that external definition. Then use that in Message Type.

Answers (2)

Answers (2)

former_member192892
Active Contributor
0 Kudos

Hi,

You need not create any message types when u have imported an external definition...

Use the external definition in ur mapping...

Regards

Varun

Former Member
0 Kudos

Hi;

Just import the XSD in your external def and use the same in your message type.

No need to create a anew data type for the same.

Mudit