[snip[ > > The original XML (got it from JDOM's XMLOutputter) is > > > > <?xml version=3D"1.0" encoding=3D"UTF-8"?> > > <s:Envelope xmlns:s=3D"http://schemas.xmlsoap.org/soap/envelope/"> > > <s:Body> > > <search xmlns=3D"urn:Product"> > > That does not look right - what is that 3D doing in there? >
Uh, ehm, ops, I did a wrong cut'n'paste, that '3D' are maybe garbage. The following xml is the right one: <?xml version="1.0" encoding="UTF-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <search xmlns="urn:Product"> <user_info> <name>bdol</name> <passwd>bdol</passwd> </user_info> <product_name>BIG</product_name> <operation_name>semplificata</operation_name> <parameters> <parameter> <name>date_from</name> <value>12/10/2001</value> </parameter> <parameter> <name>area</name> <value>finanza</value> </parameter> <parameter> <name>numero</name> <value>20</value> </parameter> </parameters> </search> </s:Body> </s:Envelope> Sorry (Tnx for the note!) BDOL -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Le vacanze da sogno si prenotano solo su eDreams. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=75&d=21-1
