Recently I was working on web services proxy. I got 2 web services proxy. UI will call Proxy A to let say create a record. then what Proxy A will do is to call Proxy B to do the actual task which create the record (For some reason must go through Proxy A) now the problem is When UI call Proxy A, Proxy A will pass the objectA to Proxy B createRecord method which take in another different object type. Anyone came across this problem before can give me some suggestion. Instead of convert object A to object B.
XML-RPC object mapping
372 Views Asked by user236501 At
1
There are 1 best solutions below
Related Questions in PROXY
- CDN Detector Extension / Script
- How to use a proxy to obtain a static IP for my Node.js application?
- Record all desktop internet requests and select certain requests and send it to the server
- Apache Reverse Proxy: only one proxy directive is working. Second one is ignored
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How to efficiently test some HTTP proxies for accessing a specific domain?
- on linux gitclone issue remote server error showing fatal error with proxy n port
- Disable/Enable OSB proxy service via WLST
- Add proxy configuration to tracking_uri in MLFlow
- Python : Using a MTProto Proxy For a Telegram Bot
- How to proxy to another port?
- How to use ProxyAgent with http_proxy and no_proxy environment variables
- Does a 403 error occur if there is no user-agent on the proxy network?
- Enable TLS caching with squid. https_port directive support
- How to peek or ready to check whether HTTP request or not in TCP proxy?
Related Questions in SERVICE
- Why does Angular ^17 have problems with my modules, services, etc
- Problem with Android App background service stoping
- How to use interceptors with services in nestjs
- Exchange data between a Windows service and an application
- Unable to resolve service name to its IP inside kubernetes cluster
- Self Hosted Agent service startup getting failed on VM restart
- Linux service stops logging
- Disable/Enable OSB proxy service via WLST
- Write rows on destination even when an error occurs?
- paho mqtt java cannot reconnect after a long time machine sleep
- IServiceCollectionConfigurator' does not contain a definition for 'UsingRabbitMq'
- "setOngoing(true)" Notification dismissed by user
- How to run powershell command in OnStart of ServiceBase Class in C#?
- Is there any way to globally override Android's back button click?
- Terraform Azure Provider: Authenticating using a Service Principal with a Client Certificate
Related Questions in XML-RPC
- How can i use filter value in a xmlrpc function?
- how to check xmlrpc default time?
- how to know the default time for xmlrpc timeout
- How to Download Sales Order Invoice from Odoo 15 Using XML-RPC or JSON-RPC in Python Flask Without SSH Access?
- The quantity to produce must be positive!" When Setting Manufacturing Order to 'Done' Status via XML-RPC
- XML-RPC Request in JavaScript
- MAUI and XML-RPC
- Stop following the partner in Odoo 17 at creation time
- Order from draft to confirmed by xmlrpc (Odoo 16)
- PHP 8.2 xmlrpc unable to initialize module
- python3 xmlrpc socket timeout in docker
- Python XMLRPC post.date does not work with Wordpress
- Zend XmlRpc Client gzinflate out of memory on php 7.1
- How to Create an Invoice for Rental Order in Odoo 15.2 Using XML-RPC?
- How to fix http.client.IncompleteRead error while dumping database on remote server
Related Questions in DATA-MAPPING
- R Copy one dataframe to another using data dictionary
- Is it possible to do row reference in ADF data mapping flow
- I'm typing out a Data Mapping table and want to see if I am correct
- generic mapper for json typescript
- How to stop rendering react component every data file while mapping
- Doing data mapping for each value in a df
- Data cannot be displayed on UI kbar with useQuery
- Stored proc for dynamic data mapping
- React Application not rendering components when using the NavBar
- Mapping column in Pandas DataFrame
- What syntax should be used for reading the final row in an Array on the Mapping tab on the Copy Data activity in Azure Data Factory / Synapse?
- Data Mapping In Typescript
- How to Import xPath fields of XML to Pimcore DataDirector dataport raw data fields?
- How to call a function in body in flutter and pass the data into the function
- Mapping non-numeric factor to choose higher value between two columns in R
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Did you thought to use xsl in order to transform you ProxyA request into ProxyB request? http://www.w3.org/Style/XSL/