AW: How to pass costum error messages to AxisFault

2010-07-12 Thread x-fo.net
AxisFault In our services we throw a subclass of java.lang.exception, and the client sees the exception message. I'm not sure what extending axisfault buys you. Chris On Jul 10, 2010, at 6:46, "x-fo.net" wrote: > Hi, > > I tried to pass costum errors to the axisFaul

How to pass costum error messages to AxisFault

2010-07-10 Thread x-fo.net
Hi, I tried to pass costum errors to the axisFault, but I always get this: http://schemas.xmlsoap.org/soap/envelope/";> soapenv:Server unknown this is my code for extending the AxisFault import org.apache.axis2.AxisFault; public class MYerror { public class

The endpoint reference (EPR) for the Operation not found is

2010-06-29 Thread x-fo.net
Hello, Have you ever seen this error? I doesn't know what this is caused by. Maybe somebody have an idea what I have to do to fix this. Thanks. BR Markus (Linux with Tomcat5.5 / Java 1.5 / Axis 1.4.1) [ERROR] The endpoint reference (EPR) for the Operation not found is http://192.168.1.3:8180/ta

AW: ORBSingleton: access denied

2010-06-25 Thread x-fo.net
Hi, I fixed it by myself. ORB.init() was wrong --> ORB.init(args, null) was right.# Thanks Markus -Ursprüngliche Nachricht- Von: x-fo.net [mailto:[email protected]] Gesendet: Freitag, 25. Juni 2010 18:07 An: [email protected] Betreff: ORBSingleton: access denied Hello, I

ORBSingleton: access denied

2010-06-25 Thread x-fo.net
Hello, I've got an error which makes me "???" [ERROR] ORBSingleton: access denied org.apache.axis2.AxisFault: ORBSingleton: access denied at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at net.prokonzept.gadclient.soap.RequestServiceMessageReceiverInOut.invokeBusin ess