chanakya has asked for the wisdom of the Perl Monks concerning the following question:
Can anyone has any idea how to proceed with this. I suppose my script should be in daemon mode for receiving the data.<?xml version="1.0" endocing="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefa +ult="qualified"> <xs:element name="Incident"> <xs:complexType> <xs:sequence> <xs:element ref="Header"/> <xs:element ref="ProviderID"/> <xs:element ref="ProviderClientOrg"/> <xs:element ref="ProviderTicketType"/> </xs:sequence> </xs:complexType> <xs:element> <xs:element name="Transaction"> <xs:complexType> <xs:sequence> <xs:element ref="TransactionType"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Metrics"> <xs:complexType> <xs:sequence> <xs:element ref="ServiceRestoredDate"/> <xs:element ref="TicketOpenedDate"/> <xs:element ref="TicketClosedDate"/> <xs:element ref="TicketOwner"/> </xs:sequence> </xs:complexType> </xs:element> : : : </xs:schema>
Edit by BazB: change pre to code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Script to accept/send data as XML (SOAP) format
by gellyfish (Monsignor) on Feb 28, 2005 at 12:15 UTC | |
|
Re: Script to accept/send data as XML (SOAP) format
by Joost (Canon) on Feb 28, 2005 at 13:33 UTC | |
by chanakya (Friar) on Mar 01, 2005 at 11:53 UTC | |
by Joost (Canon) on Mar 01, 2005 at 13:09 UTC | |
|
Re: Script to accept/send data as XML (SOAP) format
by JediWizard (Deacon) on Feb 28, 2005 at 14:21 UTC |