Hi Rudolf,

If you use a tool like SoapUI to experiment with then you might find the
answer to your question(s) there:

- install SoapUI (it's free)
- create a new wdsl project
- give it a name then browse to the cmdbws.wdls file in the cmdbws
directory you deployed
- the project will contain guides to what is required for each of the web
services supported

I've copied the info from the create instance web service below as that is
all you might need for now.

I hope this helps

Cheers

Peter


soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:cmdb="http://cmdb.bmc.com";>
   <soapenv:Header/>
   <soapenv:Body>
      <cmdb:CreateInstance>
         <loginInfo>
            <userId>?</userId>
            <password>?</password>
            <lang>?</lang>
         </loginInfo>
         <classNameId>
            <namespaceName>?</namespaceName>
            <className>?</className>
         </classNameId>
         <aDatasetId>?</aDatasetId>
         <attributes>
            <!--Zero or more repetitions:-->
            <items>
               <name>?</name>
               <value>
                  <!--You have a CHOICE of the next 17 items at this level-->
                  <intValue>?</intValue>
                  <keywordValue>?</keywordValue>
                  <longValue>?</longValue>
                  <bitMaskValue>?</bitMaskValue>
                  <ulongValue>?</ulongValue>
                  <doubleValue>?</doubleValue>
                  <stringValue>?</stringValue>
                  <diaryValue>?</diaryValue>
                  <enumValue>?</enumValue>
                  <timeValue>?</timeValue>
                  <timeOfDayValue>?</timeOfDayValue>
                  <byteListValue>
                     <type>?</type>
                     <data>
                        <!--Zero or more repetitions:-->
                        <items>?</items>
                     </data>
                  </byteListValue>
                  <decimalValue>?</decimalValue>
                  <attachValue>
                     <name>?</name>
                     <originalSize>?</originalSize>
                     <compressedSize>?</compressedSize>
                     <location>
                        <!--You have a CHOICE of the next 2 items at this
level-->
                        <fileName>?</fileName>
                        <buffer>
                           <!--Zero or more repetitions:-->
                           <items>?</items>
                        </buffer>
                     </location>
                  </attachValue>
                  <coordListValue>
                     <!--Zero or more repetitions:-->
                     <items>
                        <x>?</x>
                        <y>?</y>
                     </items>
                  </coordListValue>
                  <dateValue>?</dateValue>
                  <currencyValue>
                     <value>?</value>
                     <code>?</code>
                     <conversionDate>?</conversionDate>
                     <funcCurrencyList>
                        <!--Zero or more repetitions:-->
                        <items>
                           <value>?</value>
                           <code>?</code>
                        </items>
                     </funcCurrencyList>
                  </currencyValue>
               </value>
            </items>
         </attributes>
      </cmdb:CreateInstance>
   </soapenv:Body>
</soapenv:Envelope>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to