Forum Discussion

Abhimanyu's avatar
Abhimanyu
New Contributor
14 years ago

require <SOAP-ENV >instead of <soapenv>

Hi,



When i import the WSDL in soapUI 3.5 ,By Default it comes as



<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Alcatel_Lucent_OSP_BPEL">

<soapenv:Header/>

<soapenv:Body>

<urn:DeviceRead>



<sess_id>1234123414144</sess_id>

<!--Optional:-->



<corr_id>junk</corr_id>

<!--Optional:-->

</urn:DeviceRead>

</soapenv:Body>

</soapenv:Envelope>







But I want it to Import as :



<SOAP-ENV:Envelope >



<SOAP-ENV:Body>



(I need it like(<SOAP-ENV>) in caption not as by default it takes it as <soapenv> )



Is there any way to import the default style in the caption one..?


I am Attaching WSDL file in Notepad...
No RepliesBe the first to reply