accessing a web service with complex types


hi have been struggling web service while now....

i trying send input parameters composed : applicant name( name, surname, .....) , applicant input address( hse no, street, postcode...) applicant dob(dob)....i using <cfscript> tag pass these parameters...now problem need put each complex type inside own <cfscript> tag???
ie:

stname = structnew();
stname.title = "#mr#";
stname.forename = "man";
stname.othernames = " na";
stname.applicant = "yellow";
stname.suffix="";
stname.dob = createdate(1972,06,05);

and applicant address? or enclose in under same cfscript tag??

any appreciated...thanks

critical

<cfscript> doesn't relate problem @ all. have:

<cfset stname = structnew()>
<cfset stname.title = "#mr#">
...
<cfinvokeargument name="usercomplextype" value="#stname#">


More discussions in Advanced Techniques


adobe

Comments

Popular posts from this blog

Thread: PKI Client 5.00 install (for eToken Pro)

ATmega2560-Arduino Pin Mapping

Crossfader Arduino Tutorial