HighTechTalks DotNet Forums  

Stub between two Web Service Applications

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Stub between two Web Service Applications in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Anbu
 
Posts: n/a

Default Stub between two Web Service Applications - 05-19-2006 , 08:52 AM






Hi all,

I have a strange problem. I have two applications written on Java and
..NET (third party application).

Both the applications are talking each other through SOAP. I need to
add a Web service in between two of these services to log few
attributes. Since one of the Web Service is not compatible to the WS-I
standards, I want to send the data from another application to this as
SoapEnvelope.

Any idea or suggestion how to implement this?

Thanks,
Anbu


Reply With Quote
  #2  
Old   
Gaurav Vaish \(EduJini.IN\)
 
Posts: n/a

Default Re: Stub between two Web Service Applications - 05-19-2006 , 01:11 PM






Only for logging?
Why not use the SOAPMonitorApplet that comes with Axis?


--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------


"Anbu" <Anbu.Thangarathinam (AT) gmail (DOT) com> wrote

Quote:
Hi all,

I have a strange problem. I have two applications written on Java and
.NET (third party application).

Both the applications are talking each other through SOAP. I need to
add a Web service in between two of these services to log few
attributes. Since one of the Web Service is not compatible to the WS-I
standards, I want to send the data from another application to this as
SoapEnvelope.

Any idea or suggestion how to implement this?

Thanks,
Anbu




Reply With Quote
  #3  
Old   
Anbu
 
Posts: n/a

Default Re: Stub between two Web Service Applications - 05-22-2006 , 01:21 AM




This needs to be implemented on .NET because it should comply with WSE
3.0 spec. as per the requirements


Reply With Quote
  #4  
Old   
Gaurav Vaish \(EduJini.IN\)
 
Posts: n/a

Default Re: Stub between two Web Service Applications - 05-23-2006 , 02:58 AM



Quote:
This needs to be implemented on .NET because it should comply with WSE
3.0 spec. as per the requirements
In case you are looking only for "log a few atttributes", you can use the
tool.
It acts only as a reflector with logging.

It takes request from one source and forwards it to another.
Everything remaining the same, you will just need to make one change in
WSDL - the location of the webservice when you feed it to generate the proxy
class.

Or you may directly update the proxy class with work with the new URL.


--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.