My webservice runs under jboss-net, the client is vb.net.

If the webservice throws an exception, the client shows a SoapException:
System.Web.Services.Protocols.SoapException: ch.e_act.common.util.EActException: Test
  at 
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage 
message, WebResponse response, Stream responseStream, Boolean asyncCall)
  at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, 
Object[] parameters)
  at WindowsApplication1.WebReference1.VerwPartnerBeanService.storePartner(Int32 
beratungID, String schluessel, String partner)
  at WindowsApplication1.Partner.speichern()

The original error message (ch.e_act.common.util.EActException:Test)  was packed into 
the stacktrace. The InnerException of the
SoapException is zero !

Can anyone tell me where the SoapException is created (axis ?) and how can I forward 
the original error message to the client?

kind regards  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834797#3834797

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834797


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to