Questions tagged [sap-pi]

The tag is intended for questions about integration between SAP and non-SAP systems though SAP PI/PO middleware and question covering integration flows between third-party solutions and SAP PI.

SAP Process Integration (PI) currently known as SAP Process Orchestration (PO) is an enterprise application integration middleware that allows building synchronization scenarios and asynchronous communication between SAP and non-SAP systems through SOAP and REST protocols, flat files, IDocs and other means. Additionally PI allows A2A and B2B interfacing and have special adapters for Salesforce, Oracle, Peoplesoft, Siebel, Informatica and others.

Current release of SAP PO includes also SAP BPM and SAP BRM.

103 questions
26
votes
5 answers

Problem with WCF client calling one-way operation

I have run into a problem when calling web service on a SAP PI bus from my WCF client. The operation is defined as one-way, and the method on my proxy operation contract is decorated accordingly when the service reference is added. However, the…
kay.herzam
  • 3,053
  • 3
  • 26
  • 37
14
votes
4 answers

SOAP-ERROR: Parsing WSDL: Unknown required WSDL extension 'http://schemas.xmlsoap.org/ws/2004/09/policy' in PHP SoapClient while calling SAP PI

I'm trying to implement a Web Service running on an SAP PI system. The WSDL I got looks like this:
Ahatius
  • 4,777
  • 11
  • 49
  • 79
5
votes
2 answers

Using basic authentication in SAP PI calls from .NET

I'm getting the error message below when trying to call the SAP PI Web Services using C#.net console app: The HTTP request is unauthorized with client authentication scheme 'Basic'. The authentication header received from the server was 'Basic…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
5
votes
3 answers

Unauthorized HTTP request with Anonymous authentication of SAP PI service

I have a .WSDL file from our client company, for which I need to use to call a web service. Their system is SAP (SAP PI). My application is a C# .NET 3.5 client developed in VS 2008. I added a Service Reference in Visual Studio using their provided…
Sai Jin
  • 405
  • 3
  • 11
4
votes
1 answer

Proper datatype for storing 'μm' in database?

Problem I need to put some values into Z-table with unit, which are not in SAP standard(micron). EDIT : I'm talking about 'μm' itself, not it's meaning - I made table which have 'unit' field, which are putting 'μm' inside that field, and 'value'…
3
votes
1 answer

XSLT 3.0 stylesheet compilation error with accumulator

I'm trying to transform my XML so I can easily convert it to JSON in a sap integration process. I'm getting a stylesheet compilation error and I cant figure out why. Here is my XML:
3
votes
1 answer

Calling SAP PI web service throws ADAPTER.JAVA_EXCEPTION

I'm making a Java SOAP call to a WS on SAP PI. Tried with a curl and it worked well, getting a response. Is there something to do more on Java that I miss? Trying with the code below, I got the following response: