Quantcast
Channel: SCN : Unanswered Discussions - Data Services and Data Quality
Viewing all articles
Browse latest Browse all 3719

Issue connecting to webservices

$
0
0

I am working 4.1 SP2 Data Services. Currently in my dev environment, I have a real time job which I receive an IDOC from ECC and process that IDOC in BODS and call a web service function to send the information from that IDOC. It works perfectly there. The webservice is http and everything is configured there properly.

 

I moved that code to my QA environment. In that environment the job server is split from the web tier. My web tier is named bobjqas and my jobserver is named datasvcqas. I set up the environment following the same steps. I wasn't sure where the axis2.xml file should go, so I have put it in both servers under %link_dir%\etc\webservice-c. My certificate for the wsdl is also in both servers.

 

When I try to process an IDOC from ecc, I receive it and try to send it to the wsdl it errors with the very generic error <AL_ERROR_NUM>3</AL_ERROR_NUM><AL_ERROR_MSG>Unknown error communicating with server.</AL_ERROR_MSG>.

 

If I link the axis2 path in the datastore I and try to run it I get the following error:

<AL_ERROR_NUM>3</AL_ERROR_NUM><AL_ERROR_MSG>Creation of web service client for the web service <DeliveryProcessing_Out> failed. Check log file <C:\ProgramData\SAP BusinessObjects\Data Services/log/axis2_log.txt>.</AL_ERROR_MSG>

 


I am able to connect to the wsdl via a browser on my server. I am able to connect to the wsdl via SOAPui from a computer within my network but cannot install it on the server. My services are up and running in the Management Console. When I did move the code, I did make sure and change out the new wsdl I am using as well as remove and re add the new function for the web service.


The only difference between the DEV and QAS is that the wsdl url is a little different and in QAS the servers are split.  Is there additional configurations I need to do to make this work? Did I miss something? attached is my axis2.xml.  Let me know if you need further information or clarification.


Viewing all articles
Browse latest Browse all 3719

Trending Articles