Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318669 - One-way consumer call hangs
Summary: One-way consumer call hangs
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Swordfish (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Swordfish Core Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 04:11 EDT by Alexey Markevich CLA
Modified: 2014-01-09 16:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.