Error Creating Proxy from WSDL. Unknown error.

Not applicable

Hi,

I'm attempting to create a new API proxy and I'm having difficulty importing the WSDL for the service.

The WSDL source is:

https://webservice.s7.exacttarget.com/etframework.wsdl

The error message is:

'Error Creating Proxy from WSDL

Unknown error.'

As a debugging measure I have attempted to save the WSDL to a file and import too.

Can someone point me in the right direction?

Thanks,

Mike

0 7 441
7 REPLIES 7

Not applicable

@Mike

When you are able to save the wsdl , try to create a proxy from file itself.

There might be a chance of Network issue.

I did saved the files and then attempting to create a proxy but got the same error.

Former Community Member
Not applicable

Saving this WSDL locally will not help.

Former Community Member
Not applicable

@Mike Kazemi , I looked at your WSDL. The Element Owner has been defined recursively. This is not something we support.

I can't see any recursive definition for Owner element. Could you please tell how where it is?

Tnx

Former Community Member
Not applicable

The element "Owner" found here:

<element name="CustomerKey" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<element name="Owner" type="tns:Owner" minOccurs="0" maxOccurs="1"/>
<element name="CorrelationID" minOccurs="0" type="xsd:string"/>
<br>

If you import the WSDL to soap ui, you will notice that soap ui ignores the "Owner" element.

BTW, When I remove PUT,DELETE, POST and PATCH methods from proxy. It seems it is going well but then returns with another error which is about 15MB limitation.