Blue prism integration

Hi All,

 

I am trying to integrate blue prism from Appian the process is working fine in blueprism. but when I try to call from Appian I am getting below soapfault:

[statusLine=HTTP/1.1 200 OK, statusCode=200, headers=[object Object], contentType=text/xml; charset=utf-8, body=<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><soap:faultstring>Couldn't process soap inputs - Could not process parameter OrderNumber</soap:faultstring></soap:Fault></soap:Body></soap:Envelope>]

Any help would be appreciated.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Robert, Thanks for your reply but the actual issue is it is not creating the instance in blueprism when called from appian to return the output. That's why I believe its returning soap fault. I also tried the way you mentioned but the issue still persists. I get the below error.



    HTTP/1.1 200 OK
    Content-Type: text/xml; charset=utf-8
    Content-Length: 1269
    Cache-Control: no-cache

    <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xs="www.w3.org/.../XMLSchema" xmlns:soapenc="schemas.xmlsoap.org/.../" xmlns:soap="schemas.xmlsoap.org/.../"><soap:Body><soap:Fault><soap:faultstring>Couldn't process soap inputs - System.Xml.XmlException: 'soapenv' is an undeclared prefix. Line 1, position 2.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.Throw(String res, String arg, Int32 lineNo, Int32 linePos)
    at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node)
    at System.Xml.XmlTextReaderImpl.ElementNamespaceLookup()
    at System.Xml.XmlTextReaderImpl.ParseElement()
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
    at System.Xml.XmlDocument.Load(XmlReader reader)
    at System.Xml.XmlDocument.LoadXml(String xml)
    at BluePrism.AutomateProcessCore.clsProcessWSDL.ProcessSOAPInputs(String sInputs, clsProcess proc, String&amp; sMethod, String&amp; sSession, String&amp; sErr)</soap:faultstring></soap:Fault></soap:Body></soap:Envelope>
Children