How to specify in what coding to send the letter?

How in SOAP protocol to specify in what coding to send the letter?
It is necessary for me to send letters outside in coding UTF-8
Serg

Thank your
The accurate and clear answer!
I will wait FTF or gw8.0.3.
Serg
Originally Posted by Preston Stephenson
Sorry, I'm not sure what the question is.
I can see that you are using 8.0.2 HP3 (build 96933).
You will need a later version than that.
Either an FTF file or wait for 8.0.3.
You will need a build of the agents greater or
equal to 97527.
There is no work around. (You can not get around
the problem until you get a build later than
8.0.2 HP3.)
Preston
>>> On Tuesday, December 20, 2011 at 4:26 AM,
skoltogyan<[email protected]> wrote:
> Thank your for answer.
> Now we try to send letters from the program written by us.
> We try to send letters on SOAP protocol through POA.
> Letters it is sent exterior (example ‑ to the [email protected]) to
> users.
>
> At sending from the program the text of the letter and a letter body is
> sent п UTF‑8.
> Of it were convinced with the help tcpdump.
> tcpdump servers with POA applied directly on eth0.
> Look:
> 1) from WS ‑> Server
> #o]E* @_G~PPOST /soap HTTP/1.1
> User‑Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
> Protocol 2.0.50727.5448)
> Content‑Type: text/xml; charset=utf‑8
> SOAPAction: "sendItemRequest"
> Host: 172.16.16.230:7191
> Content‑Length: 879
> Expect: 100‑continue
>
> 2) Answers from Server to WS:
> ================================
> ]#oE_@@`Pnz`HTTP/1.1 200
> Date: Fri, 16 Dec 2011 11:39:27 GMT
> Server: Linux GroupWise POA 8.0.2
> Content‑Type: text/xml; charset=utf‑8
> Content‑Length: 715
> =============================
> ]#oE_@@^bPn|Pragma: no‑cache
>
> <?xml version="1.0" encoding="UTF‑8"?><soap:Envelope
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema‑instance"
>
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><loginResp
> onse
> xmlns:gwt="http://schemas.novell.com/2005/01/GroupWise/types"
>
xmlns="http://schemas.novell.com/2005/01/GroupWise/methods"><session>J3fTBX
> KWBLSiAud8</session><userinfo><gwt:name>Ami
>
Common</gwt:name><gwt:email>[email protected]</gwt:email><gwt:uuid>BC486580‑06D2
0000‑9A57‑
> 6D006200E000</gwt:uuid></userinfo><gwVersion>8.0.2
>
</gwVersion><build>96933</build><serverUTCTime>2011‑12‑16T09:39:27Z</ser
verUTCTime><s
>
tatus><gwt:code>0</gwt:code></status></loginResponse></soap:Body></soap:Enve
lope>
> ===============================
>
> 3) from WS to Server
> ===============================================
> #o]E* @_G~PPOST /soap HTTP/1.1
> User‑Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
> Protocol 2.0.50727.5448)
> Content‑Type: text/xml; charset=utf‑8
> SOAPAction: "sendItemRequest"
> Host: 172.16.16.230:7191
> Content‑Length: 879
> Expect: 100‑continue
> ==============================
> #o]E @\~P<?xml version="1.0" encoding="utf‑8"?><soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema‑instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header><session
> xmlns="http://schemas.novell.com/2005/01/GroupWise/types">J3fTBXKWBLSiAud
> 8</session></soap:Header><soap:Body><sendItemRequest
> xmlns="http://schemas.novell.com/2005/01/GroupWise/methods"><item
> xmlns:q1="http://schemas.novell.com/2005/01/GroupWise/types"
>
xsi:type="q1:Mail"><q1:delivered>0001‑01‑01T00 :00:00</q1:delivered><q1:s
ubject></q
>
1:subject><q1:distribution><q1:recipients><q1:reci pient><q1:email>skoltogyan
@gmail
>
..com</q1:email></q1:recipient></q1:recipients></q1:distribution><q1:message>
<q1:part
>
length="39">0KjQsNC/0LrQsCEKCtCi0LXRgdGCLgoK0J/QvtC00L/QuNGB0Ywu</q1:part></
> q1:message></item></sendItemRequest></soap:Body></soap:Envelope>
> ===========================================
>
> 4) Answer from Server to WS
> ]#oE_@@`~P%z`HTTP/1.1 200
> Date: Fri, 16 Dec 2011 11:39:27 GMT
> Server: Linux GroupWise POA 8.0.2
> Content‑Type: text/xml; charset=utf‑8
> Content‑Length: 458
>
>
> At a workstation (WS) ‑ the program written by us works.
> This program on SOAP protocol through POA transfers letters outside the
> GroupWIse.
> Which data is transferred thus on SOAP protocol has shown above.
>
> In what a question (problem) what exactly is impossible:
> The letter from station on SOAP protocol is normally transferred in
> POA. Further through GWIA it is normally delivered to the receiver(
> skoltogyan @ gmail ).
> However to the receiver (the exterior receiver) the letter comes in the
> coding(with header):
> ..
> Subject: =?ISO‑8859‑5?B?wtXh4g==?=
> Mime‑Version: 1.0
> Content‑Type: text/plain; charset=ISO‑8859‑5
> Content‑Transfer‑Encoding: base64
> Content‑Disposition: inline
> ...
> (this is from my foriegn groupwise mailbox in the gmail)
>
> That is necessary: that such letter came in the coding (with Header):
> ...
> To: <[email protected]>
> Subject: =?UTF‑8?B?0YLQtdGB0YI=?=
> Mime‑Version: 1.0
> Content‑Type: text/plain; charset=UTF‑8
> Content‑Transfer‑Encoding: 8bit
> Content‑Disposition: inline
>
> That it is necessary to add in request on SOAP. What the letter,
> leaving in the Internet through gwia went in such type ?
>
> Serg

Similar Messages

  • How to specify to add or to remove the inner_class itemlistener?

    If i have a class main and a inner class like:
    class main_class extends JApplet implements ItemListner {
    //code lines
    class inner_class extens JPanel implements ItemListner {
    //code lines
    //code lines
    jcombo_main_class.addItemListener(this); //i am adding
    // the main_class itemlistener
    jcombo_main_class.removeItemListener(this); //i am removing
    // the main_class itemlistener
    jcombo_inner_class.addItemListener(
    //here is my doubt i don't know how to specify
    //to add or to remove the inner_class itemlistener
    jcombo_inner_class.removeItemListener(
    //here is my doubt i don't know how to specify
    //to add or to remove the inner_class itemlistener
    How to specify to add or to remove the inner_class itemlistener?
    Thanks in advance....
    Mary

    Hi,
    I know we can set headers by using some tools. Neoload tool is used to set values into header.
    If Servlet after receiving the request you can set header values and send back with response.
    Check this
    http://www.unix.com.ua/orelly/java-ent/servlet/ch05_06.htm
    Thanks,
    RamuV

  • I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up und one account.

    I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up under one account.

    You can have a different receiving email in the Messages app on each device : Settings > Messages > Receive At . I'm not sure that there is a different way to have the message only go to one device.

  • This is about iPhoto:  I need to print the FULL IMAGE as shown on the screen:  the image is SQUARE (equal on four sides).  iPhoto keeps cropping it into a rectangle - THIS IS NOT ACCEPTABLE!  How do I get what I see on the screen in print form???

    I need to print the FULL image as shown on the screen - the image is SQUARE (equal on all four sides).  iPhoto keeps cropping it into a rectangle - this is not acceptable!  How do I get what I see on the screen into print form?

    Like Terence explained:
    OT

  • I had an apple ID which I used for iCloud.  I upgraded the iCloud account and changed the apple ID to a @me address. Now I can't view what was in my original apple ID account.  How can I get what was stored on the original account?

    I had an Apple ID which I used for iCloud.  I upgraded the iCloud account and changed the apple ID to a @me address. Now I can't view what was in my original apple ID account.  How can I get what was stored on the original account?

    cathorio wrote:
    I recently changed my lap top. My problem is the new lap top won't accept my apple I D it asked me to sing up for a new one which I did.
    I am puzzled by this. The laptop doesn't need the Apple ID - but iTunes does. I could be missing something but ....
    Why would you not be able to use your existing Apple ID and iTunes account on a new laptop? If you authorized the computer - you should be able to use your existing account - unless you already had 5 computers authorized with the existing ID - and that was why iTunes would not accept the ID. However, I'm sure that you would have received a popup message from iTunes telling you that you had reached the limit.
    I just received a new MBP and my daughter did as well. My entire family shares an Apple ID and we had no issues at all with my Apple ID and iTunes on our new computers and I did not have to sign up for a new account. Did you even try the old ID?

  • How do i know what is downloading in the background of my ipad

    How do I know what is downloading in the background. My wi fi is showing something is downloading, but I dont know where to look to see what exactly is downloading.
    Also why does my iPad keep looking for wi fi spots when I have already selected and opened my wi fi ?

    Check in Settings>iTunes & App Store>Automatic Downloads>Updates>On. If that is set to "On", any apps that require updates are being downloaded in the background. I turned it off on my iPad. Just another way to drain the battery IMO. I can update the apps when I am ready to do so and I can do when the iPad is plugged into power.
    How do you know that the iPad is looking for WiFi hotspots?

  • My Apple TV memory is getting full.  How do I see what is stored on the Apple TV and how do I erase content?

    My Apple TV memory is getting full.  How do I see what is stored on the Apple TV and how do I erase content?

    Apps cannot be removed much less added to the device.
    Only content from the iTunes store (movies, tv shows, music) can be added/removed on the 1st Gen ATV.
    Again, the 2nd and 3rd Gen ATVS have no onboard storage for content and would generate no such message.
    Just curious, has your ATV been jailbroken?  If it has, no support can be provided via these forums.

  • ICloud I do not want to share some documents in the cloud.  I f I turn off iCloud it says I will delete everything already there. How do I know what is already in the cloud

    iCloud I do not want to share some documents in the cloud.  I f I turn off iCloud it says I will delete everything already there. How do I know what is already in the cloud

    Thank you.  When I go into system preferences, then iCloud, then manage, it does not let me view what is there only says:  ex: The documents stored inside Pages take up 623.3KB and gives me the option to: Delete Documents and Data.  It does not let me see what files are there.   I think it is time for me to go back to my apple store and get more acquainted with iCloud and storage and how to manage it.  I had some issues with my mac about a month ago after downloading an updated version.  The issue was related to syncing, iCloud, iTunes, calendar and storage.  I am nervous about loosing more documents, photos, etc..from my Mac.  Thank you for the information.  

  • How to specify source directory in File sender adpate using (NFS)?

    Hello experts,
    I am doing File-PI-Proxy scenario.
    Input file is available on machine which is within the Network area and FTP is not available on that machine.
    For this reason I am using the NFS Transport Protocol.
    In ID File sender I have specified Source Directory:-
    IP Address\Directory
    I am geeting the Error in RWB as 'Configured source directory '
    IP Address\Directory' does not exist'.
    Please suggest how to specify the Source Directory path.
    Regards,
    Jagesh

    Hi,
    If you want to use NFS protocol, then the file needs to be within the a folder in the XI server and not outside it, In your case if you need to use the file in a different machine which is on a network then try to use the FTP protocol.
    Refer this blog:
    /people/shabarish.vijayakumar/blog/2006/08/01/along-came-a-file-adapter-mr-ftp-and-rest-of-the-gang which shows the details of how you can install a local FTP and use it
    Regards,
    Nithiyanandam
    Edited by: Nithiyanandam A.U. on Mar 18, 2009 10:43 AM

  • How to specify more than 6 parameters in the URL or in the HTTP header?

    After applying SAP note 1105368 ,it will be availible to specify more than 6 parameters in the URL  header.
    But i haven't figured out  how to specify it yet.even though i went through the note carefully, but it really hard to understand.
    Is there someone who experienced to specify more than 6 parameters ?
    Inccording to the note,the parameter fileds look like should be
    specified like below.
    parameter1: <SAP:Record namespace="http://sap.com/xi/XI/System/HTTP" name="SAP_URL_EXTENSION">urlext</SAP:Record>
    parameter2:<SAP:Record namespace="http://sap.com/xi/XI/System/HTTP" name="urlext01">Order=4711</SAP:Record>
    parameter3:<SAP:Record namespace="http://sap.com/xi/XI/System/HTTP" name="urlext02">Object=1807</SAP:Record>
    but something about the format doesn't look right....

    Hi,
    I know we can set headers by using some tools. Neoload tool is used to set values into header.
    If Servlet after receiving the request you can set header values and send back with response.
    Check this
    http://www.unix.com.ua/orelly/java-ent/servlet/ch05_06.htm
    Thanks,
    RamuV

  • How do you configure what is displayed in the 'quick info'?

    Hi,
    When you hover over a user you get a 'quick info' popup giving more details. How do you control what the quick info displays?
    Windows 8.0.3 hp3 client (8.0.3 hp3 system on NW6.5sp8)
    When I hover over a user I get quite a bit of info, name, email address, phone number, fax, title, department etc. But, when I hover over a resource I get only name, email address, phone number. Can I add more fields?
    Linux 8.0.3 client (8.0.3 hp3 system on NW6.5sp8)
    When I hover over a resource the quick info displays only the email address. Can I add more fields, eg description, some other text field?
    Regards,
    Paul

    Hi Laura,
    I can see that a resource has less information to be displayed than a user. Our users wanted to see more information on a resource (in our case meeting rooms) before booking it. The quick info is the best place to see that. Under our GW8 windows clients the 'quick info' for a resource displays 'email address' and 'office phone number'. I have added extra details to the resource's phone field under C1 and that info now appears in the quick info. But, more that half our staff use the GW Linux client and it only displays the email address in the quick info (for a resource). I am wondering why the same info is not displayed on the Linux client and if there is any client side configuration for that.
    Regards,
    Paul
    Originally Posted by laurabuckley
    Hi Paul,
    I've been playing around a bit with my test system, and I have found the following... if you open up the properties of a resource in ConsoleOne, there is a field called "Description". You can place some information about that resource into this field. Then, in the client, let's say that you are addressing an e-mail to that resource, you can right-click on the resource address and choose "Details". The information for the resource, including your description, are now displayed.
    Don't know if that helps at all?
    Cheers,

  • How can I tell what app makes up the "usage"?

    Under General Settings, you have the option to view usage. How can I tell what app is using that "usage"? It is not data, just time active.

    Go to the AppleStore and download BatteryDoctor.
    This will help you to see which apps take a lott of your battery level.

  • How can I tell what table(s) have the most transactions against them

    Hello, in Oracle 11.2.0.3, RHEL 6 x86-64, how can I tell what tables have the highest transaction activity?
    Picked "Objects" because I could not find a space related to performance tuning
    Humbly,

    What version of Oracle are you running (standard or enterprise)?
    Easist system is to run an AWR or statspack report. If you run either of these you will see sections on segments (so segments by logical reads, physical reads) which is easily digestible.
    v$segment_statistics will also give you a breakdown on segment access.

  • How can i understand what is "other" in the storage menu in "about this mac"?

    Hello everyone ,
    I was wondering how you can understand what from the section "other" in your storagemenu is formed?
    Like mine is 144 GB more than music, movies, pic etc. and its very strange
    Thanks
    Stefy

    Try OmniDiskSweeper:
    http://omnigroup.com/more
    Matt

  • When I type a fraction for recipes they sometimes stay full size, but will also automatically reduce to a smaller size.  How do I control what format I want the fraction to be?

    Sometimes when I type fractions they remain full size, other times they automatically reduce to a smaller format.  How do I control what my fraction looks like?

    Fractions can be found as characters (glyphs) in Unicode fonts. You would need to set the auto-substitution in Pages' preferences to auto substitute to the correct Special characters in Unicode found in:
    Menu > Edit > Special Characters…
    Peter

Maybe you are looking for