cancel
Showing results for 
Search instead for 
Did you mean: 

wsdl issues

Former Member
0 Kudos

I have received a wsdl that I'm trying to import and use. The message I need shows up correctly, but in the message it refers to a wsdl:part. The part that it refers to is defined earlier in the wsdl. It's a complex type. The problem that the complex type doesn't not show up. The only thing that shows up is the wsdl:message name. Any ideas why the complex type wouldn't show up?

Thanks...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I figured this out on my own. The problem was how a complex type was structured.

I changed it from...

<xsd:element name="GroupAssignment">

<xsd:complexType>

to

<xsd:complexType name="GroupAssignment">

and it works fine.

Former Member
0 Kudos

Hi

Just post the entire wsdl on forum so we will have look on it.So we can help you out if possible.

Regards

Piyush.

Former Member
0 Kudos

Hi,

Can you send the wsdl file to my ID m a i l u s e r 1 0 0 at y a h o o com

I will take a look at it. Probably the part does not refer to the Type (=Data Type) correctly.

Cheers,

Bhanu