cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find the Complete documentation of SAP ME PAPI webservices?

0 Kudos
1,977

I want to get the data collection data associated with the SFC Using one of the webservice i.e sfcDataServiceWSService but I donnt know what to pass in the parameters. I am using the SOAP UI for testing.

Please find the sample code

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mep="mepapi:com:sap:me:production" xmlns:prod="http://www.sap.com/me/production">

<soapenv:Header/>

<soapenv:Body>

<mep:findSfcDataBySfc> <!--Optional:--> <mep:Site>?</mep:Site> <!--Optional:--> <mep:RequestContext></mep:RequestContext>

<!--Optional:-->

<mep:Request> <!--Optional:-->

<prod:sfcRef>?</prod:sfcRef> </mep:Request>

</mep:findSfcDataBySfc> </soapenv:Body> </soapenv:Envelope>

What to pass in "?" marked fields?

View Entire Topic
kumar_semmalai
Active Contributor

Hello , please find the below.

http://schemas.xmlsoap.org/soap/envelope/" xmlns:mep="mepapi:com:sap:me:production" xmlns:prod=" http://www.sap.com/me/production">

<soapenv:Header/>

<soapenv:Body>

<mep:findSfcDataBySfc> <!--Optional:--> <mep:Site><Plant name or site name>ex . 1000</mep:Site> <!--Optional:--> <mep:RequestContext></mep:RequestContext>

<!--Optional:-->

<mep:Request> <!--Optional:-->

<prod:sfcRef>SFCBO:<Plant Name>,<SFC number> ( Example: SFCBO:1000,SFC000001)</prod:sfcRef> </mep:Request>

</mep:findSfcDataBySfc> </soapenv:Body> </soapenv:Envelope>