Hello,
I've checked the bugzilla bug database and the archives on this list and don't think this is a known problem, so I'm describing it here to see if I'm an idiot or if its a real problem. I soapv2.2 on linux (mandrake 8.1, kernel 2.4.x) running in both tomcat 4.x and iplanet 6.0SP2, each able to use either jdk1.3.1_01 or jdk1.4.0. I have 1 class with some methods I'm exposing using
soap to RPC calls.
here's the code:
/** return the argument sent in, just to prove you
_log("i am in helloworldwitharg now, the one with
ctx passed in.");
Here's the problem:
A fault was generated: [Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=Exception
while handling service request: org/apache/soap/rpc/SOAPContext] [faultActorURI=/soap/servlet/rpcrouter]
[DetailEntries=] [FaultEntries=]
And from println's in my code, my method is never called. So my questions are: 1. has anyone else gotten this new feature to work in a similar environment
to mine?
Thank you for your time,
-- --- |
- Re: using SOAPContext as first argument in RPC SOAP message... Andrew Trieger
- Re: using SOAPContext as first argument in RPC SOAP me... Scott Nichol
- Re: using SOAPContext as first argument in RPC SOA... Andrew Trieger
- Re: using SOAPContext as first argument in RPC... Scott Nichol
- Re: using SOAPContext as first argument in... Andrew Trieger
- Re: using SOAPContext as first argument in RPC SOAP me... soap vamsi
- Re: using SOAPContext as first argument in RPC SOA... Andrew Trieger
- Re: Re: using SOAPContext as first argument in RPC SOA... soap vamsi