Hi Akhil,
WSDL does not allow you to refer to types section of an imported wsdl.
The only way is to import a.xsd into C.
Thanks,
Shivanand
Akhil Kodali wrote:
> Hi,
>
> I've imported an external WSDL (A), which i need to invoke.
> I've defined a bpel(B) and its corresponding wsdl(C).
> In B i need to use a complex type(D) defined in A.
> I was able to use D in B and not in C.
> To do so I need to have a schema xsd file defined with the the types.
>
> Is there any way to use the types directly from the WSDL without
> having to refer to a xsd.
>
> Thanking you in anticipation.
>
> Akhil Kodali