K
Keith Chadwick
Morning folks (Dan),
Been doing a lot of reading on web services and will be going out to
purchase a book today specificaly on web services. Any recommendations on a
book?
Been reading a lot on creating a proxy of a web service which seems to me to
be nothing more than a pointer to the actual compiled web service dll?
Here is my scenario. I will have about 10 or 12 web services each providing
access to specific classes within my application, for example:
wsContacts
wsMail
wsCalendar
wsRegistrations
Each of these web services has there own unique name space, for example:
wsContacts namespace=http://www.evententerprise/schemas/2004/contacts
wsMail namespace=http://www.evententerprise/schemas/2005/mail
The primary consumer of my web services is the same web application that
contains the web services. For example my contacts interface uses dim
contact as new wsContacts. Obviously I do not need a proxy class in this
case, correct?
If I wish to expose these services to other applications do I need to do
anything special? Am I correct in my understanding that the consumer would
create a proxy reference to the service they need? But can not the consumer
simply create a http request to the service to get and submit the
information? Each of my web services supports HttpGet, HttpPost and
HttpSoap. Each service requires a login key they get from a base web
service I have created. Are there security concerns I need to look out for.
My consumers could and will be the following. Other web sites both server
and client side in any language and most likely some windows CE devices. Is
there anything I need to do in order to make my web services available to
these consumers?
My web services also make use of a common class within my web application
that manages login , session and querystring parameters along with
application state and some other issues. Am I going to run into problems
because my web services do not really stand alone because of this?
Cheers
Keith
Been doing a lot of reading on web services and will be going out to
purchase a book today specificaly on web services. Any recommendations on a
book?
Been reading a lot on creating a proxy of a web service which seems to me to
be nothing more than a pointer to the actual compiled web service dll?
Here is my scenario. I will have about 10 or 12 web services each providing
access to specific classes within my application, for example:
wsContacts
wsMail
wsCalendar
wsRegistrations
Each of these web services has there own unique name space, for example:
wsContacts namespace=http://www.evententerprise/schemas/2004/contacts
wsMail namespace=http://www.evententerprise/schemas/2005/mail
The primary consumer of my web services is the same web application that
contains the web services. For example my contacts interface uses dim
contact as new wsContacts. Obviously I do not need a proxy class in this
case, correct?
If I wish to expose these services to other applications do I need to do
anything special? Am I correct in my understanding that the consumer would
create a proxy reference to the service they need? But can not the consumer
simply create a http request to the service to get and submit the
information? Each of my web services supports HttpGet, HttpPost and
HttpSoap. Each service requires a login key they get from a base web
service I have created. Are there security concerns I need to look out for.
My consumers could and will be the following. Other web sites both server
and client side in any language and most likely some windows CE devices. Is
there anything I need to do in order to make my web services available to
these consumers?
My web services also make use of a common class within my web application
that manages login , session and querystring parameters along with
application state and some other issues. Am I going to run into problems
because my web services do not really stand alone because of this?
Cheers
Keith