Soap Call

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Soap Call

prasath
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
prasath rajan 9442369696
Reply | Threaded
Open this post in threaded view
|

Re: Soap Call

Mike Z
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
>