Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joeatsatachi

  1. joeatsatachi

    cf7 admin api setSecuritySandbox method of security.cfc

    thanks TruthInSatire I post my question on the live document and hope i can get an answer soon
  2. joeatsatachi

    cf7 admin api setSecuritySandbox method of security.cfc

    hi I am working on the setSecuritySandbox method of security.cfc in CFAdmin API. It takes an array of stucture which define the sandbox security rules. An complete example as following (by dump a sandbox) 1 struct ACTION [empty string] CLASS java.io.SerializablePermission TARGET...
  3. joeatsatachi

    convert an array of stucture into array of object type

    Hi I have a problem of send argument to a web service which take an array of structure as argument. anyone know how to convert a array of structure to an array of object which can be recognise by external web service? the error i got is "BC30333: Value of type '1-dimensional array of...
  4. joeatsatachi

    send structure of array parameter from asp.net page to web service

    (Type your message here) -------------------------------- From: zhou yu hi I am working on consume coldfusion service in asp.net page. the web service has a required parameter of structure of array.I did the follow code <script language="c#" runat="server"> struct param { public string action...
  5. joeatsatachi

    post structure of array from asp.net page to external web service

    (Type your message here) -------------------------------- From: zhou yu hi I am working on consume coldfusion service in asp.net page. the web service has a required parameter of structure of array.I did the follow code <script language="c#" runat="server"> struct param { public string action...

Part and Inventory Search

Back
Top