Re: using jaxbri binding

2011-03-10 Thread Mansour Al Akeel
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

using jaxbri binding

2011-03-06 Thread Mansour Al Akeel
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