FORUMS


Discussion about Intalio|BPP Community Edition.


Back to BPMN and Designer (0 viewing) 
Go to bottom Favoured: 0
TOPIC: How to create xsd file and how to create WSDL from
Sep 4, 2008 9:13 pm
gagan.virk (User)
54 posts
Senior Boarder

Karma: 0  
Can anyone please tell me how to create an xsd file in INTALIO?I know that you need to go to Window>Preference>XML>XMLSchema.But this leaves me with a xml file .But my question is how to create an XSD file?

Other thing that I am not sure is how to create WSDL from XSD file.I was referring to TESTJDBC tutorial .It works fine though .But, I cannot understand how XSD and WSDL works ?

If anyone can help me on this that will be great.Waiting for reply.

Regards,
Gagan
 
  The administrator has disabled public write access.
Sep 4, 2008 10:06 pm
gagan.virk (User)
54 posts
Senior Boarder

Karma: 0  
Well I figured out so as how to prefix xsd?

How to create WSDL from XSD file?I know this


1. Create a project.
2. Right click on it, go to New > Other....
Note: it will open a new “Select a Wizard ”window.
3. Go to Web Services > WSDL, click on next.
Note: it will open “New WSDL File” window.
4. Provide wsdl name, click next.
5. Choose the options and then click to finish.

But I dont know how to use the XSD file in WSDL?


Regards
Gagan
 
 
Last Edit: 2008/09/04 22:08 By gagan.virk.
  The administrator has disabled public write access.
Sep 5, 2008 6:23 am
mabeena (User)
91 posts
Expert Boarder

Karma: 5  
Hi gagan,

When a wsdl is created the code for schema is already available:
<xsd:schema targetNamespace="http://www.example.org/NewWSDLFile/">
<xsd:element name="NewOperation">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="in" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="NewOperationResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="out" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

Only the thing you need to do is modify the wsdl and provide the input and output elements for your wsdl.

Hope this help you

Thanks
Mabeena
 
  The administrator has disabled public write access.
Sep 5, 2008 7:34 am
mabeena (User)
91 posts
Expert Boarder

Karma: 5  
Hi gagan,

When a wsdl is created the code for schema[XSD] is also available:
<xsd:schema targetNamespace="http://www.example.org/NewWSDLFile/">
<xsd:element name="NewOperation">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="in" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="NewOperationResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="out" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

The only thing you need to do is to provide the input and output elements for the wsdl as per your requirements

Thanks
Mabeena
 
  The administrator has disabled public write access.
Sep 5, 2008 4:03 pm
gagan.virk (User)
54 posts
Senior Boarder

Karma: 0  
Thanks Mabeena for replying!!

I understand what you are saying.Just want to check if I am on right track. I have an WSDL file ,I modify the input an d output operations in it accordingly.Then I hit arrows adjoining the new operation and new operations.response which takes me to an InlineSchemaofNewWSDLFile.Is this the xsd file in which I can add elements and types?

Other question is how to give soap binding?I mean do I have to specify an address for it?Also,when I look at "outline " in designer there is an import ,what is that import for?I know that you need to import the xsd file which further reference service address to bindings and port type.But I am not sure after importing do I need to manually specify the services Port /Bindings?

Your help will be appreciated.

Best Regards
Gagan
 
 
Last Edit: 2008/09/05 16:15 By gagan.virk.
  The administrator has disabled public write access.
Sep 7, 2008 9:39 pm
gagan.virk (User)
54 posts
Senior Boarder

Karma: 0  
No replies yet!! As usual because of no /delayed reply from Intalio forums ,I am stuck!! Waiting for reply!!

Regards
Gagan
 
  The administrator has disabled public write access.
Sep 7, 2008 11:56 pm
Antoine (Admin)
2754 posts
Admin

Karma: 56  
Gagan,

there is absolutely no guaranty of getting help in a timely fashion, or even at all, on Intalio forum. If you wish to get help in such a manner, please contact our professional services through

Thanks,

Antoine
 
 
Intalio, The Enterprise Cloud Company
www.intalio.com
  The administrator has disabled public write access.
Sep 8, 2008 3:24 pm
gagan.virk (User)
54 posts
Senior Boarder

Karma: 0  
Antoine

Would I be getting answer for the question posted?Or do I need to contact sales!!

Regards
Gagan
 
  The administrator has disabled public write access.
Sep 15, 2008 6:19 am
mabeena (User)
91 posts
Expert Boarder

Karma: 5  
Hi Gagan,
Regarding your queries:
1. Then I hit arrows adjoining the new operation and new operations.response which takes me to an InlineSchemaofNewWSDLFile.Is this the xsd file in which I can add elements and types?
Reply: Yes this is the xsd file where you need to add the elements
2. Other question is how to give soap binding? I mean do I have to specify an address for it?
Reply: Well designer automatically creates the binding and provides the url where its is required. Only you need to do is provide the operation name, binding name,type and SoapAction
3.know that you need to import the xsd file which further reference service address to bindings and port type. But I am not sure after importing do I need to manually specify the services Port /Bindings?
Reply In order to import any xsd file first you need to provide these thing:
i. namespace
ii. location
and yes what thing you define in the wsdl accordingly you need to manually edit the ports and bindings too, this is important in every case whether you are importing or not as binding and ports are not related to what you import, but are related to what type of wsdl it is and to which port it is bonded.

Hope this resolves your issue

Thanks
Mabeena
 
  The administrator has disabled public write access.
Sep 15, 2008 7:31 pm
gagan.virk (User)
54 posts
Senior Boarder

Karma: 0  
Thanks Mabeena for answering.Its indeed a great help.

Best Regards
Gagan
 
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Top Posters

Last 30 days

  • estebanf (39)
  • madhav.vodnala (21)
  • kevin.fernandez (14)
  • scott.hebden (10)
  • jaouhar.ahmed (10)
  • jigonzalez@vertice.es (8)
  • federico.baroni (8)
  • marcelr (8)
  • ianoboa (7)
  • spyridoula.markopoulou (7)

All time

  • Antoine (2754)
  • Shivanand (1194)
  • cshekhar (933)
  • psq (797)
  • metabyte (415)
  • jag (393)
  • dfrench (367)
  • arnaud (329)
  • jalateras (325)
  • talita.pezzi (254)

Show last 4 hrs - 12 hrs - 24 hrs

Copyright © Intalio, 1999-2010.