in reply to Re: Soap::Lite and Extra XML Definitions...
in thread Soap::Lite and Extra XML Definitions...
<?xml version="1.0" encoding="UTF-8"?> <soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:s0="urn:HD_Netcool_v1"> <soap:Header> <AuthenticationInfo> <userName xsi:type="xsd:string">xx</userName> <password xsi:type="xsd:string">xx</password> </AuthenticationInfo> </soap:Header> <soap:Body> <s0:OpGetList> <OpGetList xsi:nil="true" xsi:type="s0:GetListInputMap" /> <c-gensym8 xsi:type="xsd:string">OpGetList</c-gensym8> <OpGetList xsi:type="s0:GetListInputMap"> <Qualification xsi:type="xsd:string">'Submitter'="RemedyTicket +"</Qual ification> <startRecord xsi:type="xsd:string">0</startRecord> <maxLimit xsi:type="xsd:string">10</maxLimit> </OpGetList> </s0:OpGetList> </soap:Body> </soap:Envelope>
|
|---|