Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lucuma 261 posts 563 karma points
    Nov 22, 2010 @ 22:47
    lucuma
    0

    Packages and Webservice

    I have some stuff I'd like to try to submit as a package and have one questions.  Let me describe the package first.   It basically allows you to define a list of terms for your website and if they show up in the bodyText it will add context sensitive tooltips to them with the definition you've added for the term. (you can see it here http://conchadeltoro.com/ by hovering over the yellow words).  Anyways, this package is:

    1.  Webservice for the word lookups.. I am doing the replacements on the client side for now.

    2.  Jquery plugins

    3.  Css files

    4.  Icon

    What I don't get is how to register the webservice to work. I modified the config file per the wiki but I don't know is this something that someone has to do manually or is there some explicit instructions on how to do this on a package install?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Nov 22, 2010 @ 22:56
    Jeroen Breuer
    1

    Maybe this is usefull: http://shazwazza.com/post/How-to-embed-ASMX-web-services-in-a-DLL.aspx.

    The Multi Node Tree Picker in uComponents also uses a webservice. If you look at the soure code you can find out how it's done.

    Jeroen

  • lucuma 261 posts 563 karma points
    Nov 22, 2010 @ 23:39
    lucuma
    0

    Thanks though that seems to be with regards to internal webservices. Will that work for public ones as well which is what I'm trying to do.

Please Sign in or register to post replies

Write your reply to:

Draft