SoapUI Request Handcrafted for .Net Remoting Service

SoapUI is an wonderful time saving tool to test your codes. Yes, it does allow you to add wsdl and auto configure the request envelop but would not it be nice if you know how to handcraft the soap request when you don’t have the wsdl? Here is a simple example that I used to test .net remoting service but you can apply the same steps to configure request to test services running on other technologies.

[code language=”xml”]










Any
${=java.util.UUID.randomUUID()}
${=new java.text.SimpleDateFormat(“yyyy-MM-dd’T’HH:mm:ssZ”).format(new Date())}




500
123



[/code]

Original posting at SoapUI:
http://www.soapui.org/forum/viewtopic.php?f=5&t=14719

Leave a Reply