How do I set the targetService when doing
SOAP/JMS with Attachments? I’ve use the call.setTargetEndPointAddress(http://localhost..) – note the http even
though I’m using the jms transport but it doesn’t seem to work.. faultString: The AXIS engine could not
find a target service to invoke! targetService is null -- Rajal From: Rajal Shah
[mailto:[EMAIL PROTECTED] I’ve gone through the past discussion about SOAP/JMS
and haven’t found a clear roadmap on how to do SOAP/JMS by a Service
Provider.. I’ve used the samples/jms/JMSTest.java file and have
coded up a default JMSListener to the AxisServlet’s init() method. My web
services can now be accessed through HTTP using the regular means *and* also through a jms queue. My questions are:
Regards. -- Rajal |
- (SOAP/JMS) Why is a JMSListener not added by default to the... Rajal Shah
- Re: (SOAP/JMS) Why is a JMSListener not added by defau... Vinay Punnoose
- Rajal Shah