Skip to Content
0
Feb 17, 2011 at 12:37 PM

wsdl

35 Views

Hi guys,

I am trying to test a WSDL from a 3rd party with altova xml spy.....when I click on the wsdl tab it says

"cannot show wsdl...a wsdl doc has to start with a in namespace " http://schemas.xmlsoap.org/wsdl" or

a in namespcae " http://www.w3.org/ns/wsdl"

my wsdl is as follows.

<?xml version="1.0" encoding="UTF-8"?>

<!--

Salesforce.com Enterprise Web Services API Version 21.0

Generated on 2011-02-17 12:06:36 +0000.

Copyright 1999-2011 salesforce.com, inc.

All Rights Reserved

-->

enterprise.soap.sforce.com"

xmlns="http://schemas.xmlsoap.org/wsdl/"

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns:tns="urn:enterprise.soap.sforce.com"

xmlns:fns="urn:fault.enterprise.soap.sforce.com"

xmlns:ens="urn:sobject.enterprise.soap.sforce.com">....................

.

what must be the issue