V3 API | No SOAP Data Protocol Filters are seen in vsm with SOAPDPH
search cancel

V3 API | No SOAP Data Protocol Filters are seen in vsm with SOAPDPH

book

Article ID: 247193

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

V3 API: When using dataProtocol SOAPDPH, the deployed VS shows no Data Protocol Filters in .vsm and Request Data section is also empty on .vsi 

It is expected that the "SOAP Headers" filter is missing, but "SOAP" Data Protocol Filter should be there.

 "dataProtocol":{  
       "forRequest":true,
       "typeId":"SOAPDPH"
    }

Environment

Release : 10.7.2 and up

Component : DevTest API

Cause

The Request XML file was missing the standard <xml version> tag. 

Resolution

 
We added the below tag to the request xml file  and  did a Create VS from API Swagger,  now the API Soap DPH filter is in the VSM  and VSI  has the arguments parsed fine. 

<?xml version="1.0" encoding="utf-8"?>