When I was playing around with SOAP and 9.04 (a while ago), I remember
that I had add "ns1" to the following code in SOAPClientEngine.java to
make it properly work (at least with my perl client).
< call.setOperationName(new QName(modelService.nameSpace,
modelService.invoke, "ns1"));
---
> call.setOperationName(new QName(modelService.nameSpace, modelService.invoke));
I have't tried 10.04/trunk.
On Thu, Jul 7, 2011 at 12:17 AM, prasanth r <
[hidden email]> wrote:
> hi all,
>
> When we make SOAP call to ofbiz it is giving exception in
> SOAPSerializer.java(functions), which is not found in 9.04 and lower
> versions in ofbiz.
>
> thanks & regards
> prasath rajan
>