Re: trouble about c++ client using vc6

2006-08-15 Thread Katze
Could you tell me how to adopt MS SOAP Toolkit 3 with Visual C++ 6.0? I am a beginner. Thanks a lot! iamnxm wrote: > > Hi, Katze > I have adopted the Microsoft SOAP Toolkit Version 3. Everything goes well. > -- View this message in context: http://www.nabble.com/trouble-about-c%2B%2B-clie

Re: trouble about c++ client using vc6

2006-07-18 Thread iamnxm
Hi, Katze I have adopted the Microsoft SOAP Toolkit Version 3. Everything goes well. -- View this message in context: http://www.nabble.com/trouble-about-c%2B%2B-client-using-vc6-tf1883003.html#a5374389 Sent from the Axis - C++ - User forum at Nabble.com. -

Re: trouble about c++ client using vc6

2006-07-17 Thread Katze
Hi, iamnxm I have the just same compiling problem like yours under VC6. Have you now any solution? -- View this message in context: http://www.nabble.com/trouble-about-c%2B%2B-client-using-vc6-tf1883003.html#a5361551 Sent from the Axis - C++ - User forum at Nabble.com. ---

Re: trouble about c++ client using vc6

2006-07-04 Thread iamnxm
thanks, John I have readed the instruction and follow it but it does not work properly. I guess if i miss some steps. :-> -- View this message in context: http://www.nabble.com/trouble-about-c%2B%2B-client-using-vc6-tf1883003.html#a5164598 Sent from the Axis - C++ - User forum at Nabble.com.

Re: trouble about c++ client using vc6

2006-07-04 Thread John Hawkins
; To axis-c-user@ws.apache.org cc Subject Re: trouble about c++ client using vc6 Hi,  Adrian,thank you for your reply. I'm a newbie about Axis. :)  " m_pCall->setEndpointURI() " is the first clause in the constructor of "UpdateService", i

Re: trouble about c++ client using vc6

2006-07-03 Thread iamnxm
Hi, Adrian,thank you for your reply. I'm a newbie about Axis. :) " m_pCall->setEndpointURI() " is the first clause in the constructor of "UpdateService", i can't realize what's the difference from entering constructor and invoking the clause. I think that the error occurs at the invoking time

Re: trouble about c++ client using vc6

2006-07-03 Thread Adrian Dick
ut error occurs when runing. I have debuged it and fond that it > seems that there are some errors in clauses below: UpdateService:: > UpdateService() :Stub(" ", APTHTTP1_1) { m_pCall->setEndpointURI(" > http://192.168.1.107:8080/update/services/UpdateService";); } a

trouble about c++ client using vc6

2006-07-03 Thread iamnxm
e() :Stub(" ", APTHTTP1_1) { m_pCall->setEndpointURI("http://192.168.1.107:8080/update/services/UpdateService"); } any suggestions are appreciated View this message in context: trouble about c++ client using vc6 Sent from the Axis - C++ - User forum at Nabble.com.