IntelliJ WSDL in Android application generates errors -
so i've been developing android application in xamarin (visual studio) decided move java (in intellij). app using company internals web service. while in c# worked ok, there problems in java namely:
methods/fields different. example:
classa.foo = ... //in c# classa.getwsserviceport().foo = ... //in java while other methods/fields missing. instance there no field cookie manager nor user credentials.
another thing i've noticed when open class generated wsdl imminently get's red errors. noteworthy first errors in file (on class name):
import javax.xml.ws.service; import javax.xml.ws.webendpoint; import javax.xml.ws.webserviceclient; import javax.xml.ws.webserviceexception; import javax.xml.ws.webservicefeature;
Comments
Post a Comment