[
http://jira.jboss.com/jira/browse/JBWS-1771?page=all ]
Darran Lofthouse updated JBWS-1771:
-----------------------------------
Fix Version/s: jbossws-2.0.1
(was: jbossws-2.0.0)
Affects Version/s: jbossws-2.0.0
(was: jbossws-1.2.0.SP1)
Description:
This is related to case 15171.
I have configured "post-handler-chain" for the "Standard Client" with
the intent, that my (outbound) jaxrpc handler should be invoked (inadvertently) everytime
a webservice-client calls another (using JSR109 or DII). However, my handler is not
getting invoked.
This still fails when the client calls the endpoint as: -
ServiceFactoryImpl factory = new ServiceFactoryImpl();
URL wsdlURL = new URL("http://" + getServerHost() +
":8080/jaxrpc-jbws1653/TestEndpoint?wsdl");
QName qname = new QName("http://org.jboss.test.ws/jbws1653",
"TestService");
Service service = factory.createService(wsdlURL, qname);
Call call = service.createCall();
call.setOperationName(new QName("http://org.jboss.test.ws/jbws1653",
"echoString"));
call.setTargetEndpointAddress("http://" + getServerHost() +
":8080/jaxrpc-jbws1653/TestEndpoint");
String hello = "Hello";
try
{
Object retObj = call.invoke(new Object[] { hello });
was:
This is related to case 15171.
I have configured "post-handler-chain" for the "Standard Client" with
the intent, that my (outbound) jaxrpc handler should be invoked (inadvertently) everytime
a webservice-client calls another (using JSR109 or DII). However, my handler is not
getting invoked.
Post-handler-chain not invoked for "Standard Client"
configuration with DII client
----------------------------------------------------------------------------------
Key: JBWS-1771
URL:
http://jira.jboss.com/jira/browse/JBWS-1771
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-jaxws
Affects Versions: jbossws-2.0.0
Reporter: Darran Lofthouse
Assigned To: Thomas Diesler
Fix For: jbossws-2.0.1
This is related to case 15171.
I have configured "post-handler-chain" for the "Standard Client" with
the intent, that my (outbound) jaxrpc handler should be invoked (inadvertently) everytime
a webservice-client calls another (using JSR109 or DII). However, my handler is not
getting invoked.
This still fails when the client calls the endpoint as: -
ServiceFactoryImpl factory = new ServiceFactoryImpl();
URL wsdlURL = new URL("http://" + getServerHost() +
":8080/jaxrpc-jbws1653/TestEndpoint?wsdl");
QName qname = new QName("http://org.jboss.test.ws/jbws1653",
"TestService");
Service service = factory.createService(wsdlURL, qname);
Call call = service.createCall();
call.setOperationName(new QName("http://org.jboss.test.ws/jbws1653",
"echoString"));
call.setTargetEndpointAddress("http://" + getServerHost() +
":8080/jaxrpc-jbws1653/TestEndpoint");
String hello = "Hello";
try
{
Object retObj = call.invoke(new Object[] { hello });
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira