Hi,
I have a question regarding namespace prefix in a message.
My interface is from ECC over proxy to PI over http to 3rd party system.
I created Service Interface in PI and did some tests with 3rd party system.
The testdata that PI creates has namespace prefix ns0, as it is also in the xsd i gave to 3rd party system.
But now in ECC they have created Proxy implementation and send a testmessage, the namespace prefix is not ns0, instead it is n0.
Now for PI this is no problem cause it doesn't really check the message, but the 'wrong' namespace prefix causes errors in the 3rd party system.
Question: why and how and where does ECC create or use the namespace n0 instead of ns0?
Regards
Robert