cancel
Showing results for 
Search instead for 
Did you mean: 

Error calling ME web service from MII 15.0

0 Kudos

Hi All,

After i upgraded SAP ME and MII to 15.0.3 from SAP ME 6.1.4 and MII 14.0.5 respectively, our MII web services are failing. When i analyze the issue, i found, SAP ME web service inputs are not mapped due to change in default name space. Please refer to example below. Kindly suggest me how to fix this issue.

Ex:- You are calling SfcStateServiceWSService SAP ME web service and method findSfcStepsByRefs from SAP MII,

Target Xpath:- FindOperationbySFC.findSfcStepsByRefs{/ns1:findSfcStepsByRefs/ns1:Site}

Expression:- "OR89"

Target Xpath:- FindOperationbySFC.findSfcStepsByRefs{/ns1:findSfcStepsByRefs/ns1:Request/ns4:sfcRefList}

Expression:- "SFCBO:OR89,SFC12345"

After SAP ME upgrade, the default namespace for these xml's are changed. Due to which MII transactions are failing. In above case, Default name space for sfcRefList changed as below.

FindOperationbySFC.findSfcStepsByRefs{/ns1:findSfcStepsByRefs/ns1:Request/ns2:sfcRefList}


-Adarsha.K.S

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Below note has solved all the namespace prefix issues for ME web service inputs. But still have issues with  ME web service output namespace,

  • Default namespace prefixes generated for XML nodes differ fr, note 2332123