Click here to Skip to main content
15,914,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bug in WideCharToMultiByte Pin
Prakash Nadar24-Feb-04 5:24
Prakash Nadar24-Feb-04 5:24 
GeneralRe: Bug in WideCharToMultiByte Pin
Anonymous24-Feb-04 18:35
Anonymous24-Feb-04 18:35 
Generalc2678 issue Pin
pwyzorski24-Feb-04 4:55
pwyzorski24-Feb-04 4:55 
GeneralRe: c2678 issue Pin
Jonas Larsson24-Feb-04 6:11
Jonas Larsson24-Feb-04 6:11 
GeneralRe: c2678 issue Pin
Jonas Larsson24-Feb-04 6:12
Jonas Larsson24-Feb-04 6:12 
GeneralRe: c2678 issue Pin
pwyzorski24-Feb-04 6:46
pwyzorski24-Feb-04 6:46 
QuestionHow to know whether or not Internet Connection Firewall is enabled or not for a network connection. Pin
koteswara24-Feb-04 4:53
koteswara24-Feb-04 4:53 
GeneralWSDL problem... Pin
Orkun GEDiK24-Feb-04 4:50
Orkun GEDiK24-Feb-04 4:50 
Howdy my friends!

We have been developing Pocket PC solution for SAP R/3. But, we faced a problem with web service on .NET 2003. When I try to invoke method from VB.NET, return values don't set. Always "nothing". But, I can see the response SOAP message from SAP R/3 by MS SOAP Trace tool.
My sample code as below;

' Set RFC parameters<br />
        Dim strPrm1 As String<br />
<br />
        ' Set URL<br />
        Dim sURL As String<br />
        sURL = "http://ybpent:8000/sap/bc/soap/rfc?sap-client=274"<br />
<br />
        ' Set credentials<br />
        Dim m_Credentials As ICredentials<br />
        m_Credentials = New NetworkCredential("xxxxx", "xxxxx")<br />
<br />
        ' Set web service<br />
        Dim m_RfcGetTrustedSystemId As New dNETSOAP4SAPR3.RfcGetTrustedSystemId.RFC_GET_TRUSTED_SYSTEM_IDService<br />
        m_RfcGetTrustedSystemId.Url = sURL<br />
        m_RfcGetTrustedSystemId.Credentials = m_Credentials<br />
        m_RfcGetTrustedSystemId.Timeout = -1<br />
<br />
        ' Call web service<br />
        strPrm1 = m_RfcGetTrustedSystemId.RFC_GET_TRUSTED_SYSTEM_ID()<br />
        m_RfcGetTrustedSystemId.Dispose()


Anybody has an idea about it?

Thanks.

Orkun GEDiK
GeneralRe: WSDL problem... Pin
Prakash Nadar24-Feb-04 4:55
Prakash Nadar24-Feb-04 4:55 
GeneralRe: WSDL problem... Pin
Orkun GEDiK24-Feb-04 4:58
Orkun GEDiK24-Feb-04 4:58 
GeneralwRITE 2 a textfile Pin
wytse24-Feb-04 4:13
wytse24-Feb-04 4:13 
GeneralRe: wRITE 2 a textfile Pin
toxcct24-Feb-04 4:23
toxcct24-Feb-04 4:23 
GeneralRe: wRITE 2 a textfile Pin
Anonymous24-Feb-04 4:58
Anonymous24-Feb-04 4:58 
GeneralRe: wRITE 2 a textfile Pin
wytse24-Feb-04 5:43
wytse24-Feb-04 5:43 
GeneralRe: wRITE 2 a textfile Pin
Robert A. T. Káldy24-Feb-04 20:57
Robert A. T. Káldy24-Feb-04 20:57 
GeneralHook problem Pin
Silly Boy24-Feb-04 2:50
Silly Boy24-Feb-04 2:50 
GeneralRe: Hook problem Pin
David Crow24-Feb-04 9:33
David Crow24-Feb-04 9:33 
GeneralPreCreateWindow Pin
Jnewg524-Feb-04 2:48
Jnewg524-Feb-04 2:48 
GeneralRe: PreCreateWindow Pin
Prakash Nadar24-Feb-04 2:53
Prakash Nadar24-Feb-04 2:53 
Questionhow to read Viedio CD sectors Pin
longdafeng24-Feb-04 2:37
longdafeng24-Feb-04 2:37 
GeneralOverloading function operator () Pin
BIG_MG24-Feb-04 1:56
BIG_MG24-Feb-04 1:56 
GeneralRe: Overloading function operator () Pin
Mike Dimmick24-Feb-04 2:05
Mike Dimmick24-Feb-04 2:05 
GeneralRe: Overloading function operator () Pin
David Crow24-Feb-04 2:47
David Crow24-Feb-04 2:47 
GeneralRe: Overloading function operator () Pin
Prakash Nadar24-Feb-04 2:49
Prakash Nadar24-Feb-04 2:49 
GeneralRe: Overloading function operator () Pin
Ian Darling24-Feb-04 3:31
Ian Darling24-Feb-04 3:31 

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.