Ok, may be I need to include more details, and include the soap.
The binding is done with jaxb. The command to generate the stubs is:
wsdl2java.sh -uri
"http://akkatech.com/webtools/control/SOAPService/findProductById?wsdl";
-d jaxbri -o generated
When I access it, while debugging in eclipse, I c
I generated the stub to call a web service deployed internally. The response
is always null with this service.
Here's my test case:
@Test
public void testGetProduct() {
MapMap map = new MapMap();
map.getMapEntry().add(createEntry("userLogin", "ofbiz"));
map.getMapEntry().a