Re: Controllo della partita iva

"Cristian Costantini [email protected] [cfmentor]" <[email protected]> Wed, 27 Aug 2014 20:03:25 +0200
Newsgroups gmane.comp.cms.cold-fusion.devel.italian
Message-ID <[email protected]>
--Apple-Mail=_BF4981A2-F6C3-4C4A-A9D1-E4E4DE8343D0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

Ciao Marco,

hai provato con createObject(=91webservice=92,'http://ec.europa.eu/taxation=
_customs/vies/checkVatService.wsdl') ?

Poi non credo dipenda da CF perch=E9 una chiamata HTTP =E8 una chiamata HTT=
P :)

Cristian

Il giorno 27/ago/2014, alle ore 18:31, 'Puglia Marco' marco.puglia@business=
-e.it [cfmentor] <[email protected]> ha scritto:

>=20
> Ciao a tutti, =E8 una vita che non scrivo, ora per=F2 ho un grosso proble=
ma che non riesco a risolvere.
>=20
> Sto provando ad interfacciarmi con un webservice per verificare la corret=
tezza di una partita iva.
>=20
>=20=20
>=20
> In particolare sto cercando di utilizzare questo:
>=20
> http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl
>=20
>=20=20
>=20
> Con questo codice:
>=20
> <cfsavecontent variable=3D"wsSoapRequest">
>=20
> <cfoutput>
>=20
> <?xml version=3D"1.0" encoding=3D"UTF-8"?>
>=20
> <SOAP-ENV:Envelope xmlns:SOAP-ENV=3D"http://schemas.xmlsoap.org/soap/enve=
lope/" xmlns:ns1=3D"urn:ec.europa.eu:taxud:vies:services:checkVat:types">
>=20
>   <SOAP-ENV:Body>
>=20
>     <ns1:checkVat>
>=20
>       <ns1:countryCode>IT</ns1:countryCode>
>=20
>       <ns1:vatNumber>02019960398</ns1:vatNumber>
>=20
>     </ns1:checkVat>
>=20
>   </SOAP-ENV:Body>
>=20
> </SOAP-ENV:Envelope>
>=20
> </cfoutput>
>=20
> </cfsavecontent>
>=20
>=20=20
>=20
> <cfhttp url=3D"http://ec.europa.eu/taxation_customs/vies/checkVatService.=
wsdl" method=3D"post">
>=20
>      <cfhttpparam name=3D"Content-Type" type=3D"header" value=3D"text/xml=
; charset=3Dutf-8">
>=20
>      <cfhttpparam name=3D"accept-encoding" type=3D"header" value=3D"no-co=
mpression">
>=20
>      <cfhttpparam name=3D"SOAPAction" type=3D"HEADER" value=3D"checkVat">
>=20
>      <cfhttpparam name=3D"body" type=3D"xml" value=3D"#trim(wsSoapRequest=
)#">
>=20
> </cfhttp>
>=20
>=20=20
>=20
> La risposta per=F2 =E8 sempre la stessa, la struttura dell=92xml, senza n=
essuna traccia del risultato.
>=20
> Ho notato che nella variabile cfhttp, alla voce mimetype c=92=E8 questo v=
alore: Unable to determine MIME type of file.
>=20
>=20=20
>=20
> Con lo stesso codice ho provato ad interrogare un altro webservice e funz=
iona senza problemi, provando invece questo webservice con un servizio onli=
ne (http://wsdlbrowser.com/) la risposta =E8 corretta.
>=20
>=20=20
>=20
> Non capisco quindi se c=92=E8 un problema di programmazione, di webservic=
e oppure semplicemente non =E8 compatibile con Coldfusion.
>=20
>=20=20
>=20
> In alternativa conoscete qualche altro modo per controllare la partita iv=
a all=92interno della comunit=E0 europea?
>=20
>=20=20
>=20
> Grazie
>=20
> Ciao
>=20
>=20=20
>=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D
> Marco Puglia
> Project Manager
> Business-e S.p.A. (an Itway Group Company)
>=20
> Via F.lli Lumi=E8re, 65 - 48010 Ravenna
>=20
> Tel. +39 0544.460413 - Fax +39 0544.272297
>=20
> Cell. 348 4759233
>=20
>=20
> Italy, France, Spain, Portugal, Greece, Turkey=20
> Ravenna, Milano, Trento, Bari, Massa, Roma
> Paris, Barcelona, Madrid, Lisboa, Athina, Istanbul, Ankara
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D
>=20
>=20=20
>=20
>=20
>=20


--Apple-Mail=_BF4981A2-F6C3-4C4A-A9D1-E4E4DE8343D0
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable





<head>

<style type=3D"text/css">
<!--

/* start of attachment style */
       .ygrp-photo-title{
         clear: both;
         font-size: smaller;
         height: 15px;
         overflow: hidden;
         text-align: center;
         width: 75px;
       }
       div.ygrp-photo{
         background-position: center;
         background-repeat: no-repeat;
         background-color: white;
         border: 1px solid black;
         height: 62px;
         width: 62px;
       }

       div.photo-title=20
         a,
         div.photo-title a:active,
         div.photo-title a:hover,
         div.photo-title a:visited {
           text-decoration: none;=20
       }

       div.attach-table div.attach-row {
         clear: both;
       }

       div.attach-table div.attach-row div {
         float: left;
         /* margin: 2px;*/
       }

       p {
         clear: both;
         padding: 15px 0 3px 0;
	 overflow: hidden;
       }

       div.ygrp-file {
         width: 30px;
         valign: middle;
       }
       div.attach-table div.attach-row div div a {
         text-decoration: none;
       }

       div.attach-table div.attach-row div div span {
         font-weight: normal;
       }

       div.ygrp-file-title {
         font-weight: bold;
       }
 /* end of attachment style */
        -->
        </style>
        </head>
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-=
mode: space; -webkit-line-break: after-white-space;">


<!-- |**|begin egp html banner|**| -->

<br><br>

<!-- |**|end egp html banner|**| -->


<div apple-content-edited=3D"true">Ciao Marco,</div><div apple-content-edit=
ed=3D"true"><br></div><div apple-content-edited=3D"true">hai provato con cr=
eateObject(=91webservice=92,'<a href=3D"http://ec.europa.eu/taxation_custom=
s/vies/checkVatService.wsdl" style=3D"line-height: 15px; font-family: Verda=
na; font-size: 13px; background-color: rgb(255, 255, 255);">http://ec.europ=
a.eu/taxation_customs/vies/checkVatService.wsdl') ?<br></a></div><div apple=
-content-edited=3D"true"><a href=3D"http://ec.europa.eu/taxation_customs/vi=
es/checkVatService.wsdl" style=3D"line-height: 15px; font-family: Verdana; =
font-size: 13px; background-color: rgb(255, 255, 255);"><br></a></div><div =
apple-content-edited=3D"true">Poi non credo dipenda da CF perch=E9 una chia=
mata HTTP =E8 una chiamata HTTP :)</div><div apple-content-edited=3D"true">=
<a href=3D"http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl" =
style=3D"line-height: 15px; font-family: Verdana; font-size: 13px; backgrou=
nd-color: rgb(255, 255, 255);"><br></a></div><div apple-content-edited=3D"t=
rue"><span style=3D"orphans: 2; widows: 2;">Cristian</span></div><div apple=
-content-edited=3D"true"><span class=3D"Apple-style-span" style=3D"border-c=
ollapse: separate; border-spacing: 0px;"><span class=3D"Apple-style-span" s=
tyle=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvet=
ica; font-style: normal; font-variant: normal; font-weight: normal; letter-=
spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-tr=
ansform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-b=
order-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webki=
t-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit=
-text-stroke-width: 0px;  "><span class=3D"Apple-style-span" style=3D"borde=
r-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-sty=
le: normal; font-variant: normal; font-weight: normal; letter-spacing: norm=
al; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none=
; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizon=
tal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decora=
tions-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-=
width: 0px;  "><div><br></div></span></span></span></div><div><div>Il giorn=
o 27/ago/2014, alle ore 18:31, 'Puglia Marco' <a href=3D"mailto:marco.pugli=
[email protected]">[email protected]</a> [cfmentor] &lt;<a href=3D"m=
ailto:[email protected]">[email protected]</a>&gt; ha scritto=
:</div><br class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><d=
iv style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; fo=
nt-variant: normal; font-weight: normal; letter-spacing: normal; line-heigh=
t: normal; orphans: auto; text-align: start; text-indent: 0px; text-transfo=
rm: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tex=
t-stroke-width: 0px; background-color: rgb(255, 255, 255); position: static=
; z-index: auto;"><div id=3D"ygrp-mlmsg" style=3D"font-size: 13px; font-fam=
ily: Arial, helvetica, clean, sans-serif; position: relative;"><div id=3D"y=
grp-msg" style=3D"line-height: 1.22em; z-index: 1;"><div id=3D"ygrp-text" s=
tyle=3D"line-height: 1.22em; font-family: Georgia;"><div style=3D"line-heig=
ht: 1.22em; margin: 0px 0px 1em;"><br class=3D"webkit-block-placeholder"></=
div><div class=3D"WordSection1" style=3D"line-height: 1.22em;"><p class=3D"=
MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;">Ciao a tutti=
, =E8 una vita che non scrivo, ora per=F2 ho un grosso problema che non rie=
sco a risolvere.<o style=3D"font-size: 0px; line-height: 1.22em;"></o></p><=
p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;">S=
to provando ad interfacciarmi con un webservice per verificare la correttez=
za di una partita iva.<o style=3D"font-size: 0px; line-height: 1.22em;"></o=
></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22=
em;"><o style=3D"font-size: 0px; line-height: 1.22em;">&nbsp;</o></p><p cla=
ss=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;">In par=
ticolare sto cercando di utilizzare questo:<o style=3D"font-size: 0px; line=
-height: 1.22em;"></o></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1=
em; line-height: 1.22em;"><a href=3D"http://ec.europa.eu/taxation_customs/v=
ies/checkVatService.wsdl" style=3D"line-height: 1.22em; font-family: Verdan=
a;">http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl</a><o st=
yle=3D"font-size: 0px; line-height: 1.22em;"></o></p><p class=3D"MsoNormal"=
 style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><o style=3D"font-size:=
 0px; line-height: 1.22em;">&nbsp;</o></p><p class=3D"MsoNormal" style=3D"m=
argin: 0px 0px 1em; line-height: 1.22em;">Con questo codice:<o style=3D"fon=
t-size: 0px; line-height: 1.22em;"></o></p><p class=3D"MsoNormal" style=3D"=
margin: 0px 0px 1em; line-height: 1.22em;"><span style=3D"line-height: 1.22=
em; font-family: 'Courier New';">&lt;cfsavecontent variable=3D"wsSoapReques=
t"&gt;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span></p><p c=
lass=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><spa=
n style=3D"line-height: 1.22em; font-family: 'Courier New';">&lt;cfoutput&g=
t;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span></p><p class=
=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><span st=
yle=3D"line-height: 1.22em; font-family: 'Courier New';">&lt;?xml version=
=3D"1.0" encoding=3D"UTF-8"?&gt;<o style=3D"font-size: 0px; line-height: 1.=
22em;"></o></span></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; =
line-height: 1.22em;"><span style=3D"line-height: 1.22em; font-family: 'Cou=
rier New';">&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=3D"<a href=3D"http://schem=
as.xmlsoap.org/soap/envelope/" style=3D"line-height: 1.22em; font-family: V=
erdana;">http://schemas.xmlsoap.org/soap/envelope/</a>" xmlns:ns1=3D"urn:ec=
.europa.eu:taxud:vies:services:checkVat:types"&gt;<o style=3D"font-size: 0p=
x; line-height: 1.22em;"></o></span></p><p class=3D"MsoNormal" style=3D"mar=
gin: 0px 0px 1em; line-height: 1.22em;"><span style=3D"line-height: 1.22em;=
 font-family: 'Courier New';">&nbsp; &lt;SOAP-ENV:Body&gt;<o style=3D"font-=
size: 0px; line-height: 1.22em;"></o></span></p><p class=3D"MsoNormal" styl=
e=3D"margin: 0px 0px 1em; line-height: 1.22em;"><span style=3D"line-height:=
 1.22em; font-family: 'Courier New';">&nbsp;&nbsp;&nbsp; &lt;ns1:checkVat&g=
t;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span></p><p class=
=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><span st=
yle=3D"line-height: 1.22em; font-family: 'Courier New';">&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp; &lt;ns1:countryCode&gt;IT&lt;/ns1:countryCode&gt;<o style=3D"f=
ont-size: 0px; line-height: 1.22em;"></o></span></p><p class=3D"MsoNormal" =
style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><span style=3D"line-hei=
ght: 1.22em; font-family: 'Courier New';">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &l=
t;ns1:vatNumber&gt;02019960398&lt;/ns1:vatNumber&gt;<o style=3D"font-size: =
0px; line-height: 1.22em;"></o></span></p><p class=3D"MsoNormal" style=3D"m=
argin: 0px 0px 1em; line-height: 1.22em;"><span style=3D"line-height: 1.22e=
m; font-family: 'Courier New';">&nbsp;&nbsp;&nbsp; &lt;/ns1:checkVat&gt;<o =
style=3D"font-size: 0px; line-height: 1.22em;"></o></span></p><p class=3D"M=
soNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><span style=
=3D"line-height: 1.22em; font-family: 'Courier New';">&nbsp; &lt;/SOAP-ENV:=
Body&gt;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span></p><p=
 class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><s=
pan style=3D"line-height: 1.22em; font-family: 'Courier New';">&lt;/SOAP-EN=
V:Envelope&gt;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span>=
</p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22e=
m;"><span style=3D"line-height: 1.22em; font-family: 'Courier New';">&lt;/c=
foutput&gt;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span></p=
><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"=
><span style=3D"line-height: 1.22em; font-family: 'Courier New';">&lt;/cfsa=
vecontent&gt;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span><=
/p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em=
;"><span style=3D"line-height: 1.22em; font-family: 'Courier New';"><o styl=
e=3D"font-size: 0px; line-height: 1.22em;">&nbsp;</o></span></p><p class=3D=
"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><span style=
=3D"line-height: 1.22em; font-family: 'Courier New';">&lt;cfhttp url=3D"<a =
href=3D"http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl" sty=
le=3D"line-height: 1.22em; font-family: Verdana;">http://ec.europa.eu/taxat=
ion_customs/vies/checkVatService.wsdl</a>" method=3D"post"&gt;<o style=3D"f=
ont-size: 0px; line-height: 1.22em;"></o></span></p><p class=3D"MsoNormal" =
style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><span style=3D"line-hei=
ght: 1.22em; font-family: 'Courier New';">&nbsp;&nbsp;&nbsp;&nbsp; &lt;cfht=
tpparam name=3D"Content-Type" type=3D"header" value=3D"text/xml; charset=3D=
utf-8"&gt;<o style=3D"font-size: 0px; line-height: 1.22em;"></o></span></p>=
<p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;">=
<span style=3D"line-height: 1.22em; font-family: 'Courier New';">&nbsp;&nbs=
p;&nbsp;&nbsp; &lt;cfhttpparam name=3D"accept-encoding" type=3D"header" val=
ue=3D"no-compression"&gt;<o style=3D"font-size: 0px; line-height: 1.22em;">=
</o></span></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-he=
ight: 1.22em;"><span style=3D"line-height: 1.22em; font-family: 'Courier Ne=
w';">&nbsp;&nbsp;&nbsp;&nbsp; &lt;cfhttpparam name=3D"SOAPAction" type=3D"H=
EADER" value=3D"checkVat"&gt;<o style=3D"font-size: 0px; line-height: 1.22e=
m;"></o></span></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; lin=
e-height: 1.22em;"><span style=3D"line-height: 1.22em; font-family: 'Courie=
r New';">&nbsp;&nbsp;&nbsp;&nbsp; &lt;cfhttpparam name=3D"body" type=3D"xml=
" value=3D"#trim(wsSoapRequest)#"&gt;<o style=3D"font-size: 0px; line-heigh=
t: 1.22em;"></o></span></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px =
1em; line-height: 1.22em;"><span style=3D"line-height: 1.22em; font-family:=
 'Courier New';">&lt;/cfhttp&gt;<o style=3D"font-size: 0px; line-height: 1.=
22em;"></o></span></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; =
line-height: 1.22em;"><o style=3D"font-size: 0px; line-height: 1.22em;">&nb=
sp;</o></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height=
: 1.22em;">La risposta per=F2 =E8 sempre la stessa, la struttura dell=92xml=
, senza nessuna traccia del risultato.<o style=3D"font-size: 0px; line-heig=
ht: 1.22em;"></o></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; l=
ine-height: 1.22em;">Ho notato che nella variabile cfhttp, alla voce mimety=
pe c=92=E8 questo valore:<span class=3D"Apple-converted-space">&nbsp;</span=
><i style=3D"line-height: 1.22em;">Unable to determine MIME type of file.<o=
 style=3D"font-size: 0px; line-height: 1.22em;"></o></i></p><p class=3D"Mso=
Normal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><o style=3D"fon=
t-size: 0px; line-height: 1.22em;">&nbsp;</o></p><p class=3D"MsoNormal" sty=
le=3D"margin: 0px 0px 1em; line-height: 1.22em;">Con lo stesso codice ho pr=
ovato ad interrogare un altro webservice e funziona senza problemi, provand=
o invece questo webservice con un servizio online (<a href=3D"http://wsdlbr=
owser.com/" style=3D"line-height: 1.22em; font-family: Verdana;">http://wsd=
lbrowser.com/</a>) la risposta =E8 corretta.<o style=3D"font-size: 0px; lin=
e-height: 1.22em;"></o></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px =
1em; line-height: 1.22em;"><o style=3D"font-size: 0px; line-height: 1.22em;=
">&nbsp;</o></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-h=
eight: 1.22em;">Non capisco quindi se c=92=E8 un problema di programmazione=
, di webservice oppure semplicemente non =E8 compatibile con Coldfusion.<o =
style=3D"font-size: 0px; line-height: 1.22em;"></o></p><p class=3D"MsoNorma=
l" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><o style=3D"font-siz=
e: 0px; line-height: 1.22em;">&nbsp;</o></p><p class=3D"MsoNormal" style=3D=
"margin: 0px 0px 1em; line-height: 1.22em;">In alternativa conoscete qualch=
e altro modo per controllare la partita iva all=92interno della comunit=E0 =
europea?<o style=3D"font-size: 0px; line-height: 1.22em;"></o></p><p class=
=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1.22em;"><o style=
=3D"font-size: 0px; line-height: 1.22em;">&nbsp;</o></p><p class=3D"MsoNorm=
al" style=3D"margin: 0px 0px 1em; line-height: 1.22em;">Grazie<o style=3D"f=
ont-size: 0px; line-height: 1.22em;"></o></p><p class=3D"MsoNormal" style=
=3D"margin: 0px 0px 1em; line-height: 1.22em;">Ciao<o style=3D"font-size: 0=
px; line-height: 1.22em;"></o></p><p class=3D"MsoNormal" style=3D"margin: 0=
px 0px 1em; line-height: 1.22em;"><o style=3D"font-size: 0px; line-height: =
1.22em;">&nbsp;</o></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em;=
 line-height: 1.22em;"><span style=3D"line-height: 1.22em; font-size: 7.5pt=
; color: rgb(31, 73, 125);">=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br style=3D"line-height=
: 1.22em;"></span><b style=3D"line-height: 1.22em;"><span style=3D"line-hei=
ght: 1.22em; color: rgb(31, 73, 125);">Marco Puglia<br style=3D"line-height=
: 1.22em;"></span></b><i style=3D"line-height: 1.22em;"><span style=3D"line=
-height: 1.22em; color: rgb(31, 73, 125);">Project&nbsp;Manager<br style=3D=
"line-height: 1.22em;"></span></i><b style=3D"line-height: 1.22em;"><span s=
tyle=3D"line-height: 1.22em; color: navy;"><a href=3D"http://www.business-e=
.it/" style=3D"line-height: 1.22em; font-family: Verdana;"><span style=3D"l=
ine-height: 1.22em; color: blue;">Business-e S.p.A.</span></a></span></b><s=
pan style=3D"line-height: 1.22em; color: rgb(31, 73, 125);">&nbsp;</span><s=
pan style=3D"line-height: 1.22em; color: navy;">(an Itway Group Company)<br=
 style=3D"line-height: 1.22em;"><br style=3D"line-height: 1.22em;"></span><=
span style=3D"line-height: 1.22em; color: rgb(31, 73, 125);">Via F.lli Lumi=
=E8re, 65 - 48010 Ravenna<o style=3D"font-size: 0px; line-height: 1.22em;">=
</o></span></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-he=
ight: 1.22em;"><span style=3D"line-height: 1.22em; color: rgb(31, 73, 125);=
">Tel. +39 0544.460413 - Fax +39 0544.272297<o style=3D"font-size: 0px; lin=
e-height: 1.22em;"></o></span></p><p class=3D"MsoNormal" style=3D"margin: 0=
px 0px 1em; line-height: 1.22em;"><span style=3D"line-height: 1.22em; color=
: rgb(31, 73, 125);">Cell. 348 4759233<o style=3D"font-size: 0px; line-heig=
ht: 1.22em;"></o></span></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px=
 1em; line-height: 1.22em;"><span style=3D"line-height: 1.22em; color: rgb(=
31, 73, 125);"><br style=3D"line-height: 1.22em;"></span><b style=3D"line-h=
eight: 1.22em;"><span style=3D"line-height: 1.22em; font-size: 7.5pt; color=
: rgb(31, 73, 125);">Italy</span></b><span style=3D"line-height: 1.22em; fo=
nt-size: 7.5pt; color: rgb(31, 73, 125);">,<span class=3D"Apple-converted-s=
pace">&nbsp;</span><b style=3D"line-height: 1.22em;">France</b>,<span class=
=3D"Apple-converted-space">&nbsp;</span><b style=3D"line-height: 1.22em;">S=
pain</b>,<span class=3D"Apple-converted-space">&nbsp;</span><b style=3D"lin=
e-height: 1.22em;">Portugal, Greece, Turkey</b><span class=3D"Apple-convert=
ed-space">&nbsp;</span><br style=3D"line-height: 1.22em;">Ravenna, Milano, =
Trento, Bari, Massa, Roma<br style=3D"line-height: 1.22em;">Paris, Barcelon=
a, Madrid, Lisboa, Athina, Istanbul, Ankara<br style=3D"line-height: 1.22em=
;">=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D</span><span style=3D"line-height: 1.22em; color: r=
gb(31, 73, 125);"><o style=3D"font-size: 0px; line-height: 1.22em;"></o></s=
pan></p><p class=3D"MsoNormal" style=3D"margin: 0px 0px 1em; line-height: 1=
.22em;"><o style=3D"font-size: 0px; line-height: 1.22em;">&nbsp;</o></p></d=
iv><div style=3D"line-height: 1.22em; margin: 0px 0px 1em;"><br class=3D"we=
bkit-block-placeholder"></div></div><div style=3D"line-height: 1.22em; colo=
r: rgb(255, 255, 255); height: 0px;"></div></div></blockquote></div><br>



<!-- |**|begin egp html banner|**| -->

<br>


<br>

<!-- |**|end egp html banner|**| -->


<div width=3D"1" style=3D"color: white; clear: both;"/>__._,_.___</div>

=20=20=20=20=20=20
=20=20

=20=20=20=20
    <div id=3D"fromDMARC" style=3D"clear:both; margin-top: 10px;">
         <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; backgroun=
d-color:#E3E3E3;">
         Inviato da: Cristian Costantini &lt;[email protected]&gt=
;         <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; backgrou=
nd-color:#E3E3E3;">
    </div>
<!-- Start Recommendations -->
<!-- End Recommendations -->


<!-- |**|begin egp html banner|**| -->

<br><br>
<tt>
CFMentor<BR>
<a href=3D"http://www.cfmentor.com">http://www.cfmentor.com</a></tt>
<br><br>

<!-- |**|end egp html banner|**| -->



<!-- |**|begin egp html banner|**| -->

  <img src=3D"http://geo.yahoo.com/serv?s=3D97490485/grpId=3D170861/grpspId=
=3D559000199/msgId=3D41901/stime=3D1409162618" width=3D"1" height=3D"1"> <b=
r>

<!-- |**|end egp html banner|**| -->

=20=20=20=20
<!-- |**|begin egp html banner|**| -->

<br>



=20=20=20
=20=20=20=20=20
=20
        <!-- |**|begin egp html banner|**| -->
        <div id=3D"ygrp-vital" style=3D"background-color: #f2f2f2; font-fam=
ily: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

        <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-tr=
ansform: uppercase; "><a href=3D"https://it.groups.yahoo.com/neo/groups/cfm=
entor/info;_ylc=3DX3oDMTJjcGdwazA1BF9TAzk3NDkwNDg3BGdycElkAzE3MDg2MQRncnBzc=
ElkAzU1OTAwMDE5OQRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE0MDkxNjI2MTg-" style=3D"t=
ext-decoration: none;">Visita il tuo gruppo</a></span>

     <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: in=
line;">
            <li style=3D"border-right: 1px solid #000; font-weight: 700; di=
splay: inline; padding: 0 5px; margin-left: 0;">
      <span class=3D"cat"><a href=3D"https://it.groups.yahoo.com/neo/groups=
/cfmentor/members/all;_ylc=3DX3oDMTJkNmM0bnB0BF9TAzk3NDkwNDg3BGdycElkAzE3MD=
g2MQRncnBzcElkAzU1OTAwMDE5OQRzZWMDdnRsBHNsawN2bWJycwRzdGltZQMxNDA5MTYyNjE4"=
 style=3D"text-decoration: none;">Nuovi iscritti</a></span>
      <span class=3D"ct" style=3D"color: #ff7900;">1</span>
    </li>
                                              </ul>
  </div>


<div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p=
x; padding: 0 2px 0 0; clear: both;">
  <a href=3D"https://it.groups.yahoo.com/neo;_ylc=3DX3oDMTJicWE0MGQyBF9TAzk=
3NDkwNDg1BGdycElkAzE3MDg2MQRncnBzcElkAzU1OTAwMDE5OQRzZWMDZnRyBHNsawNnZnAEc3=
RpbWUDMTQwOTE2MjYxOA--" style=3D"float: left;"><img src=3D"http://l.yimg.co=
m/ru/static/images/yg/img/email/new_logo/yahoo_groups_it-IT_135x19.png" hei=
ght=3D"19" width=3D"135" alt=3D"Yahoo! Gruppi" style=3D"border: 0;"/></a>
  <div style=3D"color: #747575; float: right;"> &bull; <a href=3D"https://i=
nfo.yahoo.com/privacy/it/yahoo/groups/details.html" style=3D"text-decoratio=
n: none;">Privacy</a> &bull; <a href=3D"mailto:cfmentor-unsubscribe@yahoogr=
oups.com?subject=3DAnnulla iscrizione" style=3D"text-decoration: none;">Ann=
ulla iscrizione</a> &bull; <a href=3D"https://info.yahoo.com/legal/it/yahoo=
/tos.html" style=3D"text-decoration: none;">Condizioni generali di utilizzo=
 del servizio</a> </div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

=20=20=20


  <br>

<!-- |**|end egp html banner|**| -->


<div style=3D"color: white; clear: both;"/>__,_._,___</div>
</body></html>
--Apple-Mail=_BF4981A2-F6C3-4C4A-A9D1-E4E4DE8343D0--