soapsuds and configuration file

  • Thread starter Thread starter Gugale at Lincoln
  • Start date Start date
G

Gugale at Lincoln

Hi,

I used soapsuds tool to create an interface assembly for a SAO. I created a
client which uses this SAO and added a reference to the interface assembly.
The client program worked well when I used RegisterWellKnownClientType
method to register the SAO. However, when I used a configuration file it
didn't work.

The same configuration file works if I use the original assembly reference,
instead of one generated by the soapsuds tool, in the client application.

Any ideas?

Thanks

S Gugale
 
Gugale at Lincoln said:
Hi,

I used soapsuds tool to create an interface assembly for a SAO. I created
a client which uses this SAO and added a reference to the interface
assembly. The client program worked well when I used
RegisterWellKnownClientType method to register the SAO. However, when I
used a configuration file it didn't work.

The same configuration file works if I use the original assembly
reference, instead of one generated by the soapsuds tool, in the client
application.

Any ideas?

Thanks

S Gugale

I figured out what I was doing wrong. I had given different name to the
assembly generated by soapsuds and forgot to modify the configuration file
to reflect the change.
 
Back
Top