Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

Send information to a WS

$
0
0

Hi CFers,

 

I have this form, and I have which send information to a web service:

 

How I can?

 

FORM

<input type="text" name="name">

<input type="text" name="cpf">

<input type="text" name="inscricaoEstadual">

<input type="text" name="email">

 

WS

<xs:complexType name="cliente">

        <xs:sequence>          

            <xs:element minOccurs="0" name="name" type="tns:clienteContato"/>

            <xs:element minOccurs="0" name="cpf" type="xs:long"/>

            <xs:element minOccurs="0" name="inscricaoEstadual" type="xs:string"/>

            <xs:element minOccurs="0" name="email" type="xs:long"/>

        </xs:sequence>

 

Tks


Viewing all articles
Browse latest Browse all 5794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>