Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Walk thru and Fall down!
Message
From
20/11/2003 17:48:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Walk thru and Fall down!
Miscellaneous
Thread ID:
00852123
Message ID:
00852123
Views:
45
Did the VFP8.0 walk thru on my XP Pro computer with IIS running and set up with a proper virtual directory and when attempting to execute the WebService with the Task Pane "Explore WebSrevice" tool the following data appears in the Web Service Test Results form:
Error: 1429 - OLE IDispatch exception code 0 from Connector: Connector:Connection time out. HRESULT=0x800A1527 - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1527 - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1527 - Client:Unspecified client error. HRESULT=0x800A1527..
Connector:Connection time out. HRESULT=0x800A1527 - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1527 - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1527 - Client:Unspecified client error. HRESULT=0x800A1527
It has been published, the WSDL is as follows:
<?xml version='1.0' encoding='UTF-16' ?>
<!-- Generated 11/20/03 by Microsoft SOAP Toolkit WSDL File Generator, Version 3.00.1325.0 --> 
<definitions
	name='ShowCustomers'
	targetNamespace='http://GLENNXP-HOME/ShowCustomers/wsdl/'
	xmlns:wsdlns='http://GLENNXP-HOME/ShowCustomers/wsdl/'
	xmlns:typens='http://GLENNXP-HOME/ShowCustomers/type/'
	xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
	xmlns:xsd='http://www.w3.org/2001/XMLSchema'
	xmlns:stk='http://schemas.microsoft.com/soap-toolkit/wsdl-extension'
	xmlns:dime='http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/'
	xmlns:ref='http://schemas.xmlsoap.org/ws/2002/04/reference/'
	xmlns:content='http://schemas.xmlsoap.org/ws/2002/04/content-type/'
	xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
	xmlns='http://schemas.xmlsoap.org/wsdl/'>

	<types>
		<schema
			targetNamespace='http://GLENNXP-HOME/ShowCustomers/type/'
			xmlns='http://www.w3.org/2001/XMLSchema'
			xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
			xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
			elementFormDefault='qualified'>

			<import namespace='http://schemas.xmlsoap.org/soap/encoding/'/>
			<import namespace='http://schemas.xmlsoap.org/wsdl/'/>
			<import namespace='http://schemas.xmlsoap.org/ws/2002/04/reference/'/>
			<import namespace='http://schemas.xmlsoap.org/ws/2002/04/content-type/'/>

		</schema>
	</types>

	<message name='ShowCustomers.HELLOWORLD'>
	</message>

	<message name='ShowCustomers.HELLOWORLDResponse'>
		<part name='Result' type='xsd:anyType'/>
	</message>

	<message name='ShowCustomers.customersingermany'>
	</message>

	<message name='ShowCustomers.customersingermanyResponse'>
		<part name='Result' type='xsd:string'/>
	</message>

	<portType name='ShowCustomersSoapPort'>

		<operation name='HELLOWORLD' parameterOrder=''>
			<input message='wsdlns:ShowCustomers.HELLOWORLD'/>
			<output message='wsdlns:ShowCustomers.HELLOWORLDResponse'/>
		</operation>

		<operation name='customersingermany' parameterOrder=''>
			<input message='wsdlns:ShowCustomers.customersingermany'/>
			<output message='wsdlns:ShowCustomers.customersingermanyResponse'/>
		</operation>

	</portType>

	<binding name='ShowCustomersSoapBinding' type='wsdlns:ShowCustomersSoapPort' >

		<stk:binding preferredEncoding='UTF-16'/>
		<soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>

		<operation name='HELLOWORLD'>
			<soap:operation soapAction='http://GLENNXP-HOME/ShowCustomers/action/ShowCustomers.HELLOWORLD'/>
			<input>
				<soap:body
					use='encoded'
					namespace='http://GLENNXP-HOME/ShowCustomers/message/'
					encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
			</input>
			<output>
				<soap:body
					use='encoded'
					namespace='http://GLENNXP-HOME/ShowCustomers/message/'
					encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
					parts='Result'/>
			</output>
		</operation>

		<operation name='customersingermany'>
			<soap:operation soapAction='http://GLENNXP-HOME/ShowCustomers/action/ShowCustomers.customersingermany'/>
			<input>
				<soap:body
					use='encoded'
					namespace='http://GLENNXP-HOME/ShowCustomers/message/'
					encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
			</input>
			<output>
				<soap:body
					use='encoded'
					namespace='http://GLENNXP-HOME/ShowCustomers/message/'
					encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
					parts='Result'/>
			</output>
		</operation>

	</binding>

	<service name='ShowCustomers' >
		<port name='ShowCustomersSoapPort' binding='wsdlns:ShowCustomersSoapBinding' >
			<soap:address location='http://GLENNXP-HOME/myWserv1/ShowCustomers.WSDL'/>
		</port>
	</service>

</definitions>
Any Ideas?

Glenn
Next
Reply
Map
View

Click here to load this message in the networking platform