cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL - IDOC metadata namespace

silentbull
Participant
0 Kudos

Hello

My third party will need to send me ORDERS idoc xml for which I have given them the WSDL.

When we tested for some other scenario for the same third party with simple structure which was created from scratch in PI, it works fine.

But when we try to send the orders.xml by the third party, they are getting some namespace issue.  Attached screenshot of the error.

I have tried loaded the metadata of idoc and tried creating Service Interface with idoc type and external definition type, still same issue.

Regards

Sam

Accepted Solutions (0)

Answers (2)

Answers (2)

Harish
Active Contributor
0 Kudos

Hi Sam,

From the error it seems you are using standard Order.Order05 as interface/IDOC name. You need to export the IDOC structure as XSD and import into WSDL. Then create the interface with different name. That should not give this issue.

regards,

Harish

former_member186851
Active Contributor
0 Kudos

Hello Sam,

Namespace should be the problem,because Idoc uses standard namespace.

Just use the IDOC message type in Service interface and then try.