Re: Web services - jaxb binding

2011-03-16 Thread Jacques Le Roux
Interesting... Looking forward Jacques From: Alexander Graf alex.g...@student.htw-berlin.de Okay I got something interesting: http://synodinos.net/2007/08/02/web-services-interoperability-fable-with-java-and-php/ The author Dionysios G. Synodinos says, that An ENVELOPE described with

Re: Web services - jaxb binding

2011-03-16 Thread Alexander Graf
Okay it is definitely not working. I commented out the lines: OMAttribute defaultNS = factory.createOMAttribute(xmlns, null, ModelService.TNS); resService.addAttribute(defaultNS); in org.ofbiz.webapp.event.SOAPEventHandler and got a response without xmlns=http://ofbiz.apache.org/service/

Re: Web services - jaxb binding

2011-03-15 Thread Alexander Graf
Okay I got something interesting: http://synodinos.net/2007/08/02/web-services-interoperability-fable-with-java-and-php/ The author Dionysios G. Synodinos says, that An ENVELOPE described with an rpc-literal binding MUST place the part accessor elements for parameters and return value in no

Re: Web services - jaxb binding

2011-03-14 Thread Alexander Graf
Hi, I have the same Problem, ofbiz sends an answer, but it never appears in the holder. MapMap myMap = new MapMap(); myMap.getMapEntry().add(mapEntry); myMap.getMapEntry().add(mapEntryLogin); myMap.getMapEntry().add(mapEntryPassword);

Web services - jaxb binding

2011-03-11 Thread Mansour Al Akeel
Hello all, I am not advanced in web services, so bear with me. I am trying to create a client to call some functions through webservices. The web services in ofbiz use maps. For example, I am trying to obtain a product by id. The web service response includes the product as eeval-Product. In the