Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Creating Object Correctly
Message
From
14/02/2005 13:44:14
 
 
To
14/02/2005 11:24:42
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00985142
Message ID:
00986724
Views:
52
Hi,

FWIW, I ran my VFP8 wizard against the WSDL file that you sent and, in this case, got exactly the same script as you, viz.
loRegisterCustomer = loWSHandler.SetupClient ;("e:\tmp\RegisterCustomerV1.wsdl", "RegistrationCustomerService", "RegisterCustomer")
BUT - there's something wrong with the WSDL:
  <wsdl:service name="RegistrationCustomerService">
      <wsdl:port binding="impl:RegisterCustomerSoapBinding" name="RegisterCustomer">
         <wsdlsoap:address location="http://localhost:8080/3connect/services/RegisterCustomerV1"/>
      </wsdl:port>
   </wsdl:service>
That should have the actual URL not a localhost address
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform