I started working again on a project I started a few years ago (code available here: http://code.google.com/p/mipnp/). It\'s a UPnP mediaserver that can stream media to an x
THe issue is that the wsdl has:
but the request is sending:
SOAPACTION: "urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsAuthorized"
There are a couple options:
1) You could update the WSDL to include that string as the soapAction and regenerate all the code and such.
2) You could write a CXF interceptor that removes the soapAction from the request headers (or sets it to "" like the wsdl states)