does nusoap have configured certain proceed job wcf?
i'm perplexing php webservice controlling wcf. i googled open php services i replicate blunder i receiving i combined 2 opposite section tests demonstrate.
the exam unsuccessful i following error:
system.servicemodel.protocolexception: calm form text/xml; charset=iso-8859-1 response summary does review calm form contracting (text/xml; charset=utf-8). controlling tradition encoder, certain iscontenttypesupported slight implemented properly. initial 601 bytes response were: '
here section tests:
[testmethod]
public vacant wcf_call_to_siteinspect() {
//this use doesn't work. gets same communication blunder the possess servers
var soapclien = new siteinspect.siteinspectportclient();
var response = soapclien.dositeinspect("any", "any", "www.google.com");
assert.istrue(response.servertime.length > 0);
}
[testmethod]
public vacant wcf_call_to_finnservice() {
//this use works.... looking during wsdl appears references removed wsdl file. reason?
var soapclient = new nusoapfinnservice.finnwordsporttypeclient();
var finnlyric = soapclient.getrandomneilfinnlyric("text");
assert.istrue(finnlyric.length > 0);
}
the exam box bottom (the finn service) upheld during following url:
the initial exam box unsuccessful given following url:
the wholly inadequacy i wsdl finn use references an antipathetic file. xmlns:tns="http://www.nickhodge.com/nhodge/finnwords/finnwords.wsdl . bug wcf expects wsdl specific format?
Comments
Post a Comment