Skip to content

Commit

Permalink
remove some prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Nov 13, 2023
1 parent 6f7a41c commit 32da0a5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/unit/ngsiv2/contextRequests/singleMeasureSoapXml.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@
"data": {
"type": "None",
"value": {
"soap:Envelope": {
"Envelope": {
"$": {
"xmlns:soap": "http://www.w3.org/2003/05/soap-envelope"
},
"soapenv:Header": [
"Header": [
{
"$": {
"xmlns:soapenv": "http://www.w3.org/2003/05/soap-envelope"
}
}
],
"soapenv:Body": [
"Body": [
{
"$": {
"xmlns:soapenv": "http://www.w3.org/2003/05/soap-envelope"
},
"ns21:notificationEventRequest": [
"notificationEventRequest": [
{
"$": {
"xmlns:ns21": "http://myurl.com"
},
"ns21:Param1": [
"Param1": [
"ABC12345"
],
"ns21:Param2": [
"Param2": [
""
],
"ns21:Date": [
"Date": [
"28/09/2023 11:48:15 +0000"
],
"ns21:NestedAttr": [
"NestedAttr": [
{
"ns21:SubAttr": [
"SubAttr": [
"This is a description"
]
}
],
"ns21:Status": [
"Status": [
"Assigned"
],
"ns21:OriginSystem": [
"OriginSystem": [
""
]
}
Expand Down

0 comments on commit 32da0a5

Please sign in to comment.