Scott
Here is an example.
<?xml version="1.0" encoding="UTF-8"?>
<canonical>
<environment>Staging</environment>
<language>en</language>
<transactionId />
<clientTransactionId>foobar</clientTransactionId>
<version>1</version>
<stockcheck>
<salesOrganization>default</salesOrganization>
<distributionChannel>default</distributionChannel>
<division>default</division>
<account>1000525</account>
<ordertype>rush</ordertype>
<parts>
<part>
<lineNumber>1</lineNumber>
<dormanPartNumber>H620894-BX</dormanPartNumber>
<clientPartNumber>H620894-BX</clientPartNumber>
<quantityRequested>1</quantityRequested>
</part>
<part>
<lineNumber>2</lineNumber>
<dormanPartNumber>938-320</dormanPartNumber>
<clientPartNumber>938-320</clientPartNumber>
<quantityRequested>1</quantityRequested>
</part>
</parts>
</stockcheck>
</canonical>
Thank you
Darryl Freinkel
A4G
Telephone: 770.321.8562 Mobile: 678.355.8562
-----Original Message-----
From: Scott Klement <rpg400-l@xxxxxxxxxxxxxxxx>
Sent: Friday, August 26, 2022 8:49 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>; dfreinkel@xxxxxxxxxxxxxxxxx
Subject: Re: Is there a simple way to convert XML to a WSDL?
Hi Darryl,
XML is a very broad description -- it could mean many different things. WSDL is a specific type of XML file. So asking this is analogous to asking "Is there a simple way to convert a physical file into a customer master file?".
It all depends on what the XML file contains, and what specific WSDL file you want to create...
Can you give us more information?
-SK
On 8/26/22 4:01 PM, dfreinkel@xxxxxxxxxxxxxxxxx wrote:
Yes, I am new at this.
As an Amazon Associate we earn from qualifying purchases.