#2936 SOAP Implementation Through JavaFFI

Dylan Bardin Tue 4 Feb

Hello!

Has anyone successfully been able to interact with SOAP webservices through the JavaFFI?

I've been attempting to do so for a day or two. I got it to work within Java pretty easily. However, when I try to create a webservice instance using the generated SOAP classes and methods through Fantom (using the JavaFFI), I get this error message:

jakarta.xml.ws.WebServiceException: Provider com.sun.xml.ws.spi.ProviderImpl not found

It seems like the JavaFFI doesn't like Uber-JARs that I've build with Maven. But even when I build just the regular JAR and have all of the dependencies in my ClassPath, I still get the above error.

Has anyone gotten this to work before? I'm super interested to hear about it and get any advice that anyone may have!

Dylan

controlsforall Tue 4 Feb

Yeah we have. Is it for SkySpark? Contact me if you need help.

Dylan Bardin Wed 5 Feb

Thank you Alper! Of course you've done this before! I'll reach out!

Login or Signup to reply.