Skip to content
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

wsaw:UsingAddressing is ignored #40

Open
martonmiklos opened this issue Oct 23, 2013 · 0 comments
Open

wsaw:UsingAddressing is ignored #40

martonmiklos opened this issue Oct 23, 2013 · 0 comments

Comments

@martonmiklos
Copy link
Contributor

After I have solved my problems described in the issue #39 I have faced with the following errorString() from my queries:

Error downloading https://adatkuldes-teszt.nemzetidohany.gov.hu:8444/nd/MasterData.svc - server replied: Cannot process the message because the content type 'application/soap+xml;charset=utf-8;action=http://localhost/nd/communication/IMasterData/GetManufacturers' was not the expected type 'application/soap+xml; charset=utf-8'.

After some investigation I have figured out that the action part have to be removed from the content type and a soap:header tag have to be added to the soap envelope containing a wsa:Action element which contains the soap action.

My WSDL file contains an wsaw:UsingAddressing element in the wsp:Policy tag (which is unparsed by the kdwsdl2cpp).

I understand that the support for parsing the Policies would require a lot of work, but would not be a viable method to implement the parsing of the policies partially first by only looking for the wsaw:UsingAddressing element?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant