-
Notifications
You must be signed in to change notification settings - Fork 25
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
XMLRPCRequestConvertible #29
Comments
I think your issue is due to the internal scope of this implementation. The |
Good ! That solve the issue. Many thanks ! |
I have another Request. I have to send a pdf that should be wrapped it with the xml tag. So, it should be a Data type. But it appears that what i should send within this tag is a string which comes from : let fileData = NSData(contentsOf: fileUrl!) if I use this piece of code, i get the right string, but embedded in the xlm tag Is their a way to solve this issue and wrap it with ? ? |
A |
@pdegouville By the way feel free to submit a fix for the public asUrlRequest implementation. |
Hello, |
I am trying to use the protocol XMLRPCRequestConvertible, but I am asked to implement the asUrlRequet() function, which is not in the protocol. I found tha it is defined in an extension of the protocol. how to use the function that you write and not have to rewrite it ?
The text was updated successfully, but these errors were encountered: