cancel
Showing results for 
Search instead for 
Did you mean: 

How to import xsd from ESR in Netweaver BPM 7.5 PO

pavan_kumar212
Explorer
0 Kudos
501

Hi

We are working in migration project , can you one pls let us know how to import xsd from ESR to Netweaver BPM in NWDS.

Accepted Solutions (0)

Answers (3)

Answers (3)

manoj_khavatkopp
Active Contributor
0 Kudos

Pavan ,

Follow these steps :

1.Import your XSD from desktop into XSD section in NWBPM as shown in other answer.

2.Double click on the XSD you have imported and again single click on root node you can see the type as anonymous :

3.Double Click on the root node and you ll get a below editor now right click on the complex type then Refactor -->Make Anonymous as global. and then use "Save" Button from tool bar

4. Once u save it you can see under data type section under empty namespace you can see a new data type is created with your complex type structure . Now you may use this in Data object.

Br,

Manoj

pavan_kumar212
Explorer
0 Kudos

Hi Manoj

I have imported the xsd , but I couldn't able to use as data objects which we will use as context object. Any info on this.

manoj_khavatkopp
Active Contributor
0 Kudos

Never tried to use XSD as DO will try and update you.

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Pavan,

Under Process modeling section you have Data type under which you can import XSD. Instead of this try to import the service interface related with this XSD which will automatically import the XSD if not then try to import XSD manually like below :

Br,

Manoj