Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Creating Object Correctly
Message
De
14/02/2005 13:44:14
 
 
À
14/02/2005 11:24:42
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00985142
Message ID:
00986724
Vues:
63
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform