Is there any body workign with WSE here ?

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Is there any body workign with WSE here ?

    Hello,
    I m sorry if i m posting this question to a wrong newsgroup but it seems to
    me that WSE forum is near to death as there is no activity. Is there any
    body who has worked with WS-Policy here ?
    I am trying to restrict access to a particular method in my webservice but i
    cannot get it done, if i remove the defautlOperation element from the web
    service, my client gets SERVER not Available error. I m stuck very badly
    please some body help me out by pasting a small sample policy elements show
    how to restrict a webservice method on a local machine

    Regards,
    Roger
    <endpoint
    uri="http://localhost/EW3.Utilities.ASPNetUpload.WebService/UploadWebservice
    ..asmx">

    <defaultOperation>

    <request policy="#policy-c0a22319-6b89-49ff-9b82-bdbac5f04618" />

    <response policy="" />

    <fault policy="" />

    </defaultOperation>

    </endpoint>


    roger Guest

  2. Similar Questions and Discussions

    1. Can any body help me?
      Hi, I've just downloaded the developer version of Flash Media Server for testing but am having problems even setting up a stream. I'm totally...
    2. html and body tag
      Hi there, Could someone explain what the difference between the html tag and body tag is. What exactly is the purpose of the html tag Isn't...
    3. Ereg: select all text between <BODY> </BODY> tags..
      Hi yes it is possible. You can use ereg() to acoomplish this "Marco Snoek" <@DONT _ YOU^DARE%SEND/SPAM!!!@remove/this@remove/this> wrote in...
    4. insert image...not workign out!
      hi i created a table and a field with blob datatype. now i want to insert an image into the mysql database. i tried through normal insert...
    5. Wanted: D30 Body
      Hi, Anyone looking to sell their D30 body email me with prices. Cheers Jag2x gonsaj@iinet.net.au
  3. #2

    Default Re: Is there any body workign with WSE here ?

    I'm having the same problem.. But only when using the x509 stuff on a
    dev server.. I have it all working fine on my local machine though...
    Rich

    roger wrote:
    > Hello,
    > I m sorry if i m posting this question to a wrong newsgroup but it seems to
    > me that WSE forum is near to death as there is no activity. Is there any
    > body who has worked with WS-Policy here ?
    > I am trying to restrict access to a particular method in my webservice but i
    > cannot get it done, if i remove the defautlOperation element from the web
    > service, my client gets SERVER not Available error. I m stuck very badly
    > please some body help me out by pasting a small sample policy elements show
    > how to restrict a webservice method on a local machine
    >
    > Regards,
    > Roger
    > <endpoint
    > uri="http://localhost/EW3.Utilities.ASPNetUpload.WebService/UploadWebservice
    > .asmx">
    >
    > <defaultOperation>
    >
    > <request policy="#policy-c0a22319-6b89-49ff-9b82-bdbac5f04618" />
    >
    > <response policy="" />
    >
    > <fault policy="" />
    >
    > </defaultOperation>
    >
    > </endpoint>
    Richard.J.Trawinski.Jr@CitiGroup.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139