Service cannot be described with WSDL?

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

Service cannot be described with WSDL?

jin1212
Hello,
   Any time that I tried to export a service that has complex type (other than primitives or String), it gives me an error when I try to view the WSDL.
The error message is as follows: "WSDLException: faultCode=OTHER_ERROR: Service cannot be described with WSDL (orderItemGroups / List)"
We are used to doing complex object mappings through WSDD. Is there any place in Ofbiz where we can define the complex type mappings so that they can be translated in the WSDL?
It appears thats what they were trying to do in the services.xml when they define the type of attributes, but it's not functioning correctly.
Any suggestions?

Thank you, jin
Reply | Threaded
Open this post in threaded view
|

Re: Service cannot be described with WSDL?

Jacques Le Roux
Administrator
For complex mappings you have to use AXIS. OFBiz doest not support them OOTB

Jacques

De : "jin1212" <[hidden email]>

>
> Hello,
>    Any time that I tried to export a service that has complex type (other
> than primitives or String), it gives me an error when I try to view the
> WSDL.
> The error message is as follows: "WSDLException: faultCode=OTHER_ERROR:
> Service cannot be described with WSDL (orderItemGroups / List)"
> We are used to doing complex object mappings through WSDD. Is there any
> place in Ofbiz where we can define the complex type mappings so that they
> can be translated in the WSDL?
> It appears thats what they were trying to do in the services.xml when they
> define the type of attributes, but it's not functioning correctly.
> Any suggestions?
>
> Thank you, jin
> --
> View this message in context: http://www.nabble.com/Service-cannot-be-described-with-WSDL--tf4261734.html#a12127827
> Sent from the OFBiz - User mailing list archive at Nabble.com.