I have created a WSDL (Abstract) for a SOAP web service. I have to use this WSDL in the SOAP Request Reply.

But in the Service port of SOAPRequestReply, I have to specify a Concrete WSDL. So if there is any way to create a Concrete WSDL.

Let me know if any other information is required.

有帮助吗?

解决方案

Create a Service (using service pallets) with your WSDL(Abstract), you will have to setup the operation(s) and transport type (HTTP or JMS). Once you have done that, go to the WSDL tab. You should be able to save a Concrete WSDL out.

Hope this help :P

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top