Issue Details (XML | Word | Printable)

Key: AXISCPP-354
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Roshan Weerasuriya
Reporter: rinsad ahmed
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

Prefixing Header Blocks

Created: 05/Jan/05 07:25 PM   Updated: 05/Jan/05 07:44 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 05/Jan/05 07:43 PM


 Description  « Hide
I require to specify the namespace, in the Envelope level and use the corresponding prefix in HeaderBlocks. What I need is, when I specify the namespace uri for a HeaderBlock on creation, it should search for the uri in the Envelope level and put the corresponding prefix for the headerblock.
Currently it is not possible.
eg:-
<S:Envelope
  xmlns:S="http://www.w3.org/2003/05/soap-envelope"
  xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
  xmlns:f123="http://www.fabrikam123.example/svc53">
  <S:Header>
    <wsa:MessageID>
      uuid:aaaabbbb-cccc-dddd-eeee-wwwwwwwwwww
    </wsa:MessageID>



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order