all groups > dotnet web services > january 2008 > threads for january 1 - 7, 2008
Filter by week: 1 2 3 4 5
calling windows service from webservice
Posted by leo2 at 1/7/2008 9:56:01 PM
Hi All,
I have a question which might be a beginner's question.
I have a webservice whose webmethod has to call a window's service and get
back the results.
What is the best way to implement this scenario.
I am asking this as windows service is an exe and i could not figure out a
way ... more >>
What is outputtrace.webinfo and inputtrace.webinfo?
Posted by John at 1/7/2008 7:24:05 PM
Does anyone know what outputtrace.webinfo and inputtrace.webinfo are for?
Is this just a track of everything sent and received to the webservice?
Is this a security problem to have these?
Can I switch it off?
Thank you for any help
John
... more >>
WCF: Problem with CallbackContract and WinForms-Client
Posted by Markus Strobl at 1/7/2008 10:39:05 AM
Hi!
I've created a WCF Service using netTcpBinding which exposes a Callback
Contract so clients can get notified about specific events.
It actually worked when the client was a Console Client but as soon as i use
this callback-stuff from within a WinForms client the callback just doesn't
... more >>
publishing Hello World to local IIS
Posted by cj at 1/7/2008 10:28:48 AM
Perhaps someone knows how to do this. When I open a new ASP.NET web
service application in VS 2008, it opens with a simple Hello World web
service already written. I want to see this work. Without changing a
thing I built the solution and published it to localhost default web
site. How c... more >>
Error 503 Service Unavailable using VS2005 and Vista IIS 7.0
Posted by Rick at 1/3/2008 2:44:07 PM
I am trying to set up a WCF service using VS2005 on Vista using IIS 7.0.
I created a website, selecting a WCF Service template and
http://localhost/ServiceName. Even the most simple project when I try to
navigate to the http:/localhost/ServiceName/Service.svc always gives me the
error "HTTP... more >>
writing How To on web services..did I miss anything
Posted by jranan at 1/3/2008 1:56:01 PM
I have been tasked with writing a How To document for my organization. I have
written web services before but am undertaking this endeavor. I have started
with a priliminary list of what I think should be involved in this document.
Can anyone think of anything I missed?
what do we need to d... more >>
calling axis webserivce with credentials in header
Posted by Kjartan Furnes at 1/3/2008 9:35:24 AM
Hi,
I'm trying to access a webservice on an axis server from my .net client
(c#). First I have to call a login service that returns a session ID. This
session id should then be added to the header of the actual webserivce call
together with a userid and version number. The header should loo... more >>
Converting an endpoint from a config file to code
Posted by michael sorens at 1/2/2008 10:25:01 AM
As a baseline, I have a working client and service, each of which uses an
app.config file to specify the connections in the <system.serviceModel>
section.
What I need to do, however, is connect to the WCF service via a COM
interface. As I see it, my client then does not have access to the
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problems with namespaces
Posted by Simon at 1/2/2008 8:54:55 AM
I have problem with namespaces. I have a program that consumes the web
service and has for instance names space nsProgram. In this program I have
defined several classes that I use for storing and handling internal
information. Than I have web service, that also uses the same classes (I
incl... more >>
Trouble with complex return types
Posted by sebastian.mattar@gmail.com at 1/2/2008 3:11:50 AM
HI there!
I am trying to consume a web service implemented in Perl (SOAP::Lite)
using VS Express 2008. I already implemented a client in java without
problems.
I succeeded in calling the web service, but the SOAP-Call returns a
complex type which is not handled correctly.
Invoke() throws a... more >>
|