Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specific requirement to return an error
Message
From
31/08/2002 02:12:38
 
 
To
31/08/2002 02:00:39
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00695587
Message ID:
00695623
Views:
15
>>Yes. But keep in mind that, as stated in SOAP specs, you shouldn't have more than one fault element and, when present, it must come as a Body descendent.
>
>When you say one fault element, do you mean only one error?
>
>Also, what is the definition of Body descendent?

Something like
<Body>
<Fault>
<faultcode>Server.Busy</faultcode>
<faultstring>Too many connections</faultstring>
<detail>you can be more specific here, including sub-elementing</detail>
</Fault>
</Body>
----------------------------------
António Tavares Lopes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform