In the request use,
${=System.curre
example :
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ode-apache-org:example:async:client"> | |
<soapenv:Header/> | |
<soapenv:Body> | |
<urn:ClientRequest> | |
<urn:id>${=java.util.UUID.randomUUID()}</urn:id> | |
<urn:input>Hello Wolrd</urn:input> | |
</urn:ClientRequest> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Update: 20th June 2014.
Another simple way to do this.
${=java.util.UUID.randomUUID()}
No comments:
Post a Comment