python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sending MTOM SOAP attachment Via Python Zeep or SUDS or any other way
I have been browsing and have not been able to find a way to send MTOM attachments, whether it is via SUDS or Zeep python libraries. I see that Zeep allows the reading of MTOM attachments. But not the...
Adam M
Votes: 0
Answers: 0
java.lang.NoClassDefFoundError even add dependencies in build.gradle
Good day,
Base on https://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html ,
I successful up the web service with my wsdl file. The different thing from the website...
Panadol Chong
Votes: 0
Answers: 1
Folder error setting up WSDL in Matlab on mac
I'm trying to set up WSDL tools in Matlab on a mac (following this tutorial: https://www.mathworks.com/help/matlab/matlab_external/display-a-world-map.html).
The matlab.wsdl.setWSDLToolPath('JDK',jdk,...
Henry Brice
Votes: 0
Answers: 0
Apache Camel SOAP/CXF request to Server (Spring Boot)
I am trying to make requests to dedicated WSDL server with the help of Apache Camel CXF.
I have the WSDL URL:
http://www.learnwebservices.com/services/tempconverter?wsdl
I've made the Java classes of ...
Andrei Gavrilov
Votes: 0
Answers: 1