cancel
Showing results for 
Search instead for 
Did you mean: 

urgent

Former Member
0 Kudos

Hi ALL,

I have xml data with help of altova xml spy I convert into xsd format. When I deploy it into xi it showing messages.

but I want field details .

please can you help me . because I am at client place.

advance thanks

thanks and regards

saranya

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

I have xsd lot of nested . Very small part I put it in the forums.

<xs:element name="documentCommandOperand">

<xs:complexType>

<xs:sequence>

<xs:element ref="gdsn:priceSynchronisationDocument" />

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="contentVersion" type="versionIdentification" />

<xs:element name="documentStructureVersion" type="versionIdentification" />

<xs:element name="informationProvider" type="xs:integer" />

<xs:element name="partyReceivingPrivateData" type="xs:integer" />

<xs:element name="priceSynchronisationDocumentIdentification">

<xs:complexType>

<xs:sequence>

<xs:element ref="uniqueCreatorIdentification" />

<xs:element ref="contentOwner" />

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="priceSynchronisationRelationshipIdentification">

<xs:complexType>

<xs:sequence>

<xs:element ref="uniqueCreatorIdentification" />

<xs:element ref="contentOwner" />

</xs:sequence>

help me.

saranya

Former Member
0 Kudos

Hi,

I dont think you have created a valid xsd file, because when you import this file in external defintion and see in the message tab it should provide you the details of the message. So this is not happening with your structure. So try to create a valid xsd and import it it should work.

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi Saranya,

After converting into XSD, You directly import the XSD into your repository objects.

Once the XSD is imported, able to see your structure.

Let me know ....

Regards,

vasanth.

former_member214364
Active Contributor
0 Kudos

> I have xml data with help of altova xml spy I convert into xsd format. When I deploy it into xi it showing messages.

> but I want field details .

Hi Saranya,

Mapping editor displays a simplified XML representation of XSD files in structure overview.if you want to see XSD definition change view to "Source text view".

Please let me know if you are not clear.

Cheers,

Jag

justin_santhanam
Active Contributor
0 Kudos

Saranya,

>

> but I want field details .

Do you mean the description for each field?

If yes, can you verify whether your xsd has something like below for each element tag?

<xsd:annotation>

<xsd:documentation>

Title

</xsd:documentation>

</xsd:annotation>

The above quoted is just an example!! Inside Xsd:Documentation node your field desc has to be ther!

raj.

Former Member
0 Kudos

Hi Walter,

in XSD u can see only the methods..

can u tell ur problem more elaborately..

Regards

Biplab

Former Member
0 Kudos

Dear ALL,

I converted into xsd format when deplyed into xi .can I GET THE FIELD WITH STRUCTURE. because that is nested structure. hOW to get the field structure?.

help me.

thanks

saranya

Former Member
0 Kudos

Hi,

From the conversation, I could understand that you have imported the xsd structure as external definition in XI. If so, then you can see the complete structure of the message along with the fields when you create the message mapping for it.

Regards,

Nithiyanandam

Former Member
0 Kudos

Nithi,

I have done the same but is showing only messages.

is there any solution to get all the structure of the fields.

please can I get the venket numberto get AS2 ADAPTER DETAILS.

thanks

saranya