Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Web Services - inserting a proxy?

Reply
Thread Tools

Web Services - inserting a proxy?

 
 
Matt
Guest
Posts: n/a
 
      12-20-2005
I have what seems like an interesting issue...

We have some 3rd-Party enterprise PLM software here, which uses a web
services interface to go between the GUI client and the server...

I'm interested in putting some kind of proxy service between the client and
the server (a secondary server application which could catch requests,
inspect them, and pass them on to the actual web service)... I have limited
ability to change the client application - so I probably have to replicate at
least the names of the 5-6 services...

Can anyone give me recommendations on how to approach this problem? I feel
like I have to attack it higher in the stack than I'm currently working (I
replicated one service, but I had to implement each webmethod individually -
I'd like something higher level where I could just catch the SOAP request and
forward it).

Thanks in Advance,
Matt

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Start Web services as Windows Services start Anup ASP .Net 1 05-09-2006 11:44 AM
How .NET web services client handles exceptions from Java web services? John ASP .Net Web Services 4 03-31-2006 10:13 PM
What is the difference between C# windows Services and web services in vs.net? Nick ASP .Net 1 09-12-2005 02:33 PM
problem inserting to Oracle with web services anon ASP .Net Web Services 1 01-11-2004 06:32 PM
how to implement Services Interface Tier (web services) Szymi MCSD 0 11-03-2003 10:50 AM



Advertisments
 



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