cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Proxy Creation: interface uses external and internal message definitions

Former Member
0 Kudos

Hi experts,

I'm creating a synchronous scenario in Pi 7.0.

I have create MIOS message interface with:

Input message: an external definition (a XSD scheme)

Output message: a MT message type

Now when I create proxy it raise the error: Interface uses external and internal message definitions.

How to solve this problem?

Note that XSD scheme has thousand of fields...

Thanks

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Fabio,

You can't generate Proxy which has combination of message type with some other like External definition.

So what you can do is Export the XSD of Message type and again import the same as external definition now in service interface you can maintain both External definition.

Regards,

Manoj

Former Member
0 Kudos

Thank You !! it works!!

Fabio

Answers (0)