aspose file tools
The moose likes Web Services and the fly likes Web Service Eventing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Web Service Eventing" Watch "Web Service Eventing" New topic
Author

Web Service Eventing

Mr.Zuir Alex
Greenhorn

Joined: Aug 07, 2007
Posts: 5
Hi,

Please help. I am new to Web Services. I have generated few classes from wsdl file. Please refer to the link given below:
http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-eventing/WS-Eventing.pdf

Now, I am not sure how to implement different operations for the two different ports. Two different ports are:
--EventSource
--SubscriptionManager
However, I want to implement one port wherein all the operations can be implemented. The operations are:
--SubscribeOp
--RenewOp
--GetStatusOp
--UnsubscribeOp
--SubscriptionEnd
As per my need, I changed the wsdl file accordingly and generated java classes through wsdl using axis. Now, while implementing the port type. I don�t know how to parse SOAP headers as well as other elements in the request, which are coming in an array of the type MessageElement. If anyone has ever implemented something like this SubscribeOp for subscription it will be of great help.

Please help!!!

Thanks in advance,
Alex
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Web Service Eventing
 
Similar Threads
JAX-WS 2.0 Web service with multiple ports
WPS 6.0 - dropping not working !!
Where does a web Service belong ?
Webservice for beginners
How many WSDLs?