Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Serviced Components calling a Web Service

Status
Not open for further replies.

ejanakieff

Programmer
Sep 9, 2003
62
ES
I make a Serviced Component (.Net Component that uses COM+) that calls a Web Services, located in another machine.

The Serviced Component is located at the Com+ Application Context, and I have defined an identity who runs this component. This identity has the right to logon as a batch job.

The calls to this component runs OK, only if the method called not include a call to a web service.

If the method include a call to a web service, it returns an error ("mscrolib or one of this dependencies not found").

If I make the identity local administrator og the machine that contains the component it runs OK!!!

Someone knows how can I resolve this problem?

Thanks,
Eva Janakieff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top