tags:

views:

23

answers:

0

Hi i need to build a soap header which is comming in the following format (i have ommited all but the relevant sections:

<MYHeader xmlns="namespace goes here"; id="123456" time="2008-05-11T19:50:99.0274350+01:00">
     <OTHERTAGS></OTHERTAGS>
</MYHeader>

I am using phps build in soap client and am able to build normal soap headers and such but how do i specify the attributes in the opening tag that are beside the namespace? The id and the time?