Posts

Showing posts from February, 2015

android - Place a SIP call via Intent -

I am writing an Android application that will keep a SIP call. I want to use the original Android SIP API and have found the document under it: and However, Regsiter sip provider and start the call, it seems that it is very low-level. I just want to close the basic Android phone app to SIP calls and give it a sip address to call it and assume that User SIP account already in Android phone app Has registered. I thought there should be an intent for it, as if I could provide a SIP address such as: Uri phonocol = Uri.prep ("TEL: 1234567890 "); Intentional caller = new intent (Intent.ACTION_DIAL, phone call); StartActivity (callers); But my experiment failed. Do I have to use SipManager or can I use an intent? Assume that you have already created a global SIP account: Ury Phonecall = Uri.pars ("SIP: [number] @ [domain]"); Replace number and domain with just reasonable prices.

vb.net - Click Button Event in VB that displays a message about user input -

I have a very quick and simple question, I am learning programming in C # and VB and I want to make it Required GUI application in Windows Form with Visual Studio will prompt this GUI to enter the user in the integer. I believe this part of mine is fine but then I have to click on a button which will convert the user's entry into an integer and indicate whether the user was successful or not. I think that I have a conversion correctly, but I am having trouble displaying that message, if the user succeeds, I will have to know how to work out the click method in VB Will allow you to appear. Any help with this would be greatly appreciated. The following is the code that I have already written for this project: public class form 1 private sub-evaluation input () String input = ValueTextBox.Text if the input is incomplete (ifnumeric InputValue) then MessageBox.Show (InputValue & "is a number.") Either MessageBox.Show (InputValue & "is not a number.") E...

Reading a large-single XML line to a variable using Batch Script -

I have an XML file that has only one line, but the problem is that the line is too big, so it seems I can not store in one variable What do I want, the tag1, tag2 ..... tag 9 00, i have a segment in each row Tag 2 Tag 3 ...... P> Tag 9 00 Do not attempt to do this using native batch. It will be very difficult, and any solution will be very slow. The problem can not read the original batch lines & gt; 8k, and batch are not a good way to read partial lines is a method that creates a test file in which size & gt; = A file containing a single repeating character is comparing a binary file ( FC / B ) and the results are described on the basis of the character expressed as hex code. Compared to this, it is a bit more complicated, but I do not think you want to go there. The only other option is to use the SET / P to read in 1021 characters at once, and then the paras and things together but it is unhappy, and then, I do not feel worth trying. If you w...

sql - java- generate id (combination of string and integer) -

I am creating an application in NetBeans (java). This app has unique ID combinations of string and integers like abc / 111 or xyz / 253 and should increase the integer part when there is a new entry in the database ABC / 112 and xyz / 254 . The problem is that the increase in the value of the integer part until it reaches proper 10, but after that it does not increase for further entries in the database. I try the following code - {string sql = "death number by resigner dessc select number from;"; Pst = conn.prepareStatement (SQL); Rs = pst.executeQuery (); If (rsnext ()) {string add1 = rs.getString ("RegNumber"); String [] parts = add1.split ("/"); String part 1 = parts [0]; String Part 2 = Part [1]; Int a, b; A = integer Parasont (Part 2); B = A + 1; JTextField20.setText ("" + part1 + "/" + b); Yosepepationpen Show Messagidoug (blank, "done"); }} " Integer increment of 10" "means that if...

android - Magnifying part of the canvas when touched -

I have a custom view that spreads SurfaceView I am pulling a picture on the canvas when the user touches a point on the canvas , Then I want to show a big view of the area around the touched coordination. And preferably, as it rotates around the finger, accordingly, I would like to update the contents of magnified scenes. I was wondering if the Android platform has supported this kind of functionality basically if any, then none of you can tell me a good example that I started to share or share ideas. How to apply it. I do not do such a lot of 2D or 3D graphics and still trying to understand the canvas and matrix classes what I can use. I searched for the same question for anyone who searched the forum. Therefore, pls does not flag to ask me a question already present. No more - I am not using OpenGL-E or any such third party library (yet). Thanks all. To zoom the image that you are portraying on the canvas: Create a bitmap shader (using bitmap of image), a matrix an...

- Where Developers Learn, Share, & Build Careers

I am making an app with Facebook verification. It's working fine on the simulator and in the device. But, when I try to "archive" (product = & gt; collection), I get this error: LD: not for the library Mixed-lfacebook_ios_sdk clang: error: failed with linker command failure code 1 (Use -V to view invitation) The library is fine, otherwise it will not be compiled on the simulator / device. I do not know that this information is relevant, but my project is ARC project. Do anyone know what this error can mean? I just removed the "libfacebook_ios_sdk.a" reference from my link binary libraries and sorted the problem Have done I do not know why it worked, but it worked!

jenkins - Builds from Github Failing -

We are currently in the process of establishing CII for our rail application. Code is run is hosted on Jithub far everything very smoothly, we were ever born failure before the Czech not go where code pushes the Gitub, before the code issues is. This is output from Jenkins: Vertical / var / lib / Jenkins / jobs initiated by user Jeremy Rotman building / SweetyHigh- staging / Vertical checkout: Vertical / / var / lib / Jenkins / jobs / SweetyHigh- using staging / workspace - hudson.remoting.LocalChannel@46ffed1d strategy: missed last modification made: Amendment a40cbe653169bc73c445f39e09dcd8cfe66e5fe7 (origin / master) changes upstream from git@github.com 1 remote Git repository being brought from Reverting: Getting Started Construction of Sweety-High / sweetyhigh.git is a40cbe653169bc73c445f39e09dcd8cfe66e5fe7 (original / master) revision revision a40cbe653169bc73c445f39e09dcd8cfe66e5fe7 (original / master) hudson.util.IOException2: failed to parse changelog at hudson.model ....

- Where Developers Learn, Share, & Build Careers

If I have mentioned the data in my php variable, how do I get from "any" to "wish" from centains I can copy. Data example: If you have any question about Macmillan you have to love to hear from you Thanks for the help. Kind regards, reel You can try: $ string = ' If you have any questions about Macmillan then we would like to hear from you. '; Preg_match ('/ (any) (. *?) (Will be) /', $ string, $ match); Match $ [0]; // Any questions about Macmillan we will match more than one result, if present: edit 1 preg_match_all ('/ (any) (. *?) (Will be) /', $ string, $ matches); Foreign currency ($ values ​​as $ 0 [0]) 'echo': '$ value' & lt; Br / & gt; ';

php - codeigniter: why is that when i echo base_url() in an href attribute of an anchor tag, it echoes twice -

So basically when I resonate the codeigniter function base_url () in the href attribute of anchor tag, it resonates Twice Example: & lt; A href = "& lt ;? php echo base_ url () ;? & gt;" & Gt; A type of cone & lt; / A & gt; And above, if you inspect it, then your Chrome browser shows it: & lt; A href = "www.mysitedomainname.com/www.mysitedomainname .com /" & gt; Somelink & lt; / A & gt; "mysitedomainname.com" is just a name created for this example. Why is this happening for any reason? There are three reasons for which I know that the cause may be First one happens when config.php is written on line 17 $ config ['base_url'] = ''; - It's okay to be better left blank, just like you download the CI. Second, it is that if you have set $ config ['base_url'] without code or Other protocols The third is someone, if you have set the base href from somewhere:...

- Where Developers Learn, Share, & Build Careers

मैं इस तरह साधारण कारखाना पैटर्न का उपयोग करता हूं: सार्वजनिक वर्ग के पिता {सार्वजनिक आभासी int field1 ; सार्वजनिक वर्चुअल इन्ट देवस्थ () {}} पब्लिक क्लास बेटा: पिताजी [आईआईएस वारियर 1 जनरेशन फादर जनसंपर्क से लेकर इंसतम दोस्ती (); // फादर की पद्धति सार्वजनिक स्ट्रिंग ex_field; सार्वजनिक स्ट्रिंग स्ट्रिंग Ex_method () {}} सार्वजनिक वर्ग फ़ैक्टरी {सार्वजनिक स्थिर फादर CreateObj (स्ट्रिंग हालत) {स्विच (हालत) {case ("F"): नया पिता () लौटें; मामले ("एस"): नया बेटा () लौटें; डिफ़ॉल्ट: नया अपवाद फेंकना ("आपके पास कोई विकल्प नहीं है"); }}} , मैं कारखाने वर्ग के रूप में एक अमूर्त वर्ग के बजाय एक वास्तविक वर्ग का उपयोग करता हूं। क्योंकि कक्षा बेटा में पिता वर्ग के कुछ हिस्सों में कुछ विस्तार हुआ है (सबसे संदर्भ पिता का उपयोग कर सकते हैं)। अगर पिता और बेटे प्रत्येक के द्वारा एक अमूर्त वर्ग का वारिस करते हैं। पुत्र पुत्र पिता के खेतों और विधियों का वारिस नहीं कर सकता तो मेरा प्रश्न यह है कि भविष्य में अगर कुछ अच्छा नहीं होता है तो मुझे कुछ भी अच्छा नहीं लगता ...

css - JQuery: adding class to element if it has text -

I have a series of links in ul, some have text and nothing else, eg: & lt; Ul & gt; & Lt; Li & gt; & Lt; A href = "google.com" & gt; Google & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "yahoo.com" & gt; Yahoo & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "bing.com" & gt; Bing & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; I just want to use JQuery to apply a tag to that category in which it has text. So far I have this: var buttontext = $ ('ul a')....

vba - Compare Two Columns in Excel and Output Matched Results -

Image
I'm not sure how to write it in VBA using macros I have a workbook Compare, compare. Xls Sheet 1 Date ID Other sub-chain 10000 100 Repeat X 30 10000 101 Repeat X 40 sheet 2 TTC event Chan XYZ L 30 XYZ L 40 XYZ L 6 and this data, I need to compare the Chain column from sheet 2 to the record chain record of a record in sheet 2, and the output is linked to the data from both the sheets. Example output will be: date id other sub-chain ttc 10000 100 repeat x 30 xyz On a snippet, on Just see if you want to use VBA - not too sure Do that when it can be easily built into formulas? Because you are not going to back using VLLOKUP can not be the best option INDEX and Try using a MATCH ... A simplified version ...

android - let user change activity color -

I have four image buttons (red, blue, yellow, green), the default background color for the movement is green How can the color of the action change when the button is clicked? When the user clicks on the red button, the green background color changes from green? By default, set the color of your parent layout and start it as an activity: android: background = "@color / green" or layout.setBackgroundColor (Color.GREEN); Your Activity LinereLayout Layout = (LinearLayout) findViewById (RID Layouts); Start the 4 button in your write-up activity: Layout. Setback Gang Color (Color .rd); Layout.setBackgroundColor (Color.BLUE); Layout.setBackgroundColor (Color.YELLOW); Layout.setBackgroundColor (Color.GREEN); Where layout is your main layout xml file Set color above special button

Unable to install apk in android emulator -

I am trying to install an APK (download from a site) in the ICS emulator through ADB Shell, but giving it the following error: / P> Failure [INSTALL_FAILED_UID_CHANGED] What could be the problem? Uninstall the previous version of the app from the first emulator, then try again. You can access this system setting & gt; Applications & gt; Manage applications and select the app. If the app still fails to install, then select the emulator with the wipe user data option.

javascript - My html file for pie chart using flotr is not fully working -

I'm just trying to draw a simple pie chart using flotr (an open to the development of different charts Source javascript) but the code I gave was a small part. The chart was prepared and explosion properties, horizontal and vertical lines all work fine. But mouse trackers and legends are not working. I think I have made a mistake in the code. But I am not able to clean it. Anybody please help me please thank you in advance. & lt; Html & gt; & Lt; Top & gt; & Lt; Script type = "text / javascript" src = "prototype -1.6.0.2. Js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "flotr.js" & gt; & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Div id = "container" style = "width: 600px; height: 300px;" & Gt; & Lt; / Div & gt; & Lt; Script type = "text / javascript" & gt; (Functions Basic...

Error in SQL Server database synchronization using SyncServices and WCF -

The database I have server - Microsoft SQL Server 2008 R2 (RTM) - L0k50kl600kl (x 64). . ADO.NET is configured to synchronize with a SQL Server Compact database client through using Microsoft Synchronization Services WCF Sometimes this error began to emerge: Microsoft.Synchronization.Data .yncException:. Unable to calculate change in DBServerSyncProvider for table 'table name' in synchronization group 'group name' --- & gt; SystemkDatakSqlClientkSqlException: When went to a transport-level error to get results from the server (: TCP Provider, error: Provider. 0 - Semaphore time has expired expiration period) System.Data .SqlClient.SqlConnection.OnError (SqlException Exception, Boolean Break Connection) System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning (TdsParserStateObject stateObj) System.Data.SqlClient.TdsParserStateObject.ReadSniError (TdsParserStateObject stateObj , UInt32 error) System.Data.SqlClient.TdsParserStateObject.ReadSni on (System...

osx - "TypeError - Property not Function" - Firebreath plugin on Chrome -

यह क्रोम पृष्ठभूमि में जावास्क्रिप्ट कोड है। var plugin = document .getElementById ( "reverbPlugin"); अगर (! Plugin.startBackgroundThread ()) {console.log ("पृष्ठभूमि थ्रेड प्रारंभ करने में विफल:" + plugin.getErrorMessage ()); वापसी; } यहां इसका HTML हिस्सा है। & amp; एंबेड प्रकार = "एप्लिकेशन / एक्स-रिवर्सब्रासररप्लगिन" id = "reverbPlugin" & gt; & lt ; / एम्बेड & gt; मुझे जावास्क्रिप्ट कोड पर अपवाद है, TypeError - property_not_function । मेरी लाइब्रेरी ( BrowserPlugin प्लगइन फायरब्रेज प्रोजेक्ट संकलित करने के बाद बनाई गई फ़ाइल) मैक ओएस एक्स शेर पर एक्स 86_64 आर्क के लिए गैर-वसा वाले द्विआधारी है। फ़ंक्शन जावास्क्रिप्ट के द्वारा क्यों नहीं मिला? क्या मुझसे साफ़ - साफ़ कुछ चीज़ चूक रही है? (मुझे पता है कि और अधिक जानकारी की आवश्यकता है)। धन्यवाद! पी एस मेरे पास जेएस-सीटीपीज का उपयोग किया गया था, लेकिन इसका समाधान किया गया। मैंने इस पर एक समान दृष्टिकोण की कोशिश की और विभिन्न समारोह नामों की कोशिश की। काम ...

iphone - error in gdata-objectivec-client api + oauth2 ios framework -

Folks, I'm Google Docs integration in its iPhone app, I Jeediatti-Angel and GTMOAuth2ViewControllerTouch * made examples of using viewController when I GTMOAuth2ViewControllerTouch.h; ViewController = [[[GTMOAuth2ViewControllerTouch alloc] initWithScope: Scope customer ID: KMI Client ID Client Secret: KMI client indicators Kunjichetnam name: Kekeican item name representatives: Self finished selector: @ selector (view controller: end end With: error :)] autoreques]; [[Self-Navigation Controller] Push ViewController: Animated Visual Controller: Yes]; you GTMOAuth2ViewTouch main project) out of the root code (data project .nib need to move the file I had the same problem, but it was a Xcode problem.

compiler errors - Why same VBA excel files but have different compile result? -

I have two identical files and I do not understand what's wrong with them Because both are the same module request which defines the same method BBB (); But there is a result in an error while the other does not. Do you know why? NoError in the file XML, V6.0 , error is not a file. then set MSXML2.XMLHTTP60 as code> public xmlHttpRequest set it as the \ tools \ reference ...

android - How do I generate a "Keystore" for Google Play? -

After I am trying to find out the Byzantine process for uploading an app on Google Play. I need to create my app using PhoneGap's appreciated system, and to make the system a "release build" for me, I have a "keystore" generated, needed. However, there is nothing on this about when I look at Google's own "keyStore" I have a "keystore", which theoretically uses Ubuntu, Which is what I am using should be worked on to get it done. keytool one ???? Genkey One ???? V one ???? Keystore just2try.keystore one ???? Aka someKindOfName one ???? Keyalg rsa a ???? Validity 10000 First of all, what should I say, where is it someKindOfName ? My app's name? In any case, when I run it, I get this response: keytool error: java.lang.RuntimeException: use error, a ??? ? Genkey is not a legal order I am on a solution to Google, but only people I found were for Windows. Can anyone provide me, or point to, this "keystore...

- Where Developers Learn, Share, & Build Careers

In SQLAlchemy, I want to define a mixer which automatically creates an indicator in getting the tables. Assuming that there is a member list in the inheriting table called 'keys', I want the mixer to create a single multi-column index in the inherited table on the columns listed in the keys. However, the mixer does not know how long the keys have been made! How do I do this? "Text"> example: metadata () base = declarative_base (metadata = metadata) class MyMixin (object): @declared_attr def __table_args __ (CLS): return (index ('test_idx_% s '% Cls .__ tablename__, * cls.INDEX), class MyModel (MyMixin, base): __tablename__ =' atable 'INDEX = (' a ',' b ',) id = column (integer, primary_key = true) = Column (integer) B = column (integer) c = column (W Digit) if __name__ == '__main__': sqlalchemy import: create_engine engine = create_engine ('sqlite: ///', echo = true) metadata.bind = engine metadata.creat...

how to make successful login close LoginView in WPF MVVM application? -

मेरे पास एमवीवीएम वास्तुकला में एक WPF अनुप्रयोग है I जब अनुप्रयोग लोड होता है तो मुझे एक 'लॉगिन' विंडो दिखाने की आवश्यकता होती है जहां यूज़रनेम और पासवर्ड यूजर इनपुट होता है। यह तब एक सेवासूचक को भेजा जाता है, जो क्लाइंट जो WCF सेवा से जुड़ता है। प्रश्न: ग्राहक के सफलतापूर्वक कनेक्ट होने के बाद मैं 'लॉग इन' विंडो को कैसे बंद कर सकता हूँ, देखें के '। Cs' में किसी भी कोड-पीछे के बिना फाइल? मैं सामान्य रूप से IDialogService कार्यान्वयन में ViewModel को बंद कार्रवाई पास करता हूं। सार्वजनिक शून्य ShowDialog (IDialogViewModel vm) {// संवाद दृश्य बनाएँ ... vm.CloseAction = () = & gt; dialog.Close (); Dialog.DataContext = vm; ... // डायलॉग संवाद दिखाएं। ShowDialog (); }

blackberry - How to call and pass other mainscreen? -

क्लास में जो मेनसिन का विस्तार करता है , मैं कॉल करने के लिए b वर्ग जो मुख्य स्क्रीन को भी बढ़ाता है भी जब मैं b.this को एक फ़ंक्शन त्रुटि को दिखाया गया पास हाय यह बहुत आसान है मैं आपको सरल तरीके से बताऊंगा मान लें कि आपके पास दो वर्ग हैं 1) स्क्रीन 1 2) स्क्रीन 2 स्क्रीन 1.जावा पब्लिक क्लास स्क्रीन 1 मुख्य स्क्रीन का विस्तार करता है {// कुछ पंक्तियाँ कोड / यह है विधि की अगली स्क्रीन पर जाने के लिए विधि जो विधि UiApplication.getUiApplication ()। पुशस्क्रीन (नई स्क्रीन 2 (स्क्रीन 1। इस)); } screen2.java पब्लिक क्लास स्क्रीन 2 मेन स्क्रीन [निजी स्क्रीन 1 स्क्रीन 1 ऑब्जेक्ट; // यहाँ कन्स्ट्रक्टर को सार्वजनिक स्क्रीन 2 ले लें (स्क्रीन 1 स्क्रीन 1 ऑब्जेक्ट) {this.screen1Object = screen1Object; }} यहां आप उस स्क्रीन 1 ऑब्जेक्ट का उपयोग कर सकते हैं

actionscript 3 - Using ModuleLoader in Flex 4.5 -

I want to add a progress bar while loading my module in my Flex application. In this way I have created a module loader. But I do not know how to use it in my application to load the module. Could anyone help me with this. My codes are as follows: My main application has a view-stack with 2 modules, which is as follows. Note that Module 1 is a login form and when I right click on the entry form, I need to load module 1. & lt; Mx: seestacks id = "main stack" width = "100%" height = "100%" & gt; & Lt; Mx: HBox id = "Mod1Loader" width = "100%" height = "100%" label = "mode 1 loader" horizontal alliance = "center" vertical align = "medium" & gt; & Lt; Mx: moduleloader url = "mod1.swf" id = "module1" /> & Lt; / Mx: hbox & gt; & Lt; Mx: HBox id = "Mod2Loader" width = "100%" height = "100%" label = "mode 2 lo...

- Where Developers Learn, Share, & Build Careers

There is a question when there is undefined instruction .... do we need to obtain current execution instruction from R14_SVC or R14_UNDEF ? . I am currently working on a problem where an undefined command happened. These instructions were found below when I checked R14_SVC: 0x46BFD73C cmp r0, # 0x0 0x46BFD740 beq 0x46BFD75C 0x46BFD744 ldr r0,0x46BFE358 In my The assumption is that the compulsory instruction would have happened when performing education beak 0x46 bfd 75c , the one thing that would be my puzzle, i r14_undef and the instructions were different. 0x46bfd4b8 bx r14 0x46bfd4bc mov r0, 0x01 0x46bfd4c0 bx r14 Who caused undefined instructions to create an exception? All your answers are in ARM ARM, ARM architecture reference manual. Go to infocenter.arm.com under the reference-guide to find the architecture family you are interested in. The non-Cortex-M series handles all these exceptions in the same way. When an unscheduled exception is exempt, th...

- Where Developers Learn, Share, & Build Careers

I have a question that I do not seem capable of answering. I am using WMI to create some time bound events, and so far they are working well according to the expectations of events, repeats on the scheduled cycle. Now I have a 'once' event that is not repeated I can not seem to find a way to make it seem to find or answer elsewhere. The following is an example from the MSDN website that creates a duplicate event: // Win32_LocalTime And Win32_UTCTime root \ cimv2 remain in the namespace. // defines the event namespace, the filter // can be compiled in any namespace. Example of __EventFilter as $ FILT1 {name = "wake-up call"; Query = "Select * __InstanceModificationEvent from where" "TargetInstance ISA" Win32_LocalTime "and" TargetInstance.Hour = 0 "and TargetInstance.Minute = and" TargetInstance.Second = 0 "; Query language = "wql"; Event namespace = "root \\ cimv2"; }; What should I do,...

scriptlet - The execution is repeated after refreshing the jsp page -

I am writing a jsp page that has a button and I am putting the code in scriptlet Everything is good after running, but when I refresh the page, the code is run again without clicking on the button. So I want to get rid of it. Here is my JSP code: & lt;% if (request.getParameter ("btnSubmit")! = Null) // BtnSubmit is the name of your button, that is not the ID of the button {string classname = request.getParameter ("testclass"); Println (className); String [] command = {"CMD", "/ c", "mvn -adat =" + classname + "test"}; ProcessorBuilder Probleor = new processbler (command); // You can set your work directory probuilder.directory (new file ("C: \\ user \\ amira \\ junoWorkspace \\ TestProjectUI");); Process process = prober.start (); // read-out DIR output is java.io.InputStream = process.getInputStream (); InputStreamReader isr = New InputStreamReader (is); Buffed reader br = new buffed reader (ISR); ...

- Where Developers Learn, Share, & Build Careers

How do I apply HTML document meta tags, so that a multilingual site is indexed best? For example, I have the following keywords in English, but would I like to index my site in French and Russian languages? & lt; Meta name = "keyword" content = "furniture, interior design, interiors" /> & Lt; Meta name = "description" content = "furniture, interior design, interior" /> I want to add similar keywords translated into French and Russian in Meta Tags. For example: & lt; Meta name = "keyword" content = "furniture, interior design, interior, Mabel, DARA agreement intiers, etiors RIIR /" & lt; Meta name = "description" content = "furniture, interior design, interiors, Mables, DARA correction entrees, eti rear" /> Is this the right solution? What is the best way to implement it incorrectly? You are thinking of this problem wrongly. The meta description tags are not im...

mysql - subtract minutes from a time value -

I have a time zone in my database, its value is 22:05 I want to Decrease by 5 minutes when the field is datetime I use sub-ditat and work fine, but I can not get it from the time zone, I get a warning; I do not know how to deal with it; mysql> Client Cables Select Schedule Time from WHERE clientScheduleID = 3; + ------------------- + | Scheduling Time | + ------------------- + | 22:05:00 | + ------------------- + 1 line set (0.00 seconds) mysql & gt; Client Celtul WHERE clientScheduleID = 3 to SELECT date_sub (scheduleFinaltime, interval 5 minutes); + ------------------------------------------------ + | Date_sub (schedule time, interval 5 minutes). + ------------------------------------------------ + | Faucet + ------------------------------------------------ + 1 line in set, 1 warning (0.00 seconds) mysql & gt; Show warnings; + --------- + ------ + -------------------------------- ---------------------------- + | Level | Code | Message | + --------- + ------ + ----...

cluster computing - SG resources list in Veritas SFHA -

How can I divide the resource list (by main.cf or by a command) Service group For example, I have a multi SG cluster and I need to print for each SG: DG, Volume and Mount points. How can I do without parsing the file main.cf ? I need to create a script, the graphical solution VOM or Veritas cluster console is not allowed. thank you in advanced. If your cluster is on UNIX platform, try this command at a shell prompt (preferably 'root' user , But can also work as other) hares -display | Grep "your_SG_name_here" & gt; SG_resources You will find all the information related to this service group in the SG_resources file. If you are familiar with the command, GRP, AJC and SEAD, then it is a little less work to parse DG Volume and Mount Point information. If you get stuck somewhere, then post it here and you will get an answer, I'm sure

vbscript - Running Powershell from vbs with command as parameter -

Hey, I want to escape from a PowerShell commando with a VBS script. Enter some more specific commands like powershell.exe such as resume-service. I thought that something like this could work: strCommand = "C: \ Windows \ system32 \ WindowsPowerShell \ v1.0 \ powershell.exe- command restart service [service name ] Set "Set WshShell = WScript.CreateObject (" WScript.Shell ") objExec = WshShell.Exec (strCommand) Does anyone know how I can manage this? 1) Store your powerhouse command as PowerShell Script. 2) Use vbs to run the powers set audobject - object ("Wscript.Shell") objShell.Run ("powershell.exe -noexit c: \ scripts Test.ps1 ")

- Where Developers Learn, Share, & Build Careers

Is it possible to get the name of footage presently present in the layout? I did something similar to the CSS name space: # Config / initializers / action_view.rb ActionView :: TemplateRenderer .class_eval do def render_template_with_tracking (template, layout_name = zero, local = {}) # With this gsub, we get a file path / folder1 / folder2 / sffolder / filename.arb To subfolder-filename @ view.instance_variable_set (: @ _rendered_template, template.inspect.gsub (/(\..*)/,) .split ('/') [- 2 ..- 1] .joint Do ('-')) Out = Reader_Template_with_tracking (template, layout_ Village, locals) @ view.instance_variable_set (: @_ rendered_template, zero) last alias_method_chain: render_template back tracking end # application.html.erb & lt; Body class = "& lt;% =: @_render_template% & gt; & Gt;

geocoding - Mappoint - prioritise post code over street name in FindAddressResults() -

We operate a route optimization service, these routes usually include 100+ deliveries in the local area several times a day. There are lots of delivery that can be present in one postcode. In this way, when we use mappoints to optimize connecting pathpoints and running on postcodes; Streetname / house number The problem, if you find MapPoints FindAddressResults () with a bad streetname but valid postcode function, it does not pay attention to the postcode and find the streetname somewhere else, often tries to call a random Hundreds of miles away in the city. Now, when we can ask stores to improve the quality of their data - this will never be done reliably. My question: When FindAddressResults () calls , unlike this, it is the default behavior which gives priority to streetname to postcode, more postcode than this streetname Is there any way to prioritize ? Example Usage (These are written in VB6 (do not ask) - but any examples / information will help): '#### G...

javascript - jQuery - What is the the difference -

I was checking one of my client's codes and came over it. $ (document futures fu2 () {$ ("# id2") (function)) .bund ('click', function () {});} foo2 ();} ); What they are doing, attach the event handler inside the function and then call that function. How does this differ from the following? $ (document) .ready (function () {$ ("# id1"). Bind ('click', function () {}); $ ("# id2") Bind ('click', function () {});}); This event handlers is directly attached to the $ (document) .ready () function. It works fine in both situations, I was wondering whether there are some performance related issues or something like a work faster or slow or it is a standard way of doing something I know You can do the difference Edit: I would like to give you a an example On failure, there is a need to show a warning with Hello, it is wrong. having had!' You can do these two things: WARNING ('hello, th...

c# - Wcf security when passing through to a webservice (.asmx) -

In the scenario we have a WCF service that consumes methods from the internal web service that we have created. The WCF service is very light. We want to secure this WCF service so that only a few customers can consume it (this is currently sitting on a public facing server). We do not have the ability to establish certificates on this public facing server, so we are thinking of the best securit model to use it. Ideally it is thought that it can be configured in any way so that the client can use the certificate that the WCF service only "passes" on the internal web service because it is on a server Which we control and certification certification occurs. Is it possible ..? If there are no other security options which we can work ..? Thanks in advance. I think you have to expand your custom security model. The main issue of resolving is how you share a "secret key" between you and the client. You can not install the certificate, so you have to...

qt - Stack 2 QTableWidgets -

I am editing the map for games currently created, and I have a small problem with QT. The first is that I use it, but I love the challenge and I thought it would be a great experience. I am currently building my interface using QT Designer and I got stuck on the map area. Actually, my map is made up of 2 layers: area, and units / obstacles / vegetation I am using a Qiblebuddt to include information on the terrain, but now I have another QibleBuddt Up with the exact same size, so that I can keep my units, etc. However, I do not know how to get it on Qt Designer. As soon as I create a new QTableWidget, it goes from the front side, not from the first side. I thought about using QStackedWidget, but since it only allows 1 widget to be visible at one time, it is not fit in my expectation. If someone has an idea, as small as possible, I would be very thankful. Take a good day for everyone! EDIT: From the top, I am not one side ... I know that it is difficult to explain if we...

php - Unlimited number of tables getting produces -

मेरे पास यह कोड है: के लिए ($ i = 0; $ i & lt; = 47; $ i ++) {गूंजती "& lt; tr & gt;"; के लिए ($ i = 0; $ i & lt; = 11; $ i ++) {गूंजती "& lt; td class = \" tableContents color3 \ "& gt; & lt; / td & gt;"; } गूंजती है "& lt; / tr & gt;"; } जब मैं इसे निष्पादित करता हूं, यह केवल निष्पादित रहता है, जबकि 47 छोरों के बाद निष्पादन को रोकना चाहिए। आप सभी को धन्यवाद। आप हर बार अपने आंतरिक पाश के भीतर $ i रीसेट कर रहे हैं। यह बाहरी लूप में कभी भी बढ़कर नहीं बढ़ता।

php - Yii and Knockout Together? -

I'm trying to make a decision on the set of devices that are used to build a new web app. I want it to be really interactive and work using Ajax (i.e. page refresh etc.). It will also have a UI for mobile devices like iPhone I want to implement it via PHP, MySQL and Javascript, the main reason is that I know and I can easily host it somewhere Do I have any ideas for using any device? At this time I am thinking: - For PHP - Yii - For JavaScript - Knockout.js and jQuery - For mobile - jQuery for mobile My concern is only Yii And using knockout together, is it slightly higher with two MVC frameworks? Should I also consider more about HTML5? The knockout is on the client side, and this is the MVVM - model-view-view-model. You can update the knockout model through AJAX json from Yii controller, and update the knockout user interface accordingly.

ruby on rails - Active Record - Delete all dependent values only if its present in child table -

I am working in a rail app, about me : dependent => delete_all The information is a model Consider the example below class TableA & lt; ActiveRecord :: Base has_many: tablebs ,: dependent = & gt; : Delete_all final category TableB & lt; ActiveRecord :: Base is_to: tablea end If there is a similar foreign key reference in the tablebay that represents the table, using the active record, delete all the related rows from the table by removing the record in the table. Will be removed. / P> But when there is no consistency in the tablebase, it shows that unspecified continuous TableA :: TableB what I try To receive, the active record should be removed from the existing values ​​if there is currently no more dependent value, then ignore the step. Is this possible? Thank you, Balan I think the problem is that Belongs_to should be related to a table in equality. Therefore, change the tableas to tablea as the bottom: I will give you the link ...

sql - Cannot update rows within table using select statement -

I have created a column within a table, from which I populate the table with data retrieved from another selection statement I want to do this This is a statement that I am trying to use to populate a column: update cc_file set sd_file_name = (c1_name file Select cd_file f, cvs3 c1 to c1.name F.sd_file_id = c1.file_id and (c1.file_id, c1.type) (select cvs3 to file_id, max), where type1 = 'PP' and type2 = 'XHMTML' by group file_id Ra) When I run this statement in Oracle, then this error shows ORA-01427: Single-line subqury gives more than one line Please tell me how can I do this so that the column updates. Thanks Try it U Pdate cc_file set xml_file_name = (Select c1.name from cvs3c sd_file_name where f.sd_file_id = cc_file.file_id and (c) .file_id, c.type) (select file_id, max (type) from cvs3) Type 1 = 'PP' and Type2 = 'XHMTML' Math by file_id))

inheritance - Stopping jQuery toggle function running on child elements -

On website design, I have found a recent news section which shows thumbnails + recent new posts titled 12 newspapers in total (3 lines of 4) that are displayed. Through the CSS, the "Recent News" setting is set in the Div, which shows only the first line by default. This is jQuery that makes toggle height $ (document) .ready (function () {$ ("# recentnews"). Toggle (function () {// Show two lines ($ $ {"ScrollTop: $ (document) .height ()}," slow "); Return return;}, function () {// Show three lines (12) $ (this). Value ({height: 565}, 200); $ ("html, body"). Chetan ({scrollTop: $ (document). ()}, "Slow", return false;}, function () {// Show a line (4) $ (this). Value ({height: 211}, 200);})}}; It works fine, but the problem I got That's something in the recent news diva that will run the toggle function. This is a problem because none of the latest news can now be physically clicked to go to the story. Is there a wa...

handle button click event inside gridview -

Image
I am writing the asp.net project in c #. The page contains gridview, it is filled from the beginning button, text box and dropdown lists from the database are in the form of a picture picture in the gridview. I would like to handle buttons (сообщить) Click the event so that I know that the gridwave row has been clicked to get the value of the text box from that row to update the selected value of the dropdownist and the database. Does anyone know this? Thanks! My first thought is that if you go to & lt; Asp: TemplateField & gt; Tags within your gridview page, then you can register an event in your button code like: & lt; Asp: button runat = "server" OnClick = "MyOnClickEvent" /> . If you are adding them programmatically, you should be able to use the onClientClick property of the button. Try reading it can tell you in the right direction.

windows 8 - Loading Image from Content to StorageFile^ in Metro C++ -

I am trying to share an image in the Windows 8 Metro C ++ application using stock charms. To do this, I need to load the image StorageFile ^. I think it should look like this: create_task (imageFile-> GetFileFromPathAsync ("textures / title.png")). Then ([this] (StorageFile ^ storageFile) {imageFile = storeFile;}); Where imageFile is defined in the header file Windows :: archive :: storage file ^ imageFile; This actual code will throw this exeption An invalid parameter was passed in a function that considers the invalid parameter deadly. This is very trivial, but there are very few documents about sharing in the Metro, and only Microsoft's example shows how to share using FilePicker. If someone knows how to do this properly then it will be very grateful. If "textured" is your application package, you should use the StorageFile :: GetFileFromApplicationUriAsync: Yuri ^ uri = Refue New Uri ("MS-APX: /// Assets / Logo .png...

android - what is root layout in XML? -

& lt; linearLayout xmlns: android = "http://schemas.android.com/apk/res/android "एंड्रॉइड: आईडी =" @ + आईडी / रूट लेआउट "एंड्रॉइड: layout_width =" fill_parent "एंड्रॉइड: layout_height =" fill_parent "& gt; & LT; scrollview एंड्रॉयड: आईडी = "@ + id / scrollView1" एंड्रॉयड: layout_width = "wrap_content" एंड्रॉयड: layout_height = "80dp" एंड्रॉयड: स्क्रॉलबार = "कोई नहीं" एंड्रॉयड: layout_x = "0dp" एंड्रॉयड: layout_y = "0dp" एंड्रॉयड : FillViewport = "true" & gt; & LT; LinearLayout एंड्रॉयड: आईडी = "@ + id / linearLayout1" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "match_parent" & gt; & LT; imageView एंड्रॉयड: आईडी = "@ + id / imageView1" एंड्रॉयड: layout_width = "wrap_content" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड: layout_x = "0dp" एंड्रॉयड: lay...

ios - How to store CGLayers in Drawing -

I am working with CgLayers for drawing in iOS, now I want to store these layers and after that I want to retrieve, so I want to know what the available options are. I tried to use NSMutableDictionary, the code below, is - (zero) touchesEnded: ( UIEvent *) Event {CGLayerRef testLayer = CGLayerCreateWithContext (UIGraphicsGetCurrentContext (), Self: (with NSSet *) touching withEvent .bounds.size, NULL); CGContextRef Reference = CGLayerGetContext (Test Layer); CGContextDrawLayerAtPoint (reference, CGPointZero, myLayerRef); // Here my basic layer is my lairf NSValue * layerCopy = [NSValue valueWithPointer: testLayer]; NSDictionary * lineInfo = [Object EndCase with NSDictionary dictionary: LayerCopy, @ "Image", zero]; [M_PathrayAdd object: LineInfo]; } - Recover (zero) {NSDictionary * lineInfo = [m_pathArray lastObject]; NSValue * val = [lineInfo valueForKey: @ "IMAGE"]; CGLayerRef Parft = (CGLERF) [Val Pointeval]; CGContextRef Reference1 = CGLayerGetContext (laye...

css - IEs developer tools causes behavior to change -

When I view my page in IE10 w / compat mode the IE7 standard page renders some elements incorrectly . However, when I inspect elements with Developer Tools (F12) and change anything , suddenly, the element is sung correctly Has anyone ever before Have seen something like that? If so, how did you fix it? It is trying to bother, while nothing is capable of touching. There is only one thing, IE 10 Dev tools make some CSS styles completely disappear! I noticed that losing the definition of class with "top" is strange when I changed it to square = "top bar", my problem was solved.

- Where Developers Learn, Share, & Build Careers

I need to develop a web app that allows companies to predict financials. The app has various screens, the second to define an employee's salary, for sales projection etc. Originally an app has to turn on the financial forecast model. The question is, what would be the best way to design a database, so that financial reports (eg a profit and loss statement or balance sheet) could be generated quickly? For a prediction period of 5 years, suppose you have a table with 5 years * 12 months = 60 fields in each row? Is this sufficiently demonstrative? Do you trigger the DB, whenever any employee data changes, will the recalculation of salary expenditure be made? I thought storing forecasts of each month in that table on my own line Better it looks like this Month forecast - --- -------- 30000 2 31000 3 28000 ... ... 60 52000 Then you can use the total work to calculate estimated reports, discounted cash flows etc. (Like you just want to leave United Nations for 4 year...

r - Multiple array items appending -

यह प्रतिलिपि प्रस्तुत करने योग्य कोड है: a & lt; - rep (1, 20) एक (सी (1, 12, 15)] & lt; - 0 b & lt; - जो (a == 0) सेट.सेड (123) डी & lt; - गोल (रूनिफ़ (17) * 100) मैं निम्नलिखित परिणाम प्राप्त करने के लिए 0 s को d जोड़ना चाहूंगा: [1] 0 29 79 41 88 94 5 53 89 55 46 0 96 45 0 68 57 10 90 25 यह d को जोड़ने के बाद 0 के बराबर है > प्रत्येक तत्व के लिए b - 1 के बराबर इंडेक्स है। मैंने देखा है अनुलग्नक () केवल "एकल" के बाद मान स्वीकार करता है एक से अधिक नहीं। मैं कैसे कर सकता? कृपया ध्यान रखें कि मैं d की लंबाई को बदल नहीं सकता क्योंकि यह माना जाता है कि यह इस उदाहरण में एक साधारण यादृच्छिक अनुक्रम की तरह नहीं, काफी लंबे फ़ंक्शन का ouput। आप नकारात्मक उपयोग कर सकते हैं गैर-शून्य तत्वों को एक नया सदिश को असाइन करने के लिए सबस्क्रिप्टिंग। डी & lt; - संख्यात्मक (लंबाई (सी (बी, डी))) डी [-बी] & lt; - डी डी # [1] 0 29 79 41 88 94 5 53 89 55 46 0 96 45 0 68 57 10 90 25

- Where Developers Learn, Share, & Build Careers

I want to put two usercontrols in tabcontrol, but when I click on a button, usercontrol will load the data & lt; Button click = "button_click_1" /> & Lt; Button click = "Button_Click_2" /> & Lt; TabControl & gt; & Lt; Itemscontrol name = "tab1" & gt; & Lt; Local: UserControl1 loaded = "UserControl1_Loaded" & gt; & Lt; / Local: UserControl1 & gt; & Lt; / ItemsControl> & Lt; Itemscontrol name = "tab2" & gt; & Lt; Local: UserControl1 loaded = "UserControl2_Loaded" & gt; & Lt; / Local: UserControl1 & gt; & Lt; / ItemsControl> & Lt; / TabControl & gt; private class TabSource {private string dataForTab = string.empty; Public string DataForTab {get {return dataForTab; }} Public Zero GetRealData () {dataForTab = "Actual Data"; NotifyPropertyChanged ("DataForTab"); }} Public Button_Click_2 (...) {MyTabSource.Get...

Android IntentService never called -

I have an IntentService that I want to start on Krrr. It is a fire and forgets that a website calls and then (possibly) a download begins through the download manager. I do not believe that my service is being started because I do not see any log status from it. I have got the service in my manifest, the same package as the main It does not even appear in my lockket (another thread was needed). On Create: saved public void (bundled to create Instansstet) {Suprknkret (saved Instansstet); SetRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); Intention of heartbeat = new intent (this, heartbeat.class); StartService (heart beat); } * I have tried this too. Early service (heart beat); And it also does not work Manifest: Android: Android: debuggable = "true" android: icon = "@ drawable / Aisi_lancr" android: label = "@ string / Ap_nam" Android: Theme = "@ style / applying" & gt; & Lt; Service Android: name = ...

- Where Developers Learn, Share, & Build Careers

कैसे स्थापित करें और Windows Server Std पर Hyper-V भूमिका सेटअप करें 2008 R2 SQL सर्वर 2012 के साथ पहले से ही स्थापित है। SQL सर्वर इस मशीन की प्राथमिकता है। केवल एक आभासी मशीन स्थापित हो जाएगी और आपदा वसूली परीक्षण के लिए इस्तेमाल किया जाएगा सर्वर के छवि बैकअप से पुनर्स्थापित करता है, जब वीएम को हटाया जा सकता है परीक्षण किया जा सकता है ताकि हम दूसरे सर्वर का परीक्षण कर सकते हैं अन्य सर्वर कम मेमोरी के समान या कम शक्तिशाली होते हैं। मैं इसके लिए एक विभाजन बनाने की योजना नहीं बना रहा हूं। हमारे पास अब तक हमारी RAID ड्राइव पर काफी जगह है मैं स्थिर मेमोरी का उपयोग करने के बारे में सोच रहा था और वर्चुअल मशीन को 4 जीबी रैम के लिए सीमित कर दिया और SQL सर्वर के लिए 12 जीबी सेट कर रहा था। हाइपर-वी होस्ट करने वाला सर्वर 16 जीबी रैम, इंटेल क्सीन, ई 5345 @ 3.33 जीएचजेड (2 प्रोसेसर) के साथ डेल पावरएड्ज 2900 है। चर्चा: यदि हमारे पास कोई वर्चुअल मशीन स्थापित नहीं है या वीएम का इस्तेमाल / परीक्षण किया गया है तो हायपर-वी कितनी मेमोरी होगी? हाइपर-वी का उपयोग कितना मेमोरी होगा यदि हमारे पास...

Python - How is it possible to keep a trailing space when returning a string? -

Is there a way to keep the rear behind the string when it comes back? For example, the value is '6' if I return it back to a class in my main code then it will skip the end space. If you really want to know that: The class looks at a number and then the scientific abbreviation is added, then by converting it from 5000 to 5 meters and then making the units "5 MV" later Works great, but if I have 5, then it tries to return "5", but it only makes 5 "which makes it look" 5V "which is inconsistent. Edit Do: Sorry, everyone, but it really is actually in my part I had a stupid error that I was placed on the order on which the class () used to call. I was calling Python Debugger in in class and returning everything to it, but the debugger's The way the line of code is never actually shown, which calls once I saw it, it was really obvious. You should not do anything. For example, this code prints "6 meters": "F"...

mysql - Reference 2 rows on same column/table, from a different table -

I'm working on the State Tracking webpage for Virtual Hockey League on Xbox I have my basic table layout setup, but How am I struggling with the query that will allow me to show the schedule. Below is my basic table layout, and what I would like to do, looks like this: Game 1: New York v Chicago - Detroit vs. Boston Game 2: Boston vs. New York - Chicago vs. Detroit Select homeTeam.name AS HOME_TEAMNAME Game Game Schedule Shade Inner Join GameStats GameStat Homes On Red.ID = GameStatholm. GameSchedule_ID and Sched.homeTeam_ID = GameStatsHome .team_ID Posted on Inner Join Team Team Home. Team.ID = GameStathmom.Tom_ID I know how I am crossing this problem is trying to pull the team. The name for both GameSchedule.awayTeam_ID and GameSchedule.homeTeam_ID but I did not understand how to do it. I think I'm very close..but then, I do not know what I'm doing, and have spent about 3 days to get this question out. I think someone can tell me in the right direction, I ...

- Where Developers Learn, Share, & Build Careers

I'm unsure of distributing an indefinite program. It is currently run as a recursive and a single program, but my goal is to distribute this program to other machines which only generate a subset of data. The background of this program is here, I give it a list of targets (10 in this case) and minimum / maximum weight items and it gives a combination of each. with 3 items, and lower = 2, 2, 2 high = 6, 6, 6 target = 10 The result is: 2 2 4 2 3 3 2 4 2 3 2 3 3 3 2 4 2 2 Here's the way to work : zero distribution (int i, int [] low, int [] high, last int breast, int [] size) {// System.out.println (i + "+ + + + "+ Size"); If (I == sizes, length - 1) {if (left & lt; high [i]) {size [i] = rest; Result.add (Arrays.copyOf (size, size, length)); }} For (int c = 0; c & lt; = java.lang.math.min (high [ii] - less [i], rest); ++ c) {size = i] = c; Distribute (i + 1, low, high, comfort - c, size); }} Let's think if anyone has any idea ho...

Predicate not work as expected in Prolog (SICStus) -

I have a problem with the primary language. I have a board and when I want to see the player does not have pieces with values ​​between 1 and 10, which are called mobile pieces. Codes are shown above: test_board ([[piece ('', 12, black), piece ('r2', 2, red), piece ('rb', 11, Slice ('', 12, black), slice ('', 12, black), piece ('', 12, black), piece ('', 12, black), piece ('', 12, black), piece ('', 12, ('', 12, black), piece ('rb', 11, red), piece ('black'), piece ('', 12, black), piece ('', 12, black)], RF ") piece ( '', 12, Black), slice ( '', 12, Black), slice ( 'RB', 11, red), the piece ( '', 12, Black), slice ( '', 12 , Piece ('', 12, black), piece ('', 12, black) Piece ('', 12, black), piece ('', 12, black), RB ', 11, red) piece (' RB ', 11, red), piece (' ', 12, b...

javamail - SMTP attachment of type 7Zip in java not recognized as multi-part? -

Image
I set up a 7 ZIP attachment using SMTP (Java Mail) even after setting the appropriate multi-part and content type Trying to send "App / X-7z-Compummated", I think it has not been shown as an attachment, the suggestions below, which I'm missing? Try using the msgshow.java demo program included with JavaMail. It can show you the structure of a message if you are not showing what you expect, give us more details. Specifically, what does it mean "is not shown as an attachment"? What is "showing"? Your Mail Reader?

- Where Developers Learn, Share, & Build Careers

How can I send objects to a web service with SOAP handlers? I know that I can modify the SOAP message but I am trying to send back the whole message. I do not have access to the SOAP envelope in the web service. Besides, this is implementing a wsdl and I can not change the parameter type, which is a specific type of XML. So I'm thinking of using some kind of parallel messaging mechanism between the SOAP handler and the web service. in SOAP handler, public boolean handle message (SOAPMessageContext mc ) {... BytereunputSpread Out = New Bytereanputstream (); SOAPMessage soapMsg = mc.getMessage (); Mc.put ("Soap Messaging", Outside); Mc.setScope ("Soap Messaging", MessageContext.Scope.APPLICATION); ...} In the Web service: Message Contintbox Message Ctx = context.getMessageContext (); String Doc = (messageCtx.get ("soapMsg")). ToString ();