Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPrinting Problems Pin
kjessee27-Dec-03 10:02
kjessee27-Dec-03 10:02 
GeneralRe: Printing Problems Pin
kjessee27-Dec-03 17:19
kjessee27-Dec-03 17:19 
GeneralDatabase (ACCESS) problem Pin
ansontong27-Dec-03 6:56
ansontong27-Dec-03 6:56 
GeneralRe: Database (ACCESS) problem Pin
Roger Wright27-Dec-03 7:50
professionalRoger Wright27-Dec-03 7:50 
GeneralRe: Database (ACCESS) problem Pin
ansontong27-Dec-03 8:45
ansontong27-Dec-03 8:45 
GeneralTool Tip Drop Shadows Pin
BarryPearlman27-Dec-03 6:54
BarryPearlman27-Dec-03 6:54 
QuestionHow to set font and colours for forms and buttons? Pin
Takhir27-Dec-03 4:24
Takhir27-Dec-03 4:24 
Generalsproxy.exe error with fault element Pin
Anonymous26-Dec-03 23:00
Anonymous26-Dec-03 23:00 
When I use sproxy.exe (version 7.00.9466), I get an error message: SDL1000 : Not enough storage is available to complete this operation. If I remove the fault element from the operation element, the header is generated. See wsdl below. Any ideas?

Thanks,
Rick

<?xml version = '1.0'?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns2="http://xmlns.catch.com/ws/types"
xmlns:tns="http://xmlns.catch.com/ws"
name="RemoteAccess"
targetNamespace="http://xmlns.catch.com/ws">
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://xmlns.catch.com/ws/types"
targetNamespace="http://xmlns.catch.com/ws/types">

<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

<complexType name="WebServiceException">
<sequence>
<element name="errorCode" type="int"/>
<element name="message" type="string"/></sequence></complexType>

</schema></types>

<message name="RemoteAccessProvider_endSession"/>
<message name="RemoteAccessProvider_endSessionResponse"/>


<portType name="RemoteAccessProvider">

<operation name="endSession" parameterOrder="">
<input message="tns:RemoteAccessProvider_endSession"/>
<output message="tns:RemoteAccessProvider_endSessionResponse"/>
<fault name="WebServiceException" message="tns:WebServiceException"/></operation>

</portType>

<binding name="RemoteAccessProviderBinding" type="tns:RemoteAccessProvider">

<operation name="endSession">
<input>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://xmlns.catch.com/ws"/></input>
<output>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://xmlns.catch.com/ws"/></output>

<!-- Offending Code, remove and sproxy.exe works.-->
<fault name="WebServiceException">
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://xmlns.catch.com/ws/"/></fault>
<!-- Offending Code End -->

<soap:operation soapAction=""/></operation>

<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/></binding>
<service name="RemoteAccess">
<port name="RemoteAccessProviderPort" binding="tns:RemoteAccessProviderBinding">
<soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://localhost/ws"/></port></service></definitions>

Generalconnection with oracle and sorting the database object as per hierarchal Pin
utkarsharma26-Dec-03 19:21
utkarsharma26-Dec-03 19:21 
GeneralExplain the Output Pin
SiddharthAtw26-Dec-03 18:19
SiddharthAtw26-Dec-03 18:19 
GeneralRe: Explain the Output Pin
Monty226-Dec-03 20:55
Monty226-Dec-03 20:55 
GeneralRe: Explain the Output Pin
VickyMD26-Dec-03 22:15
sussVickyMD26-Dec-03 22:15 
GeneralDestruction of static object Pin
Anonymous26-Dec-03 18:02
Anonymous26-Dec-03 18:02 
GeneralRe: Destruction of static object Pin
Monty226-Dec-03 20:39
Monty226-Dec-03 20:39 
GeneralRe: Destruction of static object Pin
Tim Smith27-Dec-03 3:05
Tim Smith27-Dec-03 3:05 
GeneralRe: Destruction of static object Pin
Gary R. Wheeler27-Dec-03 6:35
Gary R. Wheeler27-Dec-03 6:35 
GeneralRe: Destruction of static object Pin
Tim Smith27-Dec-03 13:27
Tim Smith27-Dec-03 13:27 
GeneralRe: Destruction of static object Pin
Michael Dunn27-Dec-03 7:38
sitebuilderMichael Dunn27-Dec-03 7:38 
GeneralButton Control Pin
Best Friend26-Dec-03 17:13
Best Friend26-Dec-03 17:13 
GeneralRe: Button Control Pin
shultas26-Dec-03 17:52
shultas26-Dec-03 17:52 
GeneralI'm not a programmer, but looking for help Pin
junkyx26-Dec-03 12:26
junkyx26-Dec-03 12:26 
GeneralRe: I'm not a programmer, but looking for help Pin
Marek Grzenkowicz27-Dec-03 1:10
Marek Grzenkowicz27-Dec-03 1:10 
Generalfocus different views and timer Pin
(Steven Hicks)n+126-Dec-03 11:19
(Steven Hicks)n+126-Dec-03 11:19 
GeneralRe: focus different views and timer Pin
Monty226-Dec-03 20:59
Monty226-Dec-03 20:59 
GeneralRe: focus different views and timer Pin
(Steven Hicks)n+127-Dec-03 13:15
(Steven Hicks)n+127-Dec-03 13:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.