cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in calling BLT from external system as Web Service

Former Member
0 Kudos

Hi All,

I have written a BLT, which basically does some functionality with certain input and gives out some output. Stored the transaction and taken the WSDL from ../WSDLGen/..../TransactionName

Then using that WSDL in external application (3rd party tool basically does web services call) calling the BLT with the required input.

BLT also called and sends out the output as expected to external application.

But the weird happening here, some times it calls some time it not.

Alternatively calls some times. Goes in to fault.

Its not working for sequential calls.why is it? Do i need to clear any thing?

while calling I ahve to close Business Logic Editor? I have done all the things still works occasionally.

Thanks in advance,

Murugappan.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Murugappan,

What version of xMII are you using? Be sure it is 11.5.2 . Also, what is the URL you are calling and what is the Output type, should be string. There should be no concurrency issues and it should not matter if the editor is open. Hope this helps.

Regards,

Salvatore Castro

xMII Consulting & Field Enablement

0 Kudos

Murugappan,

Now the version should be 11.5.3 which is available on the <a href="http://service.sap.com">SAP Service Marketplace</a>. The URL call should be: http://<ServerName>/Lighthammer/WSDLGen/<Path To Transaction>/<TransactionName>. The output transaction property has to be of type String, but the string can be XML data. Please post what the results of your efforts are.

-Sam