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 |
What is business key?
If you are posting a message on a queue & Server is down. What happens.
How can we get field as input to the input field of another palete as <a>b</a> is there then i need to get as <C>a-b</C>
What is the advantage of scripted deployment in Tibco?What is difference between scripted deployment and normal deployment
What are the different types of transactions tibco provides?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
How Do U Deploy EAR File TO two Machines?
If the business process needs to invoke another web service which resource do you use ?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
If there are two sub processes then how can we call at a time one sub process dyanmiccally by using call porcess?
What is the role of tra?
in one tibco project how many services interfacesess it will be created