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

How do I read the header from the response? #135

Closed
tlam opened this issue Jan 21, 2011 · 5 comments
Closed

How do I read the header from the response? #135

tlam opened this issue Jan 21, 2011 · 5 comments

Comments

@tlam
Copy link

tlam commented Jan 21, 2011

I have the following element in my response:

soap:Header xmlns="http://webservices.test.com/definitions"   
  SessionNumber 1234ABCD SessionNumber
soap:Header

How do I read the SessionNumber from Header with a Response object?

@rubiii
Copy link
Contributor

rubiii commented Jan 22, 2011

could you create a gist/pastie containing the complete response xml?

@softwaregravy
Copy link

I'm looking for the same thing. Here's my example. How do I get the transactionId?

soap:Header4ea0512c-1fed-4d0f-ae9a-6a0dc3bfdb58/soap:Header

@tlam
Copy link
Author

tlam commented Jan 24, 2011

Here's a gist of the response: https://gist.github.com/793425

@rubiii
Copy link
Contributor

rubiii commented Jan 26, 2011

fixed with v0.8.4. please take a look at the CHANGELOG.

@tlam
Copy link
Author

tlam commented Jan 26, 2011

Looks good, thanks.

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

No branches or pull requests

3 participants