[Mono-devel-list] debug soap

Sebastian Böhm seb at exse.net
Thu May 12 08:59:14 EDT 2005


Hi,

I have tghe following problem :

---------------------
Unhandled Exception: System.Web.Services.Protocols.SoapException: An 
internal error has occurred.  Please retry your request.
in [0x001e5] (at 
/opt/mono117/mono-1.1.7/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapHttpClientProtocol.cs:307) 
System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse 
(System.Net.WebResponse response, 
System.Web.Services.Protocols.SoapClientMessage message, 
System.Web.Services.Protocols.SoapExtension[] extensions)
in (wrapper remoting-invoke-with-check) 
System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse 
(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,System.Web.Services.Protocols.SoapExtension[])
in [0x000be] (at 
/opt/mono117/mono-1.1.7/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapHttpClientProtocol.cs:334) 
System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke 
(System.String method_name, System.Object[] parameters)
in (wrapper remoting-invoke-with-check) 
System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke 
(string,object[])
in [0x00015] (at /opt/google/AdWordsApi.cs:826) 
com.google.adwordsapi.AdGroupServiceService:getAdGroup (Int32 adGroupId)
in (wrapper remoting-invoke-with-check) 
com.google.adwordsapi.AdGroupServiceService:getAdGroup (int)
in [0x000d2] (at /opt/google/test.cs:70) AdGroupServiceDemo:Main ()
----------------------

how to debug soap ? How can I see the outgoing and the incoming xml 
message to see what went wrong ?

PS: under .Net1.1 this exception does not happen. So I want to compare 
the soap-xml-body of the request from .net and from mono.

(cant use tcpdump, cause the soap server only accepts https)

than you very much !

/sebastian




More information about the Mono-devel-list mailing list