Forum Discussion

malanalan's avatar
malanalan
New Contributor
12 years ago

[Resolved] paypal objects

Using free version of SoapUI ver 4.6.4 and Windows 7 64-bit
I am not able to import http://www.paypalobjects.com/wsdl/PayPalSvc.wsdl
getting the following error message:

Error loading [http://www.paypalobjects.com/wsdl/PayPalSvc.wsdl]: org.apache.xmlbeans.XmlException: java.io.CharConversionException: Characters larger than 4 bytes are not supported: byte 0x92 implies a length of more than 4 bytes

I know this was reported before and ignored. see
viewtopic.php?f=1&t=20838

2 Replies

  • GiscardN's avatar
    GiscardN
    Frequent Contributor
    Hi,

    Please browse to the 'bin' folder under your SoapUI installation. Locate the "soapUI-4.6.4.vmoptions" file and open it in a text editor. Add this line to it:
    -Dfile.encoding=UTF8
    Then save the file, close/re-open SoapUI and load the WSDL again.

    Regards,

    Giscard
    SmartBear Support