Two questions really:

1) I'm using Delphi 6 Professional - does anyone know of any components that allow a wsdl file to be fetched at runtime and then accessed assuming that it supports some agreed upon web service calls?

2) I have created a web service using eclipse and systinet's plugin, I can import the wsdl file inside Delphi by creating a new wsdl importer, but when I import it, in the initialisation part of the wsdl file, it creates the following lines:
InvRegistry.RegisterInterface(TypeInfo(IHelloWorld), 'http://systinet.com/wsdl/demotest1/', 'utf-8');
InvRegistry.RegisterDefaultSOAPAction(TypeInfo(IHelloWorld), 'http://systinet.com/wsdl/demotest1/HelloWorld#getMessage?KClMamF2YS9sYW5nL1N0cmluZzs=');


InvRegistry.RegisterInvokeOptions(TypeInfo(IHelloWorld), ioDocument);
RemClassRegistry.RegisterXSInfo(TypeInfo(string_Response), 'http://systinet.com/xsd/SchemaTypes/', 'string_Response');


the above urls are pointing to systinet.com, but the service is running on my computer!! I tried replacing it with "mycompname:6060" but then I get an error message that still makes it look like it's looking for systinet.com. The service runs fine from the client also running in eclipse.

Is this a case of the wsdl being incorrectly imported or am I missing a configuration setting somewhere?

Phil.

_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to