Forum Discussion

priyankashankar's avatar
11 years ago

SOap UI 5.0 for axis 2 based webservices

Hi,
I am new to the testing environment for webservices.
we have purchased sop ui pro .
But due to certainties i have working in soap ui 5.00. webservices hosted in 443 port
Problem is when i am trying to give the url ?wsdl it gives somefolder name not able to access error.so i edited the wsdl because of xsd and changed to a local path.
Now the error is:org.apache.xmlbeans.XmlException: java.io.CharConversionException: Characters larger than 4 bytes are not supported: byte 0x94 implies a length of more than 4 byte.
can anyone suggest on this .thanks

1 Reply

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    1. If you are pro user, post the queries in pro boards for faster resolution
    2. Looks wsdl might have references to types defnied in other xml schema defintions which are having relative path. Better to contact the wsdl provider for the same or if you are the creator of wsdl, please fix the wsdl.
    3. If wsdl is correct, then try opening it in browser or validate using online tools.
    4. Lastly you mentioned some error, is it possible to post the project or wsdl? or check the soapui-error.log file for complete stack trace.