Skip to Content
0
Former Member
Dec 28, 2007 at 12:07 AM

WHAT IS THE BEST WAY TO CREATE AN XSD FILE (TO BE USED BY SOAP ADAPTER)

139 Views

Dear friends

I have a simple scenario.

OUTBOUND DATA --> SOAP ADAPTER --> ( XI ) --> RFC ADAPTER --> INBOUND DATA

The XML file that I got from mapping area of IR (Design) is as follows

<?xml version="1.0" encoding="UTF-8"?>

http://test3.com">

<FIRSTNAME>DAVE</FIRSTNAME>

<LASTNAME>SMITH</LASTNAME>

</ns0:MT_NAME_SOURCE>

If you notice, there are only 2 fields.

I need to create an XSD file and import it as an external object, which I can use for SOAP Adapter.

Which is the best way to create it.

Also, I need to know if there is any step by step of sending a message from XML SPY. I have downloaded this software, but am not able to undertand how to use this.

Hope to hear from any experts on this forum.

Thanks in advance

Ram