You need to sign in to do that
Don't have an account?

How to convert below code to apex! please...........
Hi all ! How to convert below code to apex! logic please...........
<oas:UsernameToken>
<oas:Username>test</oas:Username>
<oas:Password Type=>test</oas:Password>
<oas:Nonce>test</oas:Nonce>
<oas1:Created>12:00</oas1:Created>
</oas:UsernameToken>
gets its values from the data generated in test.cs , please convert this logic to APEX.
Hi
What do you want to do with that exactly?
you could do something like this
Sven