Quantcast
Channel: Web Service Help
Viewing all articles
Browse latest Browse all 248

(no title)

$
0
0

I am able to ping gateway, default node, already consumed WSDL with no error. Message are non-rowset based. I am getting request message in my code.

While calling SetXmlDoc, the code is returning false. The code is as below:
&lxmlDoc = CreateXmlDoc(&SOAPDoc_Req.GenXmlString());
&MY_LDAP_TEST1 = &lxmlDoc.GenXmlString();
WinMessage("0 &MY_LDAP_TEST1 GenXmlString()->" | &MY_LDAP_TEST1);

&lmsgGoRequest = CreateMessage(Operation.SOxxxxx, %IntBroker_Request);
&abc = &lmsgGoRequest.SetXmlDoc(&lxmlDoc);
WinMessage("&abc:" | &abc);
&lmsgGoResponse = %IntBroker.SyncRequest(&lmsgGoRequest);
WinMessage("1 &MY_LDAP_TEST1 &lmsgGoResponse.ResponseStatus ->" | &lmsgGoResponse.ResponseStatus);

As a result, SyncRequest is not returning response message.


Viewing all articles
Browse latest Browse all 248

Trending Articles