how to generate a soap request envelope from wsdl in java without using third party jars and wsimport?

StackOverflow https://stackoverflow.com/questions/22094993

  •  18-10-2022
  •  | 
  •  

Question

I have taken a sample WSDL http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL. I am trying to find a way to generate a soap request envelope for an operation present in that WSDL through JAVA without using WSImport and third party jars. Is there any way to do this?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top