How to create a concrete wsdl?
Answers were Sorted based on User's Feedback
Answer / jagadeesh
Creating concrete WSDL we have to follow the structure,
step1)First we have define the input schema and output schema
step2)After that we have to choose the WSDl in that wsdl we have define the messages,porttypes,porttypes means collection of operations,
Step3)once done this we have to generate a concrete wsdl using SOAP event source or service.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / krishna
Abstract wsdl developed by developer. this are server side we can used the Abstract wsdls.
Abstract---- contains msg, port and operations
This wsdl can loaded into soup Event source and gives Transports ,soap seting there one wsl will created this wsdl are concreat wsdl
Concret wsdl contains--Abstract wsdl+Transport detalies
Concret wsdl can creat both Soup Event source and Service develop ment time thanks watch my post any commets please
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / swarnalatha
First we should create Concrete WSDL, for that we'll go to WSDL pallet--> drag the WSDL object & then name it as Concrete WSDL. Here We can create Concrete WSDL in two ways.
>> First way of creating Concrete WSDL, By using SOAP Event Source from SOAP Pallet.
---> Here we need to drag the SOAP event Source in Process & browse Transportation & browse Abstract WSDL & click on Apply.
---> Under source we can find code, we should copy this code to Concrete WSDL Source.
>> Second procedure, go to Abstract WSDL-->right click--> generate Web services code--> from WSDL.
*** Here you people get again a question that what is Abstract WSDL & How to Create..??
>> To create Abstract
| Is This Answer Correct ? | 1 Yes | 1 No |
Which are the two process variables available to all activities with inputs ?
What is the scope of user defined process variables ?
What are the maximum/minimum of threads available for incoming http ?
what is soap? how to use soap?
How Do U Deploy EAR File TO two Machines?
What is the advantage of scripted deployment in tibco?
What is the purpose of a lock shared configuration resource?
Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the callee's input/output ?
what is global variables?
how to create global variables and if we create where do we have to use in the project ?
What is the puprose of Job Shared varaibel or tell me about about job shared variable?
3 Answers Accenture, HCL, IBM,
If I start multiple instances of the same process(which is listening on a queue), will I have multiple receivers on a queue ?