Question:
Hi all,
Has anybody used web methods to interface between SAP and website?
Pls advice ASAP
thanx in advance
paul
Answer:
What kind of web access do you have in mind?
At present I am working on an ASP program which generates a connection to SAP system and shall invoke a BAPI afterwards.
Answer:
What exactly are you trying to do ?
Is this web methods enterprise / integrator ?
cheers
Jon
Answer:
Hi,
Can u let me know how 2 call BAPI from ASP pages..
Regds
Answer:
What kind of web access do you have in mind?
At present I am working on an ASP program which generates a connection to SAP system and shall invoke a BAPI afterwards.
PLEASE!
Can you help me??
I NEED TO KNOW HOW DO YOU MAKE IT?
I need to send a XML message to a BC service from an ASP page, and after, get the XML data returned and use it in my ASP page.
After trying too much solutions, and scratching my head all day, I am not able to find a solution to my problem.
That's I need to know:
1) how to connect to BC from an ASP page?
2) after connection, how can I send an XML message to BC??
3) if the message is sent, how BC take it to process it and return to the ASP page the new data??
4) how can I retrieve the data??
This is what I'm trying:
<%
set xmlDoc2 = Server.CreateObject("Microsoft.XMLDOM")
xmlDoc2.async="false"
set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
xmlDoc.async="false"
xmlDoc.load(server.MapPath("XML2.xml"))
set xmlHttp = Server.CreateObject("Microsoft.XMLHTTP")
xmlHttp.open "POST", "http://User:password@111.111.111.111:5555/invoke/Login/verificar_usuario", false
xmlHttp.send(xmlDoc.xml)
xmlDoc2.load(xmlHttp.responseXML)
%>
I guess that BC can't retrieve the message I send and always fails the service.
I need help, please!
Answer:
Hi
I'm facing a problem during sending the IDoc from R/3 to Webmethod.
In R/3 side the IDoc status is showing 03. but this is not despatching . I've tested the RFC destination and it is O.K.
Can any one help me.........
Thanks and Regards,
Somnath
Answer:
have you checked that
1. You have send immediatly checked on the partner profile
2. You have Do not collect checked on the partner profile
3. You have a packet size of 1
use BD87 to try to resend
Jon
Answer:
Hi Jon,
Yes everything is O.K. I've also tried with BD87 but unable to change the status to 12.
Thanks
Somnath
Answer:
Check SM58 for TRFC errors