For Programmers: Free Programming Magazines  


Home > Archive > PERL Programming > November 2006 > Retriving SOAP tags attributes on server side









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Retriving SOAP tags attributes on server side
zing_foru

2006-11-10, 6:28 am

Hi all

I have a client program which sends nested
tags in SOAP request(XML format).
Starting tag also contains some attributes
for example

<soap:Body>
<movie hero="tom" moviename="MIB">
<director>stiven</director>
<character>
<hero>stroger</hero>
</character>
</movie>
</soap:Body>

Want to retrive attributes of the first tag i.e. movie tag.

On the server side I want to fetch this
attributes. Currently I am using SOAP::Transport::HTTP::daemon module on server side.

Please help me

Thanx
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com