-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Soap Security Header #37
Comments
generally yes. I suggest you to have a look at #9 |
Because I've this wsdl : https://cmtpi.siteminder.com/siteconnect/services/siteconnect_v1.1.0.wsdl And process to generate PHP classes and metadatas give me this error: My yml is like this: |
In this case I can't solve where the problem is. |
Or should I take all the commit changes that you mentioned above? |
as you can see #9 is not complete, you can try to continue on it |
But adding the namespace in the yml could not deserialize the headers? |
not really. WSI headers are too complex |
Sorry for the inconvenience, because I don't know very well what generates the problem. If I create the metadatas, headerHandlers and PHP classes from the SoapSecuritym. What do you think would be the next step when processing the header of the wsdl that you have given me? The library xsd2php accept the attributes: I think this is in YamlDriver but I can see. Sorry for this. Is for try to solve the problem because for my project I need to be able to process those headers. Thanks for advance, |
Any update about this? Sorry for disturb |
And another simple question: The attributes in yml: any_element and any_attribute are available in xsd2php project? Because I have the following error: Call to undefined method WssWsSecurity\Secext\Security::addToAnyElement() |
I suggest you to have a look at as #9 |
It's possible to skips this headers in the process to convert wsdl in php classes and SoapContainer? Because always return the same: Can't find the Attribute named {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}#Id. |
Because I need to generate the metadata and PHP classes from this wsdl: https://cmtpi.siteminder.com/siteconnect/services/siteconnect_v1.1.0.wsdl |
These namespaces must be indicated in the config.yml? Thanks a lot.
The text was updated successfully, but these errors were encountered: