PDA

View Full Version : Cannot publish procedures



Karl A. Sørensen
12-Sep-2005, 04:29 AM
I try to publish a procedure in my webapp, but get an error message in my
browser. If I change the procedure to a function all works ok. I am running
VDF11.

The test procedure I try to publish:
Procedure TestService integer iniCount
End_procedure

The error message in my browser:
Web Service Error
There is a problem with the page you are trying to reach and it cannot be
displayed.
--------------------------------------------------------------------------------

Technical Information (for support personnel)

a.. More information:
Application error occurred during processing.Technical details for the
site administrator: Internal error: SAXParseException: Datatype error:
Type:InvalidDatatypeValueException, Message:Value '' is not in enumeration .
(, line 1, column 3077) Please check the Windows event log for further
information about the problem.

--------------------------------------------------------------------------------

HTTP 500 - Internal server error
Visual DataFlex Web Application Server


--
Med vennlig hilsen
Kamstrup-EMS AS

Karl A. Sørensen
Senior Software Developer
Direkte: +47 37 03 56 40
Mobil : +47 92 23 74 04
E-mail : kas@kamstrup-ems.no
Web : www.kamstrup-ems.no

Sonny Falk
12-Sep-2005, 09:33 AM
> I try to publish a procedure in my webapp, but get an error message in my
> browser. If I change the procedure to a function all works ok. I am
running
> VDF11.
Unfortunately there was a bug (or actuallt a series of bugs) introduced in
11.0 that broke support for web services without a return type, i.e.
Procedure instead of Function. This has been fixed in 11.1.

-Sonny Falk (DAC)

Karl A. Sørensen
13-Sep-2005, 03:06 AM
Thanks!

"Sonny Falk" <sonny-f@dataaccess.com> wrote in message
news:Bg$sta6tFHA.4044@dacmail.dataaccess.com...
>> I try to publish a procedure in my webapp, but get an error message in my
>> browser. If I change the procedure to a function all works ok. I am
> running
>> VDF11.
> Unfortunately there was a bug (or actuallt a series of bugs) introduced in
> 11.0 that broke support for web services without a return type, i.e.
> Procedure instead of Function. This has been fixed in 11.1.
>
> -Sonny Falk (DAC)
>
>