We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@qitia , hii, i upgrade my bing ads sdk to use pom xml version of 13.0.16.2
(previously, i used version: 13.0.15). now i start getting issue :
java.lang.ClassNotFoundException: jakarta.xml.ws.spi.Provider.
the below dependncies appear in 13.0.16.2, jakarta.jws jakarta.jws-api 3.0.0
jakarta.xml.ws jakarta.xml.ws-api 3.0.0
it fail in this class. > com.microsoft.bingads.internal.ServiceFactoryImpl#createServiceWithRetry
BTW, THE Cxf version is 4.0.2.
any answer please? (service works before in 13.0.15).
The text was updated successfully, but these errors were encountered:
which java version are you at please? we have an example pom file for java 8 for your reference if you happen on that: https://github.com/BingAds/BingAds-Java-SDK/blob/ad39698c19b75d2755ca9ffa098f286e93448523/examples/BingAdsDesktopApp/pom_for_java1.8.xml
Sorry, something went wrong.
No branches or pull requests
@qitia , hii, i upgrade my bing ads sdk to use pom xml version of 13.0.16.2
(previously, i used version: 13.0.15). now i start getting issue :
java.lang.ClassNotFoundException: jakarta.xml.ws.spi.Provider.
the below dependncies appear in 13.0.16.2,
jakarta.jws
jakarta.jws-api
3.0.0
jakarta.xml.ws
jakarta.xml.ws-api
3.0.0
it fail in this class. >
com.microsoft.bingads.internal.ServiceFactoryImpl#createServiceWithRetry
BTW, THE Cxf version is 4.0.2.
any answer please? (service works before in 13.0.15).
The text was updated successfully, but these errors were encountered: