JD Edwards EnterpriseOne, Application Release E920 , Tools Release 9.2.5.1
I have created a custom BSSV object using JAX-WS to consume a SOAP API. I created a proxy using the WSDL link provided to me. The proxy folder has a "....porttype.java" file that contains information about request wrapper, response wrapper and their namespaces, also the parameter namespaces.
I test this proxy by assigning parameter values to java variables and passing the variables into a call to...
Read more
I have created a custom BSSV object using JAX-WS to consume a SOAP API. I created a proxy using the WSDL link provided to me. The proxy folder has a "....porttype.java" file that contains information about request wrapper, response wrapper and their namespaces, also the parameter namespaces.
I test this proxy by assigning parameter values to java variables and passing the variables into a call to...
Read more