PHP Soap - how to build headers correctly

argothiusz

New Member
Hi i need to build a soap header which is comming in the following format (i have ommited all but the relevant sections:\[code\]<MYHeader xmlns="namespace goes here"; id="123456" time="2008-05-11T19:50:99.0274350+01:00"> <OTHERTAGS></OTHERTAGS></MYHeader>\[/code\]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?
 
Back
Top