[Mono-bugs] [Bug 51846][Nor] New - MONO having problems accessing BEA WebLogic WebService

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Feb 2004 01:35:02 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by davidandrewtaylor@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51846

--- shadow/51846	2004-02-05 01:35:02.000000000 -0500
+++ shadow/51846.tmp.21692	2004-02-05 01:35:02.000000000 -0500
@@ -0,0 +1,61 @@
+Bug#: 51846
+Product: Mono/Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: REOPENED   
+Resolution: 
+Severity: 004 Four hours
+Priority: Normal
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: davidandrewtaylor@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MONO having problems accessing BEA WebLogic WebService
+
+Description of Problem:
+When calling WebLogic WebService (using RPC-Encoded) from a simple console
+.exe the method call just sits there forever (does not return any errors
+and never timesout).  I would need a network monitor to see what actually
+happened over the wire (if anything).  
+
+Note: In general it appears there has been a lot of testing of MONO against
+MS.NET hosted web service; however little testing against other web
+services (WebLogic, Apache Axis, etc).  
+
+I have no problem using MS.NET to access these services, but they do not
+work when trying to run the same code under mono.
+
+Steps to reproduce the problem:
+1. Use MONO to call a web service method for a WebLogic hosted webservice
+(RPC-Encoded).
+
+Actual Results:
+service.CallMethod() just sits there forever and never returns (no timeout,
+no exception, etc).
+
+Expected Results:
+Should run as it does on MS.NET implementation.
+
+Additional Information:
+I am sorry I cannot give any futher detail, but I will need to use a
+network monitor to get further details or debug against the core MONO web
+service classes.
+
+In general I have had no luck using MONO as a client to access Apache AXIS
+or BEA WebLogic web service; however MONO works fine when hitting Web
+Services hosted by MS.NET.  I have no problem running the same code under
+the MS.NET implementation.
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-10 22:25 -------
+Is this with mono 0.29 or CVS?
+If not, please, upgrade and try. There were some fixes that may help.
+
+Otherwise, please, provide more information (tcpdump file would be
+nice :).
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-02-05 01:35 -------
+Additional information will be supplied shortly.