-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
services Extension #2
Comments
Hi, can you give a more broader example? What are you trying to do? Which registrar? Thank you. |
@lifeofguenter . Thank you for respond. I need to send request
|
+1 Registrar nicmx <svcs>
<objURI>urn:ietf:params:xml:ns:domain-1.0</objURI>
<objURI>urn:ietf:params:xml:ns:host-1.0</objURI>
<objURI>urn:ietf:params:xml:ns:contact-1.0</objURI>
<svcExtension>
<extURI>http://www.nic.mx/nicmx-msg-1.0</extURI>
<extURI>http://www.nic.mx/nicmx-res-1.0</extURI>
</svcExtension>
</svcs> |
Please check - it includes a test and an example usage. |
@lifeofguenter Thanks a lot. I'm just trying to connect epp.uadns.com :
Result:
I can't find the error |
Actually I forgot to implement the Client to also use the new feature. Can you send me via email documentation and sandbox credentials so I can play around? |
I created a fork with svcExtensions implemented into Client object and NICMX extension. Let me know if I should do a pull request. I tested last commits, it works fine :-). |
@jbarbede can you please create a pull request for: This: jbarbede@9162866 - is pretty good and should be added, but it would also have to be implemented on domain-updates, I suppose? This: jbarbede@36629cd cannot be automatically merged yet as of yet, I will have to dig into the MX documentation and see what output is being expected and might apply the changes you suggest. In general though I'd be very interested in pulling in additional extensions. |
@lifeofguenter, I sent you 2 pull requests: svcExtensions + typo fix for the Client, billing contact for domain creation/update. For NICMX and this change into AbstractFrame, no problem check MX doc and let me know how do you like to implement these specific functions offered by NICMX. |
Thanks @jbarbede highly appreciated. You might want to maybe add your correct email in your github account/commit config - so your github username will show up under contributors. I will close here now. @mCassy: if you still have further problems, please email me: [email protected] with documentation and sandbox credentials. |
How can I add options ?
The text was updated successfully, but these errors were encountered: