We are trying to consume a Remedy webservice using Perl and SOAP::Lite.
However, we keep getting the same error message:

Fault :org.xml.sax.SAXException: Error: URI=null Line=1: Undeclared prefix:
"xsi:type".
Faultcode :soapenv:Server.userException

Here is the SOAP envelope being sent:

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsd="
http://www.w3.org/1999/XMLSchema"; soap:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"; xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Header>
       <AuthenticationInfo>
           <userName>sdsddsdt</userName>
           <password>sdsdsdsdsd</password>
       </AuthenticationInfo>
   </soap:Header>
   <soap:Body>
   <namesp1:OpGet xmlns:namesp1="AOLChangeManagementWSDL">
       <Change_Request_ xsi:type="xsd:string">00302140</Change_Request_>
   </namesp1:OpGet>
   </soap:Body>
</soap:Envelope>


Any thoughts

--
Frank Caruso
Specific Integration, Inc.
Senior Remedy Engineer, ITIL Foundation Certified
www.specificintegration.com
703-376-1249

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

Reply via email to