Hide Forgot
project_key: SOA This problem has been investigated as part of issue SOA-3466, although that issue now seems to be a different problem, so creating a separate bug report. When running the dynpartner example (modified version attached), it results in the following exception: 6:36:32,500 ERROR [WebServiceClient] WS invocation failed javax.xml.ws.WebServiceException: Cannot find port: null at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getEndpointMetaData(ServiceDelegateImpl.java:356) at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:530) at javax.xml.ws.Service.createDispatch(Service.java:437) at org.jboss.soa.bpel.runtime.ws.WebServiceClient.getDispatcher(WebServiceClient.java:467) This example works fine with riftsaw-2.3.1.Final on AS5.1+jbossws-native-3.4.0.SP1, with the modified xalan.jar from RIFTSAW-325.
Modified version of example to use an explicitly provided URL straightaway, to overcome the cached EPR issue.
Attachment: Added: DynPartnerMain.bpel
Link: Added: This issue relates to SOA-3535