Thread: How i can call refrence function inside web serviese

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    3

    How i can call refrence function inside web serviese

    hi every one,

    i have this sing for the function inside ac.dll

    public static ac.Shared.CallResult Create(ac.Shared.CallContext callContext, string userGroupName, string userGroupDescription, int rowId, short versionNumber, out int id)

    Member of ac.Shared.UserGroupService


    how i can call the function from my application


    thanx.

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Normally?

    I am not really sure what you are asking. Are you asking if you can call a function with an out parameter in a web method. Or asking if you can have a out parameter in a web method?
    Woop?

  3. #3
    Registered User
    Join Date
    Feb 2010
    Posts
    3
    i have this file 'ac.dll' and i added to my applicaton Refrences

    i want to call this mothe and use it in my application how can i define that

  4. #4
    eh ya hoser, got a beer? stumon's Avatar
    Join Date
    Feb 2003
    Posts
    323
    What kind of application are you creating? You mentioned a web service...
    The keyboard is the standard device used to cause computer errors!

  5. #5
    Registered User
    Join Date
    Feb 2010
    Posts
    3
    my application is web servies written by c#

  6. #6
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    You need to figure out the namespace the dll functions are in and just call them normally.
    Woop?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  2. Troubleshooting Input Function
    By SiliconHobo in forum C Programming
    Replies: 14
    Last Post: 12-05-2007, 07:18 AM
  3. temperature sensors
    By danko in forum C Programming
    Replies: 22
    Last Post: 07-10-2007, 07:26 PM
  4. how to get function call stack
    By George2 in forum C Programming
    Replies: 18
    Last Post: 11-11-2006, 07:51 AM
  5. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM