Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318669

Summary: One-way consumer call hangs
Product: z_Archived Reporter: Alexey Markevich <a_markevich>
Component: SwordfishAssignee: Swordfish Core Inbox <swordfish.core-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Alexey Markevich CLA 2010-07-02 04:11:36 EDT
I used CRMService.wsdl from tutorial:
1. generate provider using import wizard "JAX-WS Service Provider from WSDL" with default parameters;
2. generate consumer using import wizard "JAX-WS Service Consumer from WSDL" with default parameters;
3. Add one-way call to sample code in consumer at org.sopware.services.crmservice.sample.CRMServiceClientInvoker.performRequest():
	ObjectFactory factory = new ObjectFactory();
	RYLCStatusType type = factory.createRYLCStatusType();
	getcRMService().updateCRMStatus(type);
4. run both projects inside Swordfish runtime.
Result: provider gets request, but consumer hangs on provider call.