robrichards / wse-php

Libraries for adding WS-* support to ext/soap in PHP
129 stars 92 forks source link

how to sign timestamp #53

Closed gmisterk closed 4 years ago

gmisterk commented 5 years ago

hi all,

I discover soap with wse. But i am confronted to a problem, i use a certificat x509 to reach a webservice but this server need a signed timestamp.

Anybody have already tried to sign a timestamp ?

thijzert commented 5 years ago

On the off-chance I can save you the three months of debugging I just went through: are you getting the error A required timestamp is not found? If so, you may want to try setting the Content-Type of your transport request to text/xml rather than application/xml. (Yes, I'm serious.)

robrichards commented 4 years ago

please re-open if there is still an issue. Closing from age