JDE 'Inventory Manager' Web Service - JP410000 -

wayne qiu

Member
JDE \'Inventory Manager\' Web Service - JP410000 -

Wondering if anyone here is using JDE out-of-box web services (inventory manager - JP410000) or considering using this web service. We're integrating our engineering system to jde 9.0 and for this project we need to create Item master/branch records. But it looks that this web service does not have operations of 'processItemBranchRecord' nor 'processLocationRecord'. Please share any ideas of your using this inventory-related web service.
 
Re: JDE \'Inventory Manager\' Web Service - JP410000 -

If the feature you need doesnt exists in standard bssvs then you can always expose the existing functions or write your custom function to perform one. I had to write custom function to do this for B/P record creation this was however a year before.
You dont have E1 version posted so can't help you much.

Chan
 
Re: JDE \'Inventory Manager\' Web Service - JP410000 -

If you're on 9.0, then take a look at ESU JL14875 which contains method processInventoryItems (J4100020), which calls processInventoryItemBranch (J4100030). They are not published methods, but are used by the EngineeringChangeOrderManager class (JP300000). However, you could perhaps create your own published service to call them.

Dave
 
Re: JDE \'Inventory Manager\' Web Service - JP410000 -

[ QUOTE ]
If you're on 9.0, then take a look at ESU JL14875 which contains method processInventoryItems (J4100020), which calls processInventoryItemBranch (J4100030). They are not published methods, but are used by the EngineeringChangeOrderManager class (JP300000). However, you could perhaps create your own published service to call them.

Dave

[/ QUOTE ]

you're great Dave!!!! thank you very much
 
Back
Top