Click here to Skip to main content
15,922,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Export data from a process memory Pin
David Crow23-Dec-04 2:48
David Crow23-Dec-04 2:48 
GeneralADO ERROR error C2143: '_Connection' Pin
x86Assembeler22-Dec-04 0:57
x86Assembeler22-Dec-04 0:57 
GeneralRe: ADO ERROR error C2143: '_Connection' Pin
Blake Miller22-Dec-04 5:46
Blake Miller22-Dec-04 5:46 
GeneralNo. of char in RichEdit Pin
verma-rahul21-Dec-04 23:45
verma-rahul21-Dec-04 23:45 
GeneralRe: No. of char in RichEdit Pin
David Crow22-Dec-04 2:45
David Crow22-Dec-04 2:45 
GeneralPutting emoticons in rich edit Pin
verma-rahul21-Dec-04 23:25
verma-rahul21-Dec-04 23:25 
QuestionHow to invoke a web service from c++ project with a structure as parameter Pin
selim_by21-Dec-04 23:18
selim_by21-Dec-04 23:18 
AnswerRe: How to invoke a web service from c++ project with a structure as parameter Pin
Antti Keskinen22-Dec-04 13:48
Antti Keskinen22-Dec-04 13:48 
Are you using Visual Studio 6.0 ?

If yes, consider moving to Visual Studio .Net 2003. It has the excellent Add Web Reference wizard, which will generate wrapper classes for Web Services. This means that if a Web Service's WSDL defines that it takes an array, the invoking method of the class also requires an array.

If you can't upgrade the environment, try fetching the latest SOAP Toolkit from Microsoft and installing it. It's support will be retired in April 2005, but it's still available for download here[^]. The main reason for SOAP Toolkit deprecation is the coming of .NET Framework, which inherently supports Web Services. Using .NET requires Visual Studio .Net 2002 or later, though, so you're in the same problem again.

The SOAP Toolkit specifies the COM object SoapClient30. This COM object can initialize itself based on a WSDL file. Having said that, obtain a WSDL file for the Web Service you wish to use, use COM to create the SoapClient30 object, initialize it with the WSDL file, and you can directly call the method that takes an array as a parameter.

-Antti Keskinen

----------------------------------------------
"If we wrote a report stating we saw a jet fighter with a howitzer, who's going to believe us ?"

-- R.A.F. pilot quote on seeing a Me 262 armed with a 50mm Mauser cannon.
GeneralText File Update Pin
gemini6521-Dec-04 23:05
gemini6521-Dec-04 23:05 
GeneralRe: Text File Update Pin
naren-vc22-Dec-04 0:12
naren-vc22-Dec-04 0:12 
GeneralRe: Text File Update Pin
David Crow22-Dec-04 2:47
David Crow22-Dec-04 2:47 
GeneralRe: Text File Update Pin
gemini6524-Dec-04 23:53
gemini6524-Dec-04 23:53 
GeneralRe: Text File Update Pin
David Crow28-Dec-04 2:54
David Crow28-Dec-04 2:54 
Generalabout pasting and the GetClipboardSequenceNumber Pin
Filomela21-Dec-04 21:13
Filomela21-Dec-04 21:13 
GeneralShellExecute add\remove programs Pin
Eran_Co21-Dec-04 20:43
Eran_Co21-Dec-04 20:43 
QuestionControlling an opened browser/Getting data from it? Pin
VCProgrammer21-Dec-04 20:36
VCProgrammer21-Dec-04 20:36 
QuestionHow to change the Menu Color using C++? Pin
pubududilena21-Dec-04 20:17
pubududilena21-Dec-04 20:17 
GeneralTone/pulse detection Pin
aesthete21-Dec-04 20:07
aesthete21-Dec-04 20:07 
GeneralRe: Tone/pulse detection Pin
Blake Miller22-Dec-04 5:47
Blake Miller22-Dec-04 5:47 
GeneralRe: Tone/pulse detection Pin
aesthete22-Dec-04 19:17
aesthete22-Dec-04 19:17 
GeneralBitmap in MSAccess OLE Object Pin
FLDev200521-Dec-04 20:05
FLDev200521-Dec-04 20:05 
GeneralEnquiry Pin
max_gundam1521-Dec-04 19:54
max_gundam1521-Dec-04 19:54 
GeneralRe: Inquiry Pin
David Crow22-Dec-04 2:55
David Crow22-Dec-04 2:55 
GeneralTelephone to modem communication Pin
aesthete21-Dec-04 19:34
aesthete21-Dec-04 19:34 
GeneralRe: Telephone to modem communication Pin
Antti Keskinen22-Dec-04 14:34
Antti Keskinen22-Dec-04 14:34 

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.