unable to use type from an imported wsdl for the wsdl of the bpel

View: New views
3 Messages — Rating Filter:   Alert me  

unable to use type from an imported wsdl for the wsdl of the bpel

by Akhil Kodali :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: unable to use type from an imported wsdl for the wsdl of the bpel

by Shivanand Kini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: unable to use type from an imported wsdl for the wsdl of the bpel

by Akhil Kodali :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Sivanand,
     Thank you for the clarification.

Akhil

Shivanand Kini wrote:

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