-
Notifications
You must be signed in to change notification settings - Fork 0
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 1.2 support on akka-camel-cxf-weather #1
Comments
Maybe you probable have to generate a new WSDL that allows binding to SOAP 1.2. |
Hi, Javier I tried to regenerate the java code after using wsdl2soap, but it still But I found some round ways to make it, I append a bindingId property to val uri = "cxf:http://192.168.0.104:8888/?" + And it works! ren xiao 2016-07-31 19:41 GMT+08:00 Javier Santos [email protected]:
|
Glad to hear so! If I you need help with anything, please feel free to ask :-) Regards, Javier |
Hi, Javier I encountered another problem, also related with soap, maybe you can help :) in the java interface file generated from onvif org wsdl, there are some
http://www.onvif.org/ver10/device/wsdl/GetDeviceInformation") you can see that it only has @ResponseWrapper annotation but [MyActorSystem-akka.actor.default-dispatcher-2] INFO 2016-07-31 23:21 GMT+08:00 Javier Santos [email protected]:
|
btw, I also used wireshark and observed that the soap server got the thanks in advance! 2016-08-01 13:41 GMT+08:00 ren xiao [email protected]:
|
I wonder how to switch to soap 1.2 binding: changing the uri in MyProducerActor? or modify params in the test unit? I just have no clue on where can I put this soap version related information in the code or in the wsdl file.
The text was updated successfully, but these errors were encountered: