Quantcast
Channel: SCN: Message List - Service-Oriented Architecture (SOA) and SAP
Viewing all 1056 articles
Browse latest View live

Re: Error in Consuming WSDL in ABAP

$
0
0

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 please. I think this is complete WSDl as well.

 

<?xml version="1.0" encoding="ISO-8859-1"?>

<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:servicename" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:servicename">

  <types>

  <xsd:schema elementFormDefault="qualified" targetNamespace="urn:servicename">

  <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

  <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>

  <xsd:complexType name="DoSomethingRequestType">

  <xsd:all>

  <xsd:element name="Name" type="xsd:string" form="unqualified"/>

  <xsd:element name="Age" type="xsd:int" form="unqualified"/>

  </xsd:all>

  </xsd:complexType>

  <xsd:complexType name="DoSomethingResponseType">

  <xsd:all>

  <xsd:element name="Pass" type="xsd:boolean" form="unqualified"/>

  </xsd:all>

  </xsd:complexType>

  <xsd:element name="DoSomething" type="tns:DoSomethingRequestType"/>

  <xsd:element name="DoSomethingResponse" type="tns:DoSomethingResponseType"/>

  </xsd:schema>

  </types>

  <message name="DoSomethingRequest">

  <part name="parameters" element="tns:DoSomething"/>

  </message>

  <message name="DoSomethingResponse">

  <part name="parameters" element="tns:DoSomethingResponse"/>

  </message>

  <portType name="servicenamePortType">

  <operation name="DoSomething">

  <documentation>N/A</documentation>

  <input message="tns:DoSomethingRequest"/>

  <output message="tns:DoSomethingResponse"/>

  </operation>

  </portType>

  <binding name="servicenameBinding" type="tns:servicenamePortType">

  <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

  <operation name="DoSomething">

  <soap:operation soapAction="http://10.101.0.10/abcd/SOAP-SERVER/lib/two.php#DoSomething" style="document"/>

  <input>

  <soap:body use="literal" namespace="urn:servicename"/>

  </input>

  <output>

  <soap:body use="literal" namespace="urn:servicename"/>

  </output>

  </operation>

  </binding>

  <service name="servicename">

  <port name="servicenamePort" binding="tns:servicenameBinding">

  <soap:address location="http://10.101.0.10/abcd/SOAP-SERVER/lib/two.php"/>

  </port>

  </service>

</definitions>


Re: Error in Consuming WSDL in ABAP

$
0
0

As suggested in another thread, please check OSS note 1327511

Re: Error in Consuming WSDL in ABAP

$
0
0

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.

Re: Consumer Proxy Error

$
0
0

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

ABAP Web service

$
0
0

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 please throw some light on this.

 

Thanks,

Raj.

PDF file transfer using web service

$
0
0

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 through web service?

Can we achieve that?

I know we can create a spool and convert that spool to PDF binary format using FM  CONVERT_OTFSPOOLJOB_2_PDF.

But once data is converted, I checked within SAP in debug mode, it is coming in some non-readable format.

 

WSDL file is not able to interpret that data for front end system and front end system is giving error "http/1.1 500 internal server error"

 

Any pointer on this will be highly appreciated.

 

Thanks

Puneet

Re: ABAP Web service

$
0
0

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" section and web service would need valid user id and password to get info out of ECC.

 

Thanks

Puneet

Re: ABAP Web service

$
0
0

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.

 

Thx

Raj.


Internet explorer getting hung when accessing SOAMANAGER

$
0
0

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 screen appears but when we try to navigate to  other tab or click on any link in the inital screen(system connection etc) we get error saying that this page has become unresponsive you may either wait or kill the page.

 

From here we are not able to proceed furthur .We have done same configuration in our pre-prod environment and it works fine

 

We have activated all the requires services and also checked note all settings seem to be fine

 

1936501 - Transaction SOAMANAGER does not work

 

I have attached the document with error screenshots .Please check and provide your inputs

 

Regards,

Murali

Re: SOAMANAGER - Services

$
0
0

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

Re: PDF file transfer using web service

$
0
0

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.

Re: Logon authentication in REST web service

$
0
0

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 send over the network and should neither be stored.

The http get parameters are also secured via https, so as long as your ssl connection is not compromised it is no problem to transfer them in  a "fat url".

 

Best regards

 

Roland

Re: Error in Consuming WSDL in ABAP

$
0
0

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.

Error calling external web service from SAP

$
0
0

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 parameters.

When I test proxy object from SE80, I get an error which is in attached file.

I noticed that in input and output parameters of proxy object there is no 'CONTROLLER' component generated at any level. I suppose this caused the error, and if so, the actual problem is why this component didn't get generated. Is maybe the wsdl file (which is also attached) somehow uncompleted or something else could be a reason? Any help would be appreciated.

 

Tnx in advance.

How to consume a table returned from a sap webservice in c#.net

$
0
0

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 because webservice does not support table with header lines? I tried using table type as type of table in FM but i got the same result. Please help me.


Web service processing error; more details in the web service error log on provider side(UTC timestamp ''; Transaction ID '')

$
0
0

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 configuration i am testing through SOAP UI TOOL , but i am getting below error in soap ui response.

 

Please help me to resolve this issue.

 

My Pay load.

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:urn="urn:sap-com:document:sap:rfc:functions">

   <soap:Header/>

   <soap:Body>

      <urn:ZISV_TEST1>

         <PUT_OPPT_AGGREMENT>

            <MODE1>1</MODE1>

            <DATA>NARAYANA</DATA>

         </PUT_OPPT_AGGREMENT>

      </urn:ZISV_TEST1>

   </soap:Body>

</soap:Envelope>

 

Response

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">

   <env:Header/>

   <env:Body>

      <env:Fault>

         <env:Code>

            <env:Value>env:Receiver</env:Value>

         </env:Code>

         <env:Reason>

            <env:Text xml:lang="en">Web service processing error; more details in the web service error log on provider side (UTC timestamp 20140501021028; Transaction ID BDD5D0E38A99F1EE9D5F0A4EAF320888)</env:Text>

         </env:Reason>

         <env:Detail/>

      </env:Fault>

   </env:Body>

</env:Envelope>

 

Regards

Nani

Re: Consuming WebServices FEDEX

$
0
0

Were you able to resolve this issue? I'm also getting the same error

Re: Consuming WebServices FEDEX

$
0
0

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.

Re: How to authenticate by DIGEST auth. method?

Re: How to authenticate by DIGEST auth. method?

$
0
0

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 it myself at that time otherwise I would have posted the answer.

 

Sorry.

Viewing all 1056 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>