[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gsk_sec_soc_open: (GSKit) Handle is not valid.



Right.  In my 15 minutes of looking at the XML, I found the missing Body 
tag.  I found the problems Mike pointed out.  There were also two other 
tags that were missing.  Even after that, the document came up that it 
wasn't well-formed.  Then, I gave up troubleshooting it further...  it 
was taking too much of my time.

As I said.. the OP needs to take a good look at the XML doc.  If he has 
questions, he's welcome to ask them.  But he should at least try to fix 
it himself before I put significant effort into it.  It is, after all, 
his project.


On 12/8/2010 12:16 PM, Thomas Raddatz wrote:
> Maybe that I have to learn something new but I am also missing the "Body" tag:
>
> <soapenv:Envelope ...>
>     <soapenv:Header/>
>     <soapenv:Body>
>       <v8:RateRequest>
>        ...
>       </v8:RateRequest>
>     </soapenv:Body>
> </soapenv:Envelope>
>
>
> Am 08.12.2010 18:24, schrieb Mike Krebs:
>> You will get some further information if you save the XML from the debug and open with IE. IE says "Whitespace is not allowed at this location."
>>
>> If you use an XML aware editor (Notepad2 worked for me-barely but it helped), it will show something strange around here:
>> <v8:CustomerTransactionId>Test v8 Rate Request</  v8:CustomerTransactionId>
>>
>> Whitespace! And there are multiple instances of "</  ". In addition it appears soapenv:Header does not have have a "<". And this part appears messed:<SOAP/soapenv:Body>    <SOAP/soapenv:BodyEnvelope>   (there are no "body" tags to match up with these and "SOAP" probably shouldn't be there).
>>
>> You are making progress! Good luck
>>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------