Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Biz Talk Orchestration > How to remove c...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 4082 of 4219
Post > Topic >>

How to remove compilation error WSDL is Web referenced

by =?Utf-8?B?U2FuamF5?= <Sanjay@[EMAIL PROTECTED] > Feb 28, 2008 at 02:15 PM

Hi,
I am able to consume following Webservice using Windows project:
https://xmlgateway.metavante.org/ConnectwareWSDL/CI/CIAcctPrflWSV3.wsdl


But when I add web reference in BizTalk project, I get compilation error:
Warning	1	Namespace 'mtvnCWCIAcctPrflReqData' is not available to be 
referenced in this schema.	C:\Do***ents and Settings\IL90599\My 
Do***ents\Visual Studio 2005\Projects\Test\Test\Web 
References\org.metavante.xmlgateway\Reference.xsd	
Error	2	The 'mtvnCWCIAcctPrflReqData:CIAcctPrflReqData' element is not 
declared.	C:\Do***ents and Settings\IL90599\My Do***ents\Visual Studio 
2005\Projects\Test\Test\Web
References\org.metavante.xmlgateway\Reference.xsd	


WSDL has schema reference types.

Any help is greately appreciated.

I use VS2008 & BizTalk 2006.
Thanks,
Sanjay

Attached is the WSDL content:
--------
<definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns:tns="mtvnCIAcctPrflWSV3" 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:im****t0="mtvnCWCIAcctPrflSvcReq"
	xmlns:im****t1="mtvnCWCIAcctPrflSvcRes"
	targetNamespace="mtvnCIAcctPrflWSV3" name="mtvnCIAcctPrflWSV3" 
xmlns="http://schemas.xmlsoap.org/wsdl/">

	<do***entation xmlns="http://schemas.xmlsoap.org/wsdl/">Connectware
Web 
Service Interface</do***entation>

	<types>
		<xsd:schema>
			<xsd:im****t schemaLocation="./CIAcctPrflWSV3SvcReq.xsd" 
namespace="mtvnCWCIAcctPrflSvcReq" />
			<xsd:im****t schemaLocation="./CIAcctPrflWSV3SvcRes.xsd" 
namespace="mtvnCWCIAcctPrflSvcRes" />
		</xsd:schema>
	</types>

	<message name="CIAcctPrflMtvnSvcReqMsg">
		<do***entation xmlns="http://schemas.xmlsoap.org/wsdl/"
/>
		<part name="messagePart" element="im****t0:CIAcctPrflMtvnSvcReq" />
	</message>
	<message name="CIAcctPrflMtvnSvcResMsg">
		<do***entation xmlns="http://schemas.xmlsoap.org/wsdl/"
/>
		<part name="messagePart" element="im****t1:CIAcctPrflMtvnSvcRes" />
	</message>

	<****tType name="mtvnCWCIAcctPrflWSV3Interface">
		<do***entation 
xmlns="http://schemas.xmlsoap.org/wsdl/">CIAcctPrflWSV3</do***entation>
		<operation name="CIAcctPrfl">
			<do***entation xmlns="http://schemas.xmlsoap.org/wsdl/"
/>
			<input message="tns:CIAcctPrflMtvnSvcReqMsg" />
			<output message="tns:CIAcctPrflMtvnSvcResMsg" />
		</operation>
	</****tType>

	<binding name="mtvnCWCIAcctPrflWSV3" 
type="tns:mtvnCWCIAcctPrflWSV3Interface">
		<soap:binding trans****t="http://schemas.xmlsoap.org/soap/http"

style="do***ent" />
		<operation name="CIAcctPrfl">
			<soap:operation soapAction="CIAcctPrflWSV3:CIAcctPrflMtvnSvcReqMsg" 
style="do***ent" />
			<input>
				<soap:body use="literal" />
			</input>
			<output>
				<soap:body use="literal" />
			</output>
		</operation>
	</binding>

	<service name="mtvnCWCIAcctPrflWSV3">
		<****t name="mtvnCWCIAcctPrflWSV3****t"
binding="tns:mtvnCWCIAcctPrflWSV3">
			<soap:address 
location="https://xmlgateway.metavante.org/ConnectwareWS/CIAcctPrflWSV3"
/>
		</****t>
	</service>
</definitions>
-----
 




 1 Posts in Topic:
How to remove compilation error WSDL is Web referenced
=?Utf-8?B?U2FuamF5?= <  2008-02-28 14:15:02 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 7:18:57 CST 2008.