cancel
Showing results for 
Search instead for 
Did you mean: 

Update Quality and genealogy for Material

Former Member
0 Kudos

Hi All,

I am new to the ME environment. I am trying to understand what way (web service or API) we could update the quality and genealogy information of material in ME from SAP MII system.

I am often confused with terminology web service and API in ME.

Thanks,

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I understood now.

Thanks

Mahesh

Former Member
0 Kudos

Hello,

There are standard webservices available in ME, these webservices can be called in xMII or in SoapUI and you can send HTTP post to these webservices to update the information in ME.

goto:

http://localhost:50000/wsnavigator

click on provider system and search:

SAP ME standard webservices are genrally on: http://sap.com/xi/ME

click on any webservice on above name[path and then click on the service information Bar where you can see the path of WSDL for that particular WEB service , typically looks like: http://dmzsv844.atosorigin-ica.com:80/manufacturing-services/BOMServiceService?wsdl&mode=ws_policy

Remove &mode=ws_policy to get the correct webservice path.

which can be copied and used in MII or soap UI to access the WS.

Also in your custom application you can call these webservices using the WSDL path and perform various actions in ME.

API are set of classes/interface and methodes provided with SAP ME SDK. Using the set of standard API we can built our own webservices and deploy them on ME.

Refer the Webservice guide provided by SAP for more information about Webservices.

Regards,

Pushkar