how do i do token validation involving SOAP client?
I don't understand what you mean. Could you elaborate what you have and what you are trying to do?
how do i retrieve token from a url and then validate them
What has that to do with Soap client? Soap works with XML - it has nothing to do with a token in a URL.
i want to find out how to extract the tokens form the URL and then validate it, sorry if it sounds confusing but iam suppose to use SOAP in this process
Anything in the URL can be obtained with a combination of [man]parse_url[/man] and [man]parse_str[/man]. The relevance of this to SOAP still requires explanation.
I tell you what; How about just posting the WSDL file (Or a link to it) of the Soap service you are trying to consume. That will give us a starting point.