HighTechTalks DotNet Forums  

strange SAOP problem

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss strange SAOP problem in the Dotnet Framework (Remoting) forum.



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

Default strange SAOP problem - 07-26-2007 , 07:58 AM






Hello guys,
I'm newbie in .NET.

I have agent server works with SOAP protocol.

Added web service which have getFiles and setFiles methods.

SoapServer soapServer = (SoapServer)Activator.GetObject(typeof(SoapServer) ,
http://localhostort/Server);
SoapServer is the interface with methodts to be called.

When I called soapServer.getFiles("$FRTL_XMLHOME", "etc", "xml");
it works OK, but when I tried to call setFiles throws exception

"Unable to write data to the transport connection: An established connection
was aborted by the software in your host machine"

By the way with the same agent perfectly works java code no exceptions no
errors, the difference... client changed from java to .Net,

Language is C#.

Please help me with this problem.





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 - 2008, Jelsoft Enterprises Ltd.