on 2021 Aug 05 4:39 PM
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?
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can find the full documentation here:
SAP ME PAPI Webservice Development Guide
This link is taken from the Development Section of the SAP ME Help Portal.
I hope this is helpful.
Best regards, Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
As mentioned by Michael, use the SAP ME Help Portal - Develop Tab
Download the Javadoc Zip file, unzip it and launch index.html. You will find a lot of good information.
Note:
I found that develop Javadocs link for ME versions 15.3 and 15.4 are not currently functional. Alternatively, you can use 15.2 documentation from SAP ME Javadocs 15.2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.