function invisible at client

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?TWFuanJlZSBHYXJn?=

    function invisible at client

    Hi,

    I created a web service library (WCF) preprocessingSe rviceLib. Hosted it as
    Windows Service and then created a client to call it. Which is working fine.
    Then I added a new function DummyTest() in the preprocessingSe rviceLib which
    is visible in the Host. But I can not access it in the client. It is not
    available in the client I can not understand why????

    Thanks for any suggestions,

    Manjree.

  • Frank Hauptlorenz

    #2
    Re: function invisible at client

    Hello Manjree,

    did you mark it as an [OperationContac t] ?

    Frank

    Manjree Garg schrieb:
    Hi,
    >
    I created a web service library (WCF) preprocessingSe rviceLib. Hosted it as
    Windows Service and then created a client to call it. Which is working fine.
    Then I added a new function DummyTest() in the preprocessingSe rviceLib which
    is visible in the Host. But I can not access it in the client. It is not
    available in the client I can not understand why????
    >
    Thanks for any suggestions,
    >
    Manjree.
    >
    >

    Comment

    • =?Utf-8?B?TWFuanJlZSBHYXJn?=

      #3
      Re: function invisible at client

      Hi Frank,

      Thanks for the reply. I sorted it out now.

      Manj.

      "Frank Hauptlorenz" wrote:
      Hello Manjree,
      >
      did you mark it as an [OperationContac t] ?
      >
      Frank
      >
      Manjree Garg schrieb:
      Hi,

      I created a web service library (WCF) preprocessingSe rviceLib. Hosted it as
      Windows Service and then created a client to call it. Which is working fine.
      Then I added a new function DummyTest() in the preprocessingSe rviceLib which
      is visible in the Host. But I can not access it in the client. It is not
      available in the client I can not understand why????

      Thanks for any suggestions,

      Manjree.
      >

      Comment

      Working...