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?
Request clarification before answering.
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.
User | Count |
---|---|
9 | |
2 | |
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.