Re: [Webservice] Log and Monitoring ?
Hello Rachid, Can you code in the function module or is it standard?The idea is that with some extra code you can use Application log.See function groups SBAL and SBAL_TOOLBOX.Examples in package...
View ArticleFramework ignores wsdl schema
Hi everyone, I built a very simple schema and for some reasons the framework ignores the restrictions.The web service methode has a parameter that I would like to set a max length.The problem is that I...
View ArticleWeb Service Tool & SOA Manager
Hello,I've created some WS on my system using FM -> Enterprice Services -> SOAMANAGER but, when I use the Web Service Tool in "ADMIN" business role, i can't see any of them... What are the...
View Article[WebService-CONSUMER] ERROR_WEBSERVICE_RUNTIME_INIT No logical port...
Hi Guys, I have a big problem when instantiating PROXY object in ABAP for sending data through my Web Service. Context: A Program calls a Mondule Function that calls afterwards a Webservice....
View ArticleRe: [WebService-CONSUMER] ERROR_WEBSERVICE_RUNTIME_INIT No logical port...
I found note 1543696 about generating a logical port in the local client.The error occurs because the logical port for the monitored system cannot be found. As of logical ports are client dependent...
View ArticleWebservice and authorization turn off
Hi, I add to soamanager web service and turn off all authorization but when I execute URL with webservicealways I have message to enter login and password.I added to WS profile security to NONE. Where...
View ArticleConsuming Client Web Service at Different Servers
We are consuming a third party web service using the following steps :Third party vendor gave the link of their web serviceCreated a proxy class using the link.Called their method through a program. We...
View ArticleRe: ABAP calling web service provided by AXIS -error
Hi Charlie,How do we change the WSDL style? Do you mean the WSDL provider needs to change and regenerate the WSDL again? I have got a WSDL generated by a non-SAP system and using that WSDL, I created...
View ArticleRe: ABAP calling web service provided by AXIS -error
Hi Karthick, In my case, Yes. The service provider should change their WSDL style and provide the "document" style WSDL. regards, Charlie
View ArticleRe: Error target namespace must be absolute URI when consuming external WSDL
Hi Jordi i am facing same problem. let me know the solution if you solved this. thanks in advance.
View ArticleRe: error while creating Client Proxy from SE80
Hi Krishna Teja, I am facing a simillar error with the WSDL file. Can you please share what have you done to overcome this error. Thanks,Subhash.
View ArticleRe: Consuming Client Web Service at Different Servers
No reply, hope my question is clear to the experts.
View ArticleIssue while Testing the Webservice using WS Navigator
Hi All, I have developed a Webservice and tesing it using WS Navigator of SOA Manager. I am facing the issue as in the Screen-shot. I have searched and gone through forums, but I am not able to get the...
View ArticleService definitions from BAPI not available in SOAMANAGER
Hi experts, We have created some service definitions from a BAPI. Runtime configuration has been set up in transaction SOAMANAGER and everything is working fine in development environment. We've just...
View ArticleWSDL URL is not working. Getting 403 Forbidden error
Hello Experts We created a webservice from a functional module in ECC. After the webservice configuration we generated a WSDL file and when we try to access the URL present in WSDL file from our...
View ArticleHow to find the end point URL for a Enterprise Service?
Hi, I'm trying to find the URL for a service called "DocumentERPFileVariantByIDAndFileVariantIDQueryResponse"so it can be called through .NET. I've been able to locate the WSDL and generated the proxy...
View ArticleRe: How to find the end point URL for a Enterprise Service?
Hi Frank Did you check in SOAMANAGER if the service is there? If there is no end point there, you can create one. RgdsEng Swee
View ArticleRe: GET_BUSINESS_SYSTEM_ERROR for Client Proxy (Without XI)
Hi Brad, You would not believe it. I had the same issue and came to this link, and thanks to your comment I realized that I had not created the Logical Port! I love SDN for this! Issue resolved and all...
View ArticleRe: Service definitions from BAPI not available in SOAMANAGER
Have a look at SAP Note 1318499 - Transportability of Web services ... depending on how recent your SAP system is, you will probably need to do your setup in each target client once you have...
View ArticleRe: Service definitions from BAPI not available in SOAMANAGER
Hi Jonathan, Definitely it was a problem with the transport. I had to apply 1903490note to solve the problem. Many thanks for your input. Have a nice day. Regards
View Article