Forum Discussion
Jakob_Villadsen
17 years agoContributor
Hi Ole,
I've attached two files that should give you a chance to reproduce my problem.
1) service.asmx is a very simple asp.net webservice, that should run if you have IIS installed and copy it to C:\Inetpub\wwwroot\service.asmx
I think it requires .net 2 in order to run.
2) A soapui project file with a few tests:
- echoByteArray - numbers
- Soapui validation fails with: error: base64Binary: Invalid value: not encoded properly; T=base64Binary@http://www.w3.org/2001/XMLSchema
- Service can be called anyway but returns "5676574=" instead of the expected "5676574"
- echoByteArray - letters
- Soapui validation fails with: error: base64Binary: Invalid value: not encoded properly; T=base64Binary@http://www.w3.org/2001/XMLSchema
- Service can be called anyway but returns "abcd" instead of the expected "abcde"
- echoByteArray - browsed file
- Soapui validation fails with: error: base64Binary: Invalid value: not encoded properly; T=base64Binary@http://www.w3.org/2001/XMLSchema
- response is:
HTTP/1.1 415 Unsupported Media Type
X-AspNet-Version: 2.0.50727
Date: Thu, 10 Jul 2008 10:35:34 GMT
Content-Length: 0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
Server: Microsoft-IIS/6.0
Cache-Control: private
Do you get same problems?
I've attached two files that should give you a chance to reproduce my problem.
1) service.asmx is a very simple asp.net webservice, that should run if you have IIS installed and copy it to C:\Inetpub\wwwroot\service.asmx
I think it requires .net 2 in order to run.
2) A soapui project file with a few tests:
- echoByteArray - numbers
- Soapui validation fails with: error: base64Binary: Invalid value: not encoded properly; T=base64Binary@http://www.w3.org/2001/XMLSchema
- Service can be called anyway but returns "5676574=" instead of the expected "5676574"
- echoByteArray - letters
- Soapui validation fails with: error: base64Binary: Invalid value: not encoded properly; T=base64Binary@http://www.w3.org/2001/XMLSchema
- Service can be called anyway but returns "abcd" instead of the expected "abcde"
- echoByteArray - browsed file
- Soapui validation fails with: error: base64Binary: Invalid value: not encoded properly; T=base64Binary@http://www.w3.org/2001/XMLSchema
- response is:
HTTP/1.1 415 Unsupported Media Type
X-AspNet-Version: 2.0.50727
Date: Thu, 10 Jul 2008 10:35:34 GMT
Content-Length: 0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
Server: Microsoft-IIS/6.0
Cache-Control: private
Do you get same problems?