cancel
Showing results for 
Search instead for 
Did you mean: 

Deployable Proxy with two wsdl files

Former Member
0 Kudos

Hello,

I have a problem with deployable proxies and two wsdl files.

In wsdl A returns a method an object of type Foo.

In wsdl B a method expects a parameter of type Foo.

Foo is a class of the Web service provider.

I created a new deployable proxy called p.

For both wsdl files I chose Create -> new client proxy definiton and for both of them I had to create a new package (a and b).

Now I have two Foo classes:

p.a.types.Foo and p.b.types.Foo

But I would like to have only one Foo class and use it for both proxy definitions.

Is this possible?

Thanks and regards

Patrick

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member195709
Participant
0 Kudos

I have similar kind of requirements. I was looking for options to create single proxy with multiple wsdl files, couldn't find any option. Have you found any?

Bala

Former Member
0 Kudos

Hi,

no I haven't found a solution.

> I was looking for options to create single proxy with multiple wsdl files

I was thinking the same because the folder is called WSDL Files.

Hope somebody could help.

Regards

Patrick