- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I am strugling with simple scenario. I have two short-lived processes. One for document transformation, in this case, it will simply take document as input and as output string with basename of the input variable. One setValue step can handle this.
Than I have another process, that has document as input parameter and as the wsdl notes, it consists of base64 data and content type (this is what I get from outside livecycle app that will call this second process). I tried to construct the SOAP envelope with attachmentID and attachment as variable part0 with no luck. I also tried to fetch base64 data as string in there to see if I get it working, but no luck too.
The error I get is :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.</faultstring>
<detail>
<faultData>
<ns1:exception xsi:nil="true" xmlns:ns1="http://adobe.com/idp/services"/>
<ns2:message xmlns:ns2="http://adobe.com/idp/services">SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.</ns2:message>
</faultData>
<ns3:hostname xmlns:ns3="http://xml.apache.org/axis/">D-Adobe</ns3:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
I am not sure if I should post pictures of one or two step process here. The idea is that external application will pass a document to process A, the process A will take that document and pass it to process B which will convert the file to PDF and returns that document to process A for furhter work.
Thanks for any advices.
J.
Views
Replies
Total Likes