[COMICS] BlackBerry Web services - create e-mail profiles

Hello world

The web service provides a method to create profiles of e-mail for users. However, it is not possible to create a profile of electronic mail user which replaces the default values for the name of the account, email address, username and domain.

The CreateUserEmailProfilesRequest of Web Services for the Administration of the BlackBerry Business Gets a list of the new e-mail profiles to create such specified by NewUserEmailProfile. The NewUserEmailProfile contains the user settings, the e-mail profile and the specific settings of the user account name, e-mail address, user name and domain. If these user specific settings are specified, they have no effect because there is no parameter to set the parameter "Placeholders Microsoft Active Directory" which is available at the BOTTOM. Without this parameter, the user by email always default profile values in Active Directory instead of using the parameters in the query.

Request:

"http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://ws.rim.com/enterprise/admin">




en_US
6.2.0.20
0



53
 

2
 
 DEV-EX@test.com
 DEV-EX@test.com
 DEV-EX
test.local
            
         
      
    
Response:
"http://schemas.xmlsoap.org/soap/envelope/">
   
   
      "http://ws.rim.com/enterprise/admin">
         
            2794992300
            ad0a8300-e425-4f4d-a773-e223786a91ce
         
         >
            SUCCESS
            
         
         
            0-53-2
            
               SUCCESS
               
            
         
      
    

Result of the GetUserDetails for this user, after the execution of the request of CreateUserEmailProfiles:


"http://schemas.xmlsoap.org/soap/envelope/">
   
   
      "http://ws.rim.com/enterprise/admin">
         
            1550463700
            c8171dce-ce85-4435-b44e-3f53fa7ae6c8
         
         
            SUCCESS
            
         
         
            53
            
              SUCCESS
               
            
            
               53
               ...                
                  0-53-2
                  0
                  2
                  DEV-EX@wrongdomain.com
                  DEV-EX@wrongdomain.com
                  DEV-EX
                  wrongdomain.local
               
               ...             
         
      
    

And it seems that there is no possibility to change the Email profile later via Web services. Does anyone have a solution for adding a user without using the default settings of the mail profile or workaround?

I just got confirmation that the ability to override the parameters of AD is not currently available through BWS, but it adds up to a future version.

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry Web Services API 10.1.3 migration

    Hi, we have a few developed internal tools that use old BES Web Services (5.0.3 / 6.2) to perform a device admin now measures via custom web pages and we will need to update these to use the new (10.1.3) web services API to perform the management of BlackBerry devices.

    Someone there done this before and don't know no easy upgrade path? Is a complete rewrite of all of our code that refers to the API, or is it an easy to follow upgrade path?

    Thank you

    John

    Hi John,.

    This should be confirmed without any code changes, BWS was written for forwards and even some backward compatibility. Just make sure you keep the version of BWS used to create the application in the METADATA of your app, in this way, the server can better understand the calls.

    If you want to add new features added to the 10.1, then you will need to re - generate proxy files, but even then your code should not continue to operate many changes.

  • HP 7520 cannot connect: scanner HP 7520 unable to connect to Web Services - by e-mail is no longer work

    Cannot connect my printer to web services. It only allows me to send to analyze more.

    I tried a number of things here. I'm about to throw the HP printer out the window at this point and NEVER buy another product from them again. Can anyone help?

    Hey @kevinbh,

    Welcome to the Forum from HP Support.

    I see you are having a problem connecting to the Web services with your Photosmart HP 7520 e-all-in-one printer. I want to help you with this. I have some suggestions that might help.

    I addressed this issue in another thread. Click here and proceed as described under the heading "common remedies. Please let me know the result of your troubleshooting by responding to this post.

    If I helped you to solve the problem and that you liked this post, feel free to express your thanks by clicking the "Thumbs Up" icon below by clicking on "Accept as Solution" (this will help others find the solution).

    Thanks for posting in the Forum from HP Support.

    Have a great day!

  • BlackBerry API Web services 12 - compatibility with version 10

    Hello

    Plan ahead here... I'll build a set of web pages that perform functionality admin for BES 5/6 and 10 BES using BlackBerry web services. I would like to understand what changes, if any if to do when BES 12 happens. The API will remain the same? What changes, if any there? There may be additional features that could be useful?

    Thank you

    John

    Hey John,

    Although I expect that there are features of addtitional, BES12 documentation has not been published, so the list of features is still not yet public. Regarding Webservice of Blackberry, I don't foresee much change to the existing list of APIs with the new version, the transition should be as transparent it would go BWS with BES 5 BWS on 10 BES.

  • Error creating the WSDL web service in 11.1.2.0.0

    Hello

    I just install JDeveloper 11.1.2.0.0. I tried to test a web service created (and tested successfully) in 11.1.1.5.0. The service is deployed on WebLogic Server internal but when I call 'Test Web Service' is the error I get:

    The tester of Web services can be invoked, because the WSDL for the service selected document cannot be read.

    java.lang.IllegalStateException: SSLContextImpl is not initialized.
    at com.sun.net.ssl.internal.ssl.SSLContextImpl.engineGetSocketFactory(SSLContextImpl.java:145)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdevimpl.credential.LazySSLContextSpi.engineGetSocketFactory(LazySSLContextSpi.java:67)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getNewReaderInstance(CachedWSDLReader.java:398)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:298)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:294)
    at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:141)
    at java.lang.ThreadLocal.get(ThreadLocal.java:131)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getReaderImpl(CachedWSDLReader.java:308)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLInternal(CachedWSDLReader.java:531)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLDirect(CachedWSDLReader.java:471)
    to oracle.jdevimpl.webservices.tcpmonitor.ServiceTester$ 3.run(ServiceTester.java:262)
    at java.lang.Thread.run(Thread.java:662)

    Then I tried to create a new project and the web service in Java from WSDL, but on the second step of the wizard 'Java Web Service WSDL' when I select the WSDL file in the drive and click on 'Next' I get

    java.lang.IllegalStateException: SSLContextImpl is not initialized.

    java.lang.IllegalStateException: SSLContextImpl is not initialized.
    at com.sun.net.ssl.internal.ssl.SSLContextImpl.engineGetSocketFactory(SSLContextImpl.java:145)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdevimpl.credential.LazySSLContextSpi.engineGetSocketFactory(LazySSLContextSpi.java:67)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getNewReaderInstance(CachedWSDLReader.java:398)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:298)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:294)
    at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:141)
    at java.lang.ThreadLocal.get(ThreadLocal.java:131)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getReaderImpl(CachedWSDLReader.java:308)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLInternal(CachedWSDLReader.java:531)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:484)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:455)
    at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel.fetchWSDL(SpecifyWsdlPanel.java:1050)
    to oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel$ 1.run(SpecifyWsdlPanel.java:364)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:662)

    I did the new facility of this new version of JDeveloper in New Middleware House with all the default options and it's the first thing I tried.

    Any tips?

    Thank you
    Bruno

    Bruno,

    You can try the following to me?

    1. Tools-> preferences
    2. the powers-> HTTPS Credential

    Ideally take me a screenshot here.

    3. press the button "default".

    Then restart your tool. It is for me as we take hold of your https from a previous version settings.

    Sorry for the oversight,

    Gerard

    (The developer of the HTTP parser)

  • Web services do not work little matter what I do

    receive a new laserjet MFP M127FW and so far, everything works except eprint.

    IF I can get it to turn on, it only after that I reboot (power cycle) of the printer.

    If I try to activate it via the web management, he will never say that it has been activated, it comes from the clocks (icon of spinning that says connection)

    so SOMETIMES the web interface will tell his licence and SOMETIMES I can see the generated email in a random way, it gives me, BUT it only lasts for about 5 minutes, then Web Services turns off again.

    I have passed everyport listed in this forum and the how to created by a person here.

    I even put the printer in the demilitarized zone - still does not work.

    N-O-T-H-I-N-G fact work of Web services... period.

    I flashed the firmware to the last (has that right out of the box)

    There is nothing more for me that the user do... eprint/WebServices is broken. period.

    I saw someone say that the code that is supposed to print is the name in the generated randomly by e-mail you are given.

    and I tried to use it to register it on hpconnect but it just says: "unexpected error".

    also when I try to do things on the LCD, such as printouts of information, enable/disable web services, see e-mail, he just clocks (endless spinning icon... I left it like this the day after and it never stopped.

    IF I'm quick enough to see the generated email at random in the Web UI and then try to use the LCD screen to print the code or do something outside of via e-mail (which it appears if the web GUI shows) it is said that the services are not available

    still, I spent the last 2 days, for a total of more than 10 hours to try to make this work and IF it is enabled, I think it's just a false positive, even if enamel randomly does not appear, it does not work and then in 5 minutes, web services will be deactivated again.

    I'm not an average user, I am a veteran of 20 years of PC/MAC/setting in network, and I've never seen a printer to do that was not flat broke.

    but since this is the only thing that doesn't work do not, so far, I think that it is simply a problem of firmware.

    Finally... when trying to activate the web services the lights of the NETWORK card on the back of the printer are flashing 100% non-stop, for ever and ever... until I power cycle.

    its as if the web service is locked or stuck in a loop.

    also restore the default of the LCD or web GUI does nothing... nothing changed... and I am never presented with the initial start-up, as one might expect.

    is there a way to force the printer to one out of the box State serving anything and everything back to a factory State? (where I have to go through the initial Setup again?

    p. s.

    network settings are fine, I can print to the printer of the iPad, iphone, pc and MAC so all side 2 network works... but not Web services

    I could talk to a fantastic tech in cloud services who recalled a nun fix documented

    USE THE DNS SERVERS OF LEVEL 3! No other DNS server doesn't work
    Literally within 10 seconds does HP Web Services work!

    209.244.0.3
    209.244.0.4

    I changed my entire network in this

    Huge congratulations to cloud services!

  • deploy the web service to xp embedded

    Hi all

    I struggle to run a web service on an xp embedded system. The web service works very well in my LV 2011 development environment and I have created an installer for my main application it is the lvws file is included as described in web services FAQ:

    http://zone.NI.com/DevZone/CDA/tut/p/ID/7747#toc12

    After the installation on the target computer, I can't access the web service. Also if you call localhost:3580, then I get an access error.

    But in the System Control Panel administrative tools, I can see that the server system OR like many Web server OR Web applications are started.

    For further investigation, I added the 'Distributed System Manager' to my Installer. With this tool, I see that all my web services deployed on my development system, but on the XP embedded system with TEN target is listed.

    I installed my application for a professional reference XP system to exclude that the problem is caused by embedded XP. But the behavior is exactly the same. So far, I tested only local so that settings security like firewalls and ports system should pose no problems. But to be sure I have disabled the firewall without success... I can't access the Web service. I have often found the suggestions in the forum to check if the web service is enabled. But I am not already and then access to http://localhost:3580.

    Any ideas?

    Thank you!

    This help document is somewhat outdated.

    You see 2 different problems: 1) you can not display the Configuration utility and do not install Web using localhost:3580 2) your web service monitoring.

    For the first number-->

    You probably did not understand the "Interface Web NI 2011 infrastructure" in your Setup program.  The doc to help you mentioned does not tell you to do, because it is not necessary for your web service works. However, if you want to change one of the settings of your web server after the installation, you will need this extra setup program.

    For the second question-->

    You probably didn't get your Spec to build Web services as a source file in your Setup program.  The help doc says to put your LVWS file as your installation source, but this is not correct. You must include the technical article to build real web service as a source file (not the web service create out of spec files, like LVWS).

    Let me know if any of these will help you.

    -Jared

  • By using the web service ActionsService to load the account data

    Hello

    We are looking to automate the loading data of an EPM - HFM Application accounts.

    We wre able to charge through the front-end server. About Automation, we were able to configure GOSA strategies for the web service, create the native user in console weblogic and import and use the public key of client web service proxy.

    The URL of the wsdl file that we ask is http://192.168.50.21:7363 / oracle-EMP-fm-Web services/ActionsService? wsdl

    The method we are trying to call is iActionsService.loadData ("clustername", "name the Application", "E:\\testpad\\Hyperion\\data\\DATA.txt", null, ",", DataLoadMode.MERGE, false, false);

    The errors below are found in the file log immediately after the race. Please help us find what needs to be done in the setting of these errors. Are we sending the right params to the web service?

    Do we still need to make other changes to weblogic/em to make this work? Please suggest.

    Oracle EPM-edition of Fusion

    version - 11.1.2.4.0.79

    Thank you and best regards,

    Guna

    Newspapers, we find that

    We might be able to connect to the application - Session is created with the Session id: 5e95de6f-e828-4121-8765-36c186e72355

    An unexpected error has occurred-

    oracle.epm.fm.common.exception.HFMException: EPMHFM-65536: an unexpected error has occurred.

    at oracle.epm.fm.common.exception.ExceptionHelper.handleException(ExceptionHelper.java:45)

    at oracle.epm.fm.domainobject.loadextract.LoadExtractOM.loadData(LoadExtractOM.java:281)

    Error EPMHFM-65925

    java.lang.NullPointerException

    at org.apache.thrift.protocol.TCompactProtocol.writeString(TCompactProtocol.java:325)

    at oracle.epm.fm.thrift.protocol.TMultiplexedProtocol.writeString(TMultiplexedProtocol.java:112)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ loadData_args$ loadData_argsStandardScheme.write(LoadExtractHandlerService.java:10236)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ loadData_args$ loadData_argsStandardScheme.write(LoadExtractHandlerService.java:10152)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ loadData_args.write(LoadExtractHandlerService.java:10087)

    at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:63)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ Client.send_loadData (LoadExtractHandlerService.java:639)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ Client.loadData (LoadExtractHandlerService.java:629)

    at oracle.epm.fm.domainobject.loadextract.LoadExtractOM.loadData(LoadExtractOM.java:269)

    at oracle.epm.fm.actions.LoadDataAction.execute(LoadDataAction.java:100)

    at oracle.epm.webservices.fm.ActionsService.LoadData(ActionsService.java:315)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    Post edited by: 2837182

    Got it working now.

    Case of a brain freeze. The data file must be located on the server.

  • CF can do the custom Web Service headers?

    I try a web service created in .NET, which seems to use a custom for authentication header object to the consumer. I'm banging my head against the wall trying to figure out how to configure the WS invoke CF so that it creates the correct SOAP.

    Normally, I try and create a CF Structure and place it in the web service call.
    for example:

    objWS = CreateObject ("WebService", " http://www.somesite.com/webservices/myMethod.asmx?WSDL");

    myAuthHeader = {username = "User1" password = "auditUser1"};

    addSOAPRequestHeader (obj, " http://www.somesite.com/webservices/", "AuthenticationHeader", myAuthHeader);


    But it gives me the following output:

    < soapenv:Header >
    "" "< soapenv:mustUnderstand ="true"soapenv:role = ns1:AuthenticationHeader" http://schemas.xmlsoap.org/soap/actor/next " xmlns:ns1 =" http://www.somesite.com/webservices/ "> "
    "< xmlns:ns2 point =" http://xml.apache.org/xml-soap "> "
    < key xsi: type = "xsd: String" > USER name < / key >
    < value xsi: type = "xsd: String" > user1 < / value >
    < / point >
    < item >
    < key xsi: type = "xsd: String" > PASSWORD < / key >
    < value xsi: type = "xsd: String" > pass1 < / value >
    < / point >
    < / ns1:AuthenticationHeader >
    < / soapenv:Header >

    Instead of:

    < soap: Header >
    "< AuthenticationHeader xmlns =" http://www.somesite.com/webservices/ "> "
    User1 < user name > < / username >
    pass1 < password > < / password >
    < / AuthenticationHeader >
    < / soap: Header >

    Does anyone have an idea on what I'm doing wrong?

    Thank you!

    Don't you know - after research / tried for hours trying to understand, I came across the solution about 10 minutes after the announcement. For anyone interested, the answer can be found here:

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/help.HTML?content=webservices_24.html

    The secret - create your custom as string XML, parsed into an object and then pass it to your Web service using the addSOAPRequestHeader function:


    http://www.somesite.com/webservices/">
    User1
    pass1


    ...

    addSOAPRequestHeader (objWS, " http://www.somesite.com/webservices/", "AuthenticationHeader", xmlObj);

  • Value of clob in wwv_flow_collections of reconciliation after the call to the web service

    After making a call to a web service (created with web service process call assistant), how can I delete the clob001 value in the wwv_flow_collections?

    I created the web service using the [manually create web service tutorial | http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10497/web_serv.htm#CHDEFEGH].

    Thanks in advance,

    Gus...

    Gus,

    You can also remove the collection completely for good measure:

    apex_collection.delete_collection ('MY_COLLECTION_NAME');

    http://download.Oracle.com/docs/CD/E10513_01/doc/AppDev.310/e10499/advnc.htm#BABGGIDG

    Kind regards

    Jason

  • BlackBerry Smartphones Verizon Blackberry Internet Service (BIS) Client - how to create a mail filter

    Hello. Thank you in advance for the answer to my question. I am trying to create a mail filter so that the messages do not contact delivered to my BB and instead just go directly to my regular email account. I understand that you can do this function of the BIS, however when I tried to create an account, I received a message that says "Please use your device to access the BIS." I did everything as the message told me, but I don't have the same menu options of my BB that I had to do since internet. The page showed only a list of emails and a choice of 'Edit' and 'delete' for each of them. There was no "Filter" button for me to click. I remember some time ago I could access this page and was able to remove the signing of BB (i.e.. "This message is sent to a BB"), so I know that it was possible to access this page. I don't know why I am not able to access now.

    If someone out there has Verizon and knows how to access the BIS, please let me know how. Or if you know how to create an e-mail filtering function, please let me know.

    Thank you

    Fred

    Hello!

    To connect to your account BIS from a PC/browser (not the BB browser), go to this address:

    Enter your BIS credentials and you will be in your BIS account screen. From there, use this KB to create the filter you want:

    • KB04558 Add a filter to a BlackBerry Internet Service account

    Good luck and let us know!

  • BlackBerry - how to pass the credentials to the Web service

    I'm creating a blackberry java application. I have the Web service that is running on a server. It has a few references like username, password. I want to call this web services but not idea where can I put this identification information.

    Any idea.

    the webservice call itself requires credentials? You can generally use basic http authentication then.
    or the service method Web requires username/password? Then set you as attributes in the connection method.

  • BlackBerry Smartphones BlackBerry Internet Service - need to reset the password for the e-mail account

    My email has been hacked so I put a new password and added security.  It's all good.  But the e-mail messages are not delivered to my blackberry until I have validate the new password on BlackBerry Internet Service.  I can't access the Internet Service of BlackBerry - on my device, under settings, email accounts, Internet e-mail, he asked my user name and password.  I can't find that neither can I find a way to create one - I tried searching the BlackBerry site and my site provider of wireless (AT & T), but in vain.  Help!

    Try here:

    https://bis.na.BlackBerry.com/HTML?brand=mycingular

  • Why can't I configure the POP/IMAP mails for my Muse site in Business Catalyst? I don't have the option "use this service for e-mail as hosting the Web site" under Advanced options

    Why can't I configure the POP/IMAP mails for my Muse site in Business Catalyst? I don't have the option "use this service for e-mail as hosting the Web site" under Advanced options.

    Is this due to my hosting Plan? Appreciate the answers.

    Your site is a CCM that is located on a WebBasics plan (this plan does not e-mail hosted on Business Catalyst).

    If you want to create the email addresses on this site, you will need to configure your mail elsewhere server and configure the MX records on your site to point to the external mail server.

    If you want to use the hosted Business catalyst e-mail services, you should use a WebBasics + or superior siteplan. To upgrade your free CCM site, access administration area of your site-> Site Management-> upgrade now-> choose the desired site plan and billing frequency-> Add personal and credit card details-> Submit.

    Please see this article on setting up email on your site of BC accounts: http://docs.businesscatalyst.com/user-manual#! / settings/mail electronic-users of the site -

    For the establishment of the records point to the external mail server, see http://docs.businesscatalyst.com/user-manual#! / settings/email-users/creation-boxes of reception-for-your-users of the site

    Kind regards

    Laurant

  • Problem creating an account of HP Web Services

    Hi, I just brought a 4500 desire.  All the installation program has been very well and I can print and scan wireless so I'm sure the printer works.  I also activated the Web service and received a paper copy of the printer that lists the steps and the printer code.

    However, when I tried to create a new account on behalf of HP Web Services, after I entered all the required information, it still not let me go through and said "Email must match to ' and ' match of motorization of passwords '.»  So for the moment I'm not able to use eprint.

    I appreciate if anyone can help?

    I read another post with the same problem after I sent my.  I think that my problem was that IE and Chrome do not display the field "confirm your password" so that I can do it using Firefox.  If the account is created.

    Anyway, it is now resolved and thanks for your quick response.

    Thank you!

Maybe you are looking for