Just came back in this morning and the WWinterface tool didnt seem to
load correctly... It asked to uninstall I chose no... I then quit out
of VS and re-ran VS open my solution went to tools and the second time
all was well... I'm now unable to reproduce the error...
Unfortunately at the moment I get a VS error dialog ATM when I try to
generate application on my WW.webservice
"No object information could be found in the data model. Is the
GetXMLDefinition method of the web service available?"
http://localhost:8181/Services/qWeighService.asmx/GetXMLDefinition
<?xml version="1.0" encoding="utf-8" ?>
- <ServiceCallResult xmlns:xsi="
http://www.w3.org/2001/XMLSchema-
instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns="http://
tempuri.org/">
<Success>true</Success>
<LoggedIn>true</LoggedIn>
<Message />
- <SessionInfo>
<TimeoutInMilliseconds>1200000</TimeoutInMilliseconds>
</SessionInfo>
<Result xsi:type="xsd:string"><?xml version="1.0" encoding="utf-8" ?
> <model namespace="test.qWeigh" name="qWeigh"> <objects> <object
name="Shitbird" collectionName="ShitbirdCollection"> <initialSchema
pluralName="Shitbirds"> <table name="shitbird" tree="false"
displayName="shitbird" readOnly="false" searchable="false" />
<relations> </relations> <pks> <pk columnName="Id" /> </pks> <columns>
<column name="Stuff" displayName="Stuff" type="string" maxLength="10" /
> <column name="Id" displayName="Id" type="int32" editable="false" />
</columns> </initialSchema> </object> </objects> </model></Result>
</ServiceCallResult>
And yeah I got my schema a little borked ATM.