Re: Error in Consuming WSDL in ABAP
Dear Annapuma, I tried another dummy WSDL with document/literal binding but i am still getting the same error in SAP. Again this WSDL works fine in SOAP UI and XMLSPY. Kindly have a look on this WSDL...
View ArticleRe: Error in Consuming WSDL in ABAP
As suggested in another thread, please check OSS note 1327511
View ArticleRe: Error in Consuming WSDL in ABAP
Hi Imran,Currently I have the same error. How do you have solved? I checked OSS note 1327511 but in my system is not implementable. Thanks.
View ArticleRe: Consumer Proxy Error
Hi Gourav, I am facing the same problem of Murali, i am filling all the parameters of the service but when i call the service method the same exception ois thrown, any idea? Regards Jon
View ArticleABAP Web service
Hi Gurus, I know we can consume a web service directly into SAP without PI. I would like to know how the securities/access works if I want to consume a web service from third party system. Can someone...
View ArticlePDF file transfer using web service
Hi, We are using ABAP web service (through function module) to transfer some data from ECC to a portal system which is Non-SAP system.One of the requirement is to send Invoice print out in PDF format...
View ArticleRe: ABAP Web service
Hi Raju, When you configure web service through SOAMANAGER, you can specify the authentication and transport layer there.For example you can check the checkbox userid and password in "Authentication"...
View ArticleRe: ABAP Web service
Hi Puneet, Thanks for the info. Can you please provide me what info do I need to give along with WSDL inorder third party consume my ABAP Web service? Please provid me details. ThxRaj.
View ArticleInternet explorer getting hung when accessing SOAMANAGER
Hi Team, Need your help to fix below issue We have an issue with SOAMANAGER.When we execute the tocde soamanager in our BW development environment it opens the weblink in Internet explorer.Inital...
View ArticleRe: SOAMANAGER - Services
Hello Kumar:I find a solution pls go to strust to check the SYSTEM_PSE is set or not ,if set it is green.how to set right click --Replace
View ArticleRe: PDF file transfer using web service
Hello Punit, One way you can try is sending internal table data in XML format.Check with front end system if they convert XML data to PDF or not.
View ArticleRe: Logon authentication in REST web service
Hi.Do not send a username password combination but a username hash(username:password) combination, also work with hashvalues in your backend not with passwords saved anywhere. Passwords should never be...
View ArticleRe: Error in Consuming WSDL in ABAP
Dear Lilibeht,make sure that you are not using "soap:binding style="rpc"" in your wsdl. Do not use RPC binding style. instead go for document/literal binding style. Follow WS-i WSDK standard.
View ArticleError calling external web service from SAP
Hi, I generated proxy object and logical port in order to call external web service from SAP. Proxy object is generated from local WSDL file. Also, I put web service endpoint URL in logical port call...
View ArticleHow to consume a table returned from a sap webservice in c#.net
I'm working on a project where i have created a webservice in which a function module returns a table. But when i try to consume it in c#.net only header information is being consumed. I guess it is...
View ArticleWeb service processing error; more details in the web service error log on...
Hi Frinds, I am working As a ABAPer, I am working now on system version 731. I was created Web Service by exposing a RFC function module same time created configuration in SOAMANAGER . ater...
View ArticleRe: Consuming WebServices FEDEX
Were you able to resolve this issue? I'm also getting the same error
View ArticleRe: Consuming WebServices FEDEX
I was able to resolve this by increasing the trace in SOA Manager. The detailed trace log showed me the details for failure. It was because of bad values passed to request element.
View ArticleRe: How to authenticate by DIGEST auth. method?
There was a solution but I don't have access anymore so I need to tell you from my memories. As far as I remember there was a parameter in one of the webservice classes, but I am not sure. I didn't fix...
View Article