Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying To Register a Web Service
Message
From
16/11/2006 12:26:25
 
 
To
15/11/2006 14:30:52
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
01170017
Message ID:
01170334
Views:
9
Bruce,

Can you access the WSDL directly via IE? Is it mssoap 2.0 or 3.0? Is the machine Windows 2000 sp4 or WinXP? Can you post your code? What type of authentication are you using? Is it basic authentication? Are you passing a username and password with the soap request?


An example using soap 3.0:

wsClient = CREATEOBJECT("MSSOAP.SoapClient30")
wsClient.mssoapinit(MyWebServicePath,MyWebServiceName)
wsClient.ConnectorProperty("AuthUser") = ALLTRIM(myusername)
wsClient.ConnectorProperty("AuthPassword") = ALLTRIM(mypassword)
wsClient.ConnectorProperty("WinHTTPAuthScheme") = 1 && 1 = Basic Authentication I think

Here is a good article (but its not in English):

http://www.portalfox.com/index.php?name=News&file=article&sid=1074


>I'm trying to register a web service through VFP and I keep getting an error.
>
>"Error generating IntelliSense scripts. Chec for a valid WSDL URL location or invalid WSDL content. the WSDL file may have been in use -- try regenerating the XML Web Services files again.
>
>WSDLReader: WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: A security problem occured.
>HRESULT=0x1: Incorrect function.
>- WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: The parameter is incorrect."
>
>Any detailed direction would be greatly appreciated!
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform