trying a soap call after a long time, my question ...
# cfml-general
g
trying a soap call after a long time, my question i have a soap api wsdl which when called using the auth gives all the bindings which one of the bindings i have to use to make an extra call to update a record like this tne is the bindings <wsdl:binding name="PersonServiceSoapHttp" type="tns:PersonService"> in the soapUI.org, i can create the wsdl and it list down all the connected bindings and in one CreateService i can create a request and pass the xml bosy to get response just need a start to know how can i approach this back again Tried with cfinvoke with passing the username/pssword and for method, i called CreateService, but i am getting issues like this
Copy code
C:\ColdFusion2021\cfusion\stubs\WS_-1209133194_2\src\org\w3\www\_2001\xmlschema\AnySimpleType.java:81: error: cannot find symbol if (local==null){ ^ symbol: variable local location: class AnySimpleType C:\ColdFusion2021\cfusion\stubs\WS_-1209133194_2\src\org\w3\www\_2001\xmlschema\AnySimpleType.java:87: error: cannot find symbol xmlWriter.writeCharacters(org.apache.axis2.databinding.utils.ConverterUtil.convertToString(local)); ^ symbol: variable local location: class AnySimpleType C:\ColdFusion2021\cfusion\stubs\WS_-1209133194_2\src\org\w3\www\_2001\xmlschema\AnySimpleType.java:277: error: cannot find symbol org.apache.axis2.databinding.utils.ConverterUtil.convertToString(local) ^ symbol: variable local location: class AnySimpleType Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.