WebServices security

  • Thread starter Ludwig Wittgenstein
  • Start date
L

Ludwig Wittgenstein

Hello, all.

I'm very new to web services and I have a question about an .asmx
page. How do I find out if I am allowed to used its methods? Is there
a way you can tell whether this web service is open to the public or
not?


Thanks,
 
C

Cowboy \(Gregory A. Beamer\)

This is one of those "it depends" kind of answers.

If the user has specified the WS_Security, you should be able to see the
security requirements, like an X.509 certificate. But, many are using ideas
like adding an ID for the customer (GUID or similar) and you cannot tell by
simply querying the service. If the service is published in a public arena
and still working, you should be fine. Otherwise, you will have to look at
the site and/or contact the owner.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*********************************************
Think outside the box!
*********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top