Search:

Type: Posts; User: SoftecUser

Search: Search took 0.01 seconds.

  1. Re: Creating a WebService (not a client) from WSDL file

    This i kinda what I have done but it for instance forces a m: namespace on the response.

    The error I get from the webclienthelper - is that the webservice that returns a wrong structure or is it...
  2. Re: Creating a WebService (not a client) from WSDL file

    Ok been retrying this a couple of times. To test it I generated a client from the wsdl and added the webclienthelper to show the soap request and response.
    But no matter how I try to format my...
  3. Creating a WebService (not a client) from WSDL file

    Need to make a webservice in vdf 16.1 from a wsdl
    (yes the client already exists so I need to support that and not the other way around)

    Any way to do this? I have tried to make a client class...
  4. Replies
    5
    Views
    2,428

    Re: HttpTransfer, HttpPostRequest

    I figured it out....

    move "value1=value1&value2=value2&value3=value3" to sString
    move (AddressOf(sString)) to addrOfsHash
    Get AddHeader of oHttpTransfer1 "CONTENT-TYPE"...
  5. Replies
    12
    Views
    4,446

    Re: Public Key Encryption/Decryption in VDF

    You are being a bit "cryptic" :-)
    Are you saying that it is supported or that it would be nicer to have it implemented in another way?

    I would prefer a easy way to use what comes with windows...
  6. Replies
    5
    Views
    2,428

    Re: HttpTransfer, HttpPostRequest

    I am using the addheader to set content-type to application/x-www-form-urlencoded but not content length. Is that just the length of the string or? url encoded no not that either (I do not have the...
  7. Replies
    12
    Views
    4,446

    Re: Public Key Encryption/Decryption in VDF

    Hi

    That thread was to get the hash feature of the crypt.pkg to work. And it does - our problem was lack of info on where to start and what we were getting back from the functions. I asked Vincent...
  8. Replies
    5
    Views
    2,428

    HttpTransfer, HttpPostRequest

    I am trying to work with the httptransfer class in vdf11.1.
    I am using the HttpPostRequest function to post some values like if it was a form on a html page. It does the post but the post is empty....
  9. Replies
    8
    Views
    7,428

    Re: MD5 / crypt.pkg

    well crypt.pkg is a wrapper so why not just as well use that - at the moment we just needed the checksum/hash function.

    I have asked Vincent from DAW if it was possible to get this as a library...
  10. Replies
    8
    Views
    7,428

    Re: MD5 / crypt.pkg

    Got it working after we were told it was characters it returned and we just needed to convert that to hex.

    Here is the code to hash the string a:
    get HashCodeHEX of oCryptographer "" "a" to...
Results 1 to 10 of 10