---
title: "How to resolve failure issues when generating web service proxies against a remote machine?"
canonical_url: "https://www.nutrient.io/guides/document-converter/power-automate/knowledge-base/generating-web-service-proxies-against-a-remote-machine-fails/"
md_url: "https://www.nutrient.io/guides/document-converter/power-automate/knowledge-base/generating-web-service-proxies-against-a-remote-machine-fails.md"
last_updated: "2026-06-19T09:21:00.213Z"
description: "Troubleshoot issues with generating web service proxies against a remote machine for Nutrient Document Converter in Power Automate. Find solutions for seamless integration."
---

# How to resolve failure issues when generating Web Service proxies against a remote machine?

[Nutrient Document Converter Services](https://www.nutrient.io/guides/document-converter/document-converter-services.md) provide a straightforward way to generate proxy classes for our comprehensive [Web Services based API](https://www.nutrient.io/guides/document-converter/sharepoint/knowledge-base/where-can-i-find-details-about-the-pdf-converter-s-object-model.md). This enables seamless integration with a wide range of platforms, including [Java](https://www.nutrient.io/blog/convert-office-files-to-pdf-using-java/), [PHP](https://www.nutrient.io/blog/how-to-convert-to-pdf-using-php/), [Ruby](https://www.nutrient.io/blog/use-ruby-on-rails-to-convert-merge-and-watermark-html-office-files-to-pdf/), SAP, Documentum, [SharePoint](https://www.nutrient.io/blog/convert-any-file-to-pdf-format-using-the-data-view-web-part-and-a-simple-hyperlink/) and [.NET](https://www.nutrient.io/blog/converting-office-files-to-pdf-format-using-a-web-services-based-interface/) (C#, VB).

However, there are several important considerations to keep in mind. Although these are covered in our documentation, we emphasize them here for clarity.

When generating Web Service proxies, you typically use the following URL, which assumes the WSDL is running on the same system where the proxies are being generated:

```

http://localhost:41734/Muhimbi.DocumentConverter.WebService/?wsdl

```

If the Conversion Service is running on a remote system (a common scenario when developing in Ruby or PHP), you might consider replacing 'localhost' in the above URL with the remote system's hostname. However, this alone is insufficient. You must also make the following adjustments:

- Open the `Muhimbi.DocumentConverter.Service.exe.config` file in a text editor (for example, Notepad). You can quickly locate the configuration/installation folder that holds this config file using the shortcut available in the **Nutrient Document Converter group** in the Windows Start Menu.

- Search for `baseAddress` and change `localhost` to the DNS name or IP address of the server running the Conversion Service.

- Restart the `Muhimbi Document Converter Service` using the **Services Management Console** or using the command prompt to execute the following commands:

```

Net stop "Muhimbi Document Converter Service"

Net start "Muhimbi Document Converter Service"

```

If you are using pre-generated proxy classes provided by Nutrient, there is no need to modify the configuration file. Simply specify the WSDL location in your code at runtime. You can see a few examples at the following places to learn how to set up the [URL](http://localhost:41734/Muhimbi.DocumentConverter.WebService/?wsdl):

- In `C:\Program Files\Muhimbi Document Converter\Sample Code`, after installing Document Converter for SharePoint or Document Converter Services to its default location.

- [GitHub](https://github.com/Muhimbi/PDF-Converter-Services)
---

## Related pages

- [Ensuring PDF searchability with Nutrient Document Converter](/guides/document-converter/power-automate/knowledge-base/are-pdf-files-created-by-the-muhimbi-pdf-converter-searchable-indexable.md)
- [Do I need to install software on my desktop or Acrobat/MS Word on the server?](/guides/document-converter/power-automate/knowledge-base/do-i-need-to-install-any-software-on-our-desktops-or-acrobat-ms-word-on-my-servers.md)
- [Knowledge Base: Power Automate Document Converter](/guides/document-converter/power-automate/knowledge-base.md)
- [Integrating third-party converters with Nutrient Document Converter](/guides/document-converter/power-automate/knowledge-base/integrating-3rd-party-converters-with-the-muhimbi-pdf-converter.md)
- [Install Nutrient PDF integration in Power Automate](/guides/document-converter/power-automate/knowledge-base/power-automate-manually-installing-muhimbi-pdf-integration.md)
- [Essential guide to reading document properties](/guides/document-converter/power-automate/knowledge-base/reading-document-properties.md)
- [Simplify document workflows with Microsoft Flow](/guides/document-converter/power-automate/knowledge-base/microsoft-flow-core-concepts-used-by-the-pdf-converter.md)
- [How and where can I get support?](/guides/document-converter/power-automate/knowledge-base/where-can-i-get-support.md)
- [Comprehensive guide to watermarking documents](/guides/document-converter/power-automate/knowledge-base/where-can-i-find-details-about-watermarking.md)
- [Guide to Microsoft Flow, Logic Apps, and PowerApps: tutorials, tips, and blog posts](/guides/document-converter/power-automate/knowledge-base/microsoft-flow-logic-apps-powerapps-tutorials-and-blog-posts.md)
- [Help us help you - tips for technical support requests](/guides/document-converter/power-automate/knowledge-base/tips-for-technical-support-requests.md)

