Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
9 subscribers
Views
4972 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
creating xsd from wsdl file
garym
over 8 years ago
Hi,
First time having to create an xsd definition from scratch for a new web service. What's the easiest way to do this?
Below is a snippet of the wsdl file. I'm trying to create an xsd definition in the GUI for GetDocumentURL. The first part is easy since the fields are of type Text.
However, how do you define the element that is "data" and the "item" below it?
-<s:element name="GetDocumentURL">
-<s:complexType>
-<s:sequence>
<s:element name="docID" type="s:string" maxOccurs="1" minOccurs="0"/>
<s:element name="key" type="s:string" maxOccurs="1" minOccurs="1"/>
<s:element name="user" type="s:string" maxOccurs="1" minOccurs="1"/>
<s:element name="mode" type="s:string" maxOccurs="1" minOccurs="0"/>
<s:element name="imagegroup" type="s:string" maxOccurs="1" minOccurs="0"/>
<s:element name="timeout" type="s:string" maxOccurs="1" minOccurs="0"/>
-<s:element name="data" maxOccurs="1" minOccurs="0">
-<s:complexTyp...
OriginalPostID-266962
Discussion posts and replies are publicly visible
Parents
0
garym
over 8 years ago
@sagarI511 - Yes, I tried calling the web service using the smart service and hoping that it would create the request and response cdt but I get the following error (attached). That's why I went down the path of trying to create explicitly. Am I missing a step to get the cdts created automatically? I would prefer that route.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
garym
over 8 years ago
@sagarI511 - Yes, I tried calling the web service using the smart service and hoping that it would create the request and response cdt but I get the following error (attached). That's why I went down the path of trying to create explicitly. Am I missing a step to get the cdts created automatically? I would prefer that route.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data