-
Notifications
You must be signed in to change notification settings - Fork 67
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
Support of WSDL document literal warpped TYPE #77
Comments
In the SoapBundle/Ressources/config/webservice.xml I added one parameter (besimple.soap.definition.dumper.wsdl.documentwrapped.class) and one service (besimple.soap.definition.dumper.wsdl.documentwrapped)
But I need also the corresponding class so I created : It is the same of RpcLiteralRequestMessageBinde, and then my soap service generate a wsdl, but it still looking like the RPC Literal Type and my service doesn't work anymore :) that is quite normal. I guess the document_literal_wrapped is not yet supported, and started but not finished ... is it on the way ? may I help ? have you some hints to get it rights ? I suppose we have to extends the header to add the types and adapte the message
and also adapte the binding type ... Thanks for any help |
The Ressources/ServiceDefinition/Dumper/WsdlDumper.php got the "rpc" hard coded, and if I set another WsdlDumper in Ressources/config/webservice.xml
It is not taken in account.. The questions I have are : Thanks for any help |
Hy,
My application works fine with rpc-literal wsdl type, but I would like to have the document-literal-wrapped.
When I change my config for document-wrapped, I have this message :
The service "besimple.soap.context.demoapi" has a dependency on a non-existent service "besimple.soap.definition.dumper.wsdl.documentwrapped"
Do I have to configure the service somewhere ?
Thanks a lot for the bundle anyway
The text was updated successfully, but these errors were encountered: