Implement an existing web service operation
Hi,
So far I have created a message schema (XSD) and a WSDL document which is describing my web service (so far an entity service).
Now I want to implement the operations I created in the WSDL document. I would like to do this by using Java.
I thought that this is possible by using the implement existing web service operation of an JCD, but in the dialog I can't see the operations in the porttype part of my wsdl document.
How do I implement the operations of an existing web service.
Is it necessary to use for each operation a separate JCD?
I also tried the alternative way to create a business process, which is implementing the web service operations. There I recognized, that the same WSDL document is now published for each operation. How I can solve this problem. Why is the UDDI entry connected to the business process and not to the service? As I also need orchestrated task services, later on, I have to face this problem too.
What is the correct way to create a web service out of an wsdl?
Should I use an external tool like the enterprise studio to implement the service?
Besides that, how I handle persistence of my entity services?
I hope you can help me with this problem.
Thanks
Fabian

