Search Results

0
votes
2answers
421 views

Does NuSoap have to be configured a certain way when calling from WCF?

I'm trying to call a php webservice using WCF. I googled some public php services to see if I could replicate the error I was receiving and I created 2 different unit tests to demonstrate. …
2
votes
2answers
705 views

WCF client errors when consuming Java services

I'm currently working on a project where I need to consume a Java webservice. If I connect to the service using old webservices (asmx) it works fine. However, If I try to do the same thing with a …
2
votes
1answer
35 views

How do I reuse complex types accross different services?

I have 2 separate java services that use a complex type that is a exactly the same but takes an email object as a parameter like: class Email{ Description{get;} Address{g …
0
votes

Does NuSoap have to be configured a certain way when calling from WCF?

That looks helpful, I will give it a shot when I get into the office tomorrow. Thanks! That worked! Thanks. …