Forum Discussion

kishore_konka's avatar
kishore_konka
Occasional Contributor
16 years ago

How to Change the Sample Request's fromat while creating New SOAP UI Project

HI ,

I am Creating new Project By giving WSDL and checking Create request check box.SOAP UI is  creating the sample requests for all operations in the following fromat

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://types.ws.gw.fcubs.iflex.com">
  <soapenv:Header/>
  <soapenv:Body>
      <typ:QueryCustomerGLBreakup>?typ:QueryCustomerGLBreakup>
  soapenv:Body>
soapenv:Envelope>

But I need the sample request  in the following format 


 

 
      ?
 


Please let me know how to get the required sample request fromat