Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by entelec

  1. entelec

    Soapdatamodule parameter problem

    Hi Pietjeparasietje Assigning the parameter value by using AsString don't solve my problem. In the web debugger I see in SOAP-XML message that the parameter value is pass to the webservice. <?xml version="1.0" ?> - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"...
  2. entelec

    Soapdatamodule parameter problem

    Yes the SQL statement is correct and working, because in the DBGrid on the client side I see the column names after opening the ClientDataset but I don't have any result records. The SQL statement SELECT tes_id, tes_description FROM test WHERE tes_description = 'Frank' gives me a result record...
  3. entelec

    Soapdatamodule parameter problem

    Hi, I created a Soapdatamodule (WebService) with an ADOQuery and DatasetProvider on it. The option poAllowCommandText of the DatasetProvider is set to true. The client application uses a Soapconnection and a ClientDataset. The RemoteServer is set to the Soapconnection and the Providername is...

Part and Inventory Search

Back
Top