Forum Discussion

arvychile's avatar
arvychile
New Contributor
12 years ago

Testing agains .NET with cookieless="UseUri

Hi all, I'm working on a new webservice hitting a .NET WS which has been configured to use <cookieless="UseUri>, which adds a session ID to the basic URL.

When using original URL, like http://localhost:51211/%28S%28vsjq4yzpb ... rvice1.svc it complains because of a malformed WSDL.

Error message:
Error loading [http://localhost:51211/%28S%28vsjq4yzpbwhn3pnk4warfpl1%29%29/Service1.svc]: org.apache.xmlbeans.XmlException: java.io.CharConversionException: Malformed UTF-8 character: 0xf3 0x20 0x75 0x6

Have you run into this issue?

Thanks

1 Reply

  • arvychile's avatar
    arvychile
    New Contributor
    Solved just had to review the URL used to reach the WSDL and it got correctly pàrsed.

    Thanks