Passing XML Request to a cfm service

muralidhar manku <[email protected]>
Newsgroups gmane.comp.lang.perl.xml
Message-ID <[email protected]>
Hi,

I am a job to send an xml request to cfm service 

my $request =
    "<FDSRequest>" .
    "  <username>xxxxx</username>" .
    "  <password>xxxxx</password>" .
    "  <sType>PFSBN</sType>" .
    "  <testmode>true</testmode>" .
    "  <detail>0</detail>" .
    "  <searchParams>" .
    "<firstName>John</firstName>" .
    "<lastName>Doe</lastName>" .
    "<state>FL</state>" .
    "  </searchParams>";
    "</FDSRequest>";

service is https://www.nationalpublicdata.com/feeds/FDSFeed.cfm
Document says to Pass the request XML to the feed URL in the variable called XML.

The question I have is how to pass a variable name XML along with xml request to the feed url. 

I tried to do with lwp . sometime it says" request has to be xml" and sometimes xml parameter is missing.

Can some one please help on this.

Thanks,
Murali


      
_______________________________________________
Perl-XML mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.