Link to home
Start Free TrialLog in
Avatar of pdurbha
pdurbha

asked on

Sending the current datetime stamp in a SOAP Request with SOAPUI

Hi,

I need some help with XSD and SOAP

 I have an XSD that has an element called timestamp as below

<element name="timestamp" type="dateTime" minOccurs="1" />

I am compiling the XSD using JAXB compiler to publish  a WSDL. I am then importing the WSDL into SOAPUI to create the request XMLs. My request XML has this element
I would like to dynamically populate this element  with the current time stamp everytime
 <prr:timestamp></prr:timestamp>

I send the SOAP request.

Please let me know how I can do this using the XSD.
ASKER CERTIFIED SOLUTION
Avatar of Valeri
Valeri
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial