All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.bingads.microsoft.bingads.13.0.5.source-code.generateProxy.bat Maven / Gradle / Ivy

Go to download

The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.

There is a newer version: 13.0.22.1
Show newest version
set pkgpath="com\microsoft\bingads\%1"
set "pkgpath=%pkgpath:.=\%"
echo pkgpath=%pkgpath%
rd /s /q "%pkgpath%"
call ..\tools\WsdlEnumGenerator\bin\Debug\net452\WsdlEnumGenerator.exe %1 %2


if exist jaxb-bindings-%1.xml (
    "%JAVA_HOME%\bin\wsimport" -encoding UTF-8 -disableXmlSecurity -Xnocompile -target 2.1 -B-enableIntrospection -p com.microsoft.bingads.%1 -b jaxb-bindings-%1.xml -b jaxb-bindings-all.xml -b jaxws-bindings-%1.xml %2?wsdl
) else (
    "%JAVA_HOME%\bin\wsimport" -encoding UTF-8 -disableXmlSecurity -Xnocompile -target 2.1 -B-enableIntrospection -p com.microsoft.bingads.%1 -b jaxb-bindings-all.xml -b jaxws-bindings-%1.xml %2?wsdl
)
pause




© 2015 - 2024 Weber Informatics LLC | Privacy Policy