cancel
Showing results for 
Search instead for 
Did you mean: 

http://xx.yyy.com:50000/ValueMappingInService/ValueMappingInImplBean

Former Member
0 Kudos

Dear experts,

What is the use of below url ??

http://xx.yyy.com:50000/ValueMappingInService/ValueMappingInImplBean

I have searched in google but couldn't find any relevant document on this.

reg, Avinash

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Avinash,

From where you got this link?

If your looking for value replication check the links in the below document

Value Mapping Replication for Mass Data - Integration Directory - SAP Library

Former Member
0 Kudos

Hello Raghu,

This url is configured in lookup SOAP receiver channel.

reg, Avinash

bhavesh_kantilal
Active Contributor
0 Kudos

this is pointed out is used for value mapping by mass replication.the url used is the Java proxy runtime url for value mapping by mass replication. The implementation of this Java proxy is done by SAP where this is then loaded into PI value mapping tables.

a Quick SCN search will provide tons of info on this standard SAP interface and url.

apu_das2
Active Contributor
0 Kudos

Hi Bhavesh,

For mass value replication the receiver URL seems to be like below -

http://XXXXXXXXXXX:xxxxx/MessagingSystem/receive/JPR/XI

Though this is to connect PI Java proxy cache using SOAP Adapter (TP-HTTP, MP - XI3.0)

When the url is used mentioned by avinash. Is it if we configure receiver CC with MP - SOAP 1.1 ?

Thanks,

Apu

bhavesh_kantilal
Active Contributor
0 Kudos

Good Catch Apu! You are indeed right. The URL used in your XI / or SOAP With XI Adapter is the Java Proxy URL. My previous answer is incorrect.

The URL that Avinash is describing seems to point to the Integration Directory API for Value Mapping.

Below is the ValueMappingReplication Webservice / API screenshot from Webservices Navigator with the corresponding URL.

So the communication channel used in the PI Configuration is pointing to the Value Mapping Web service and making the call to perform the required operations.

A Sample operation is the Query Operation where you can make the call and get the list of all ValueMappingID to then perform a Read Operation.

Query Operation

Read Operation uses ValueMappingID

Likewise other operations are supported!

bhavesh_kantilal
Active Contributor
0 Kudos

Hello Avinash,

In addition to the above response, I would suggest you look up the Action in your SOAP Receiver channel, this will tell you the Operation being performed on the Value Mapping Replication Webservice.

Also, lookup the request message that is used, this will confirmed to the Service Interface for ValueMappingReplication under IntegrationDirectoryAPI and the structure would be as you see in Webservices Navigator..

Regards

Bhavesh

Former Member
0 Kudos

Hello Bhavesh,

How did you come to page in the first screen shot ?

reg, avinash

bhavesh_kantilal
Active Contributor
0 Kudos
  • Go http:\\host:port\wsnavigator
  • select provider system
  • search for *valuemapping*

all webservices provided by PI are visible here..

Regards

Bhavesh