User Profile

Collapse

Profile Sidebar

Collapse
zied
zied
Last Activity: May 22 '12, 09:11 PM
Joined: May 22 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zied
    started a topic windows vista and HTTPS

    windows vista and HTTPS

    SALAM.
    i'm working with windows vista. i made w RESTFUL web service using WCF serviceLibrary and it works correctly, but now i want secur it with a SSL certificate.
    i made a certeficate using Win32oppenSSL and when i want o add this certificate to my port using netshe commande
    Code:
    netsh http add sslcert ipport=0.0.0.0:8733 certhash=a7efc21d67c296c4e89af8fce1bab194aa4e8c5f appid={b62379fe-d0ac-420e-85a8-9cbbc8704eb8}
    ...
    See more | Go to post

  • consuming a WCF RESTFUL web service with sencha touch 1

    SALAM all.
    i'm doing a cross mobile app using sencha touch 1 and i want to consume a RESTFUL web service that i made it with WCF.
    the link ti my web service is "localhost: 8732/log/log/admin/pass/admin" and in my sencha touch 1 app, i add this code
    Code:
    Ext.Ajax.request({
       url: 'http://localhost:8732/log/log/admin/pass/admin',
      success : function(response, opts) {
          var obj = eval('('+
    ...
    See more | Go to post
No activity results to display
Show More
Working...