Hi guys,
Thanks for replying.as u know i know nothing about Axis
SOAP and am just trying to figure it out as im required to post Data using Axis to a WebService.
I managed to run WSDL2Java from the wsdl file and it created the
Java files. what do i have to do now? whats the next step? i have already written a code based on DynamicInvoker from the Axis Sample folder but it gives me the following error:
java.lang.NullPointerException
at com.axissoap.client.MaxisSoapClient.getParamData(MaxisSoapClient.java:190)
at com.axissoap.client.MaxisSoapClient.invokeMethod(MaxisSoapClient.java:151)
at com.axissoap.client.MaxisSoapClient.main(MaxisSoapClient.java:326)
Exception in
thread "main"
I have about 20 parameters to post and this is the wsdl file :
http://202.75.163.46:2503/ECPAWSDL/ECPA32.WSDL Please help me here.
thanks,
Sachin
