SOAP and JWS - Help!!

Hi everyone!!
I am trying to integrate SOAP and JWS. ie the application being downloaded is a SOAP messaging application. while compiling i have SAAJ api in my classpath. while executing it, i need to have it too in my classpath. before executing the application, if i dont set the classpath, the application doesnt execute. when i do, it works. its ok when i execute the application in the command prompt bcoz i can set classpath again. but issue arises when i run this example using jws. can anybody resolve this issue?
regards,
Manyadeveloper

Hi I've been dealing with this problem for a little while.
I've got an APP that is dependant on SOAP.JAR. My appp doesn't need to be signed, but SOAP.JAR does.
Why does it need to be signed?
I only want to download information from the server where I started my program from. When I leave SOAP.JAR unsigned it tells me I need to input the proxy address and port.
Any ideas?
Thanks Martin

Similar Messages

  • SOAP and JWS

    I've got a problem with some of my clients networks. I've got an app that is running correctly on most networks. It relies extensively on SOAP calls to our server.
    The problem networks will download the app correctly and start it up, but at the point of the first SOAP call it fails. I'm assuming that because the app downloaded and started that the proxy settings are correct. Although the problem seems to arise more in corporate networks which have more draconian proxy servers.
    Are there any known gotchas with SOAP and JWS I should know about?
    'Little help?'
    Cheers

    Some proxies require Username and Password authentication. You can pass that info in the SOAP call setup, but of course you have to have it available.
    Since Java Web Start likes to handle proxies itself and does not provide a way to retrieve the Username and Password, you might have to create an additional proxy login screen.
    Of course, this might be very annoying as you would get 3 logins! One for Java Web Start's proxy login, one for you to get the proxy login info for your SOAP call, and one for your application's login. VERY ANNOYING!
    I do not know of a good solution to the problem, but I hope this info can help you resolve it.

  • SOAP and WSDL help.

    I'll try to make this as simple as possible in hope I get a
    response. I have a particular web service I need to consume. Using
    its WSDL file I have locally, how can I make a direct SOAP call to
    it using the actual XML SOAP envelope? It balks when trying to use
    cfinvoke with CFinvokearguments, giving me a "method doesn't exit"
    error. I figure I can invoke the service somehow using CFHTTP and
    using the entire soap envelope to call the web service. Am I
    barking up the wrong tree here?
    Looking at the actual soap body inside the envelope, Since
    its XML there are a number of child tags inside i.e.
    <soapenv:Body>
    <the_request>
    <security_header>
    <some_element>whatever</some_element>
    <another_element>whatever2</another_element>
    </security_header>
    <config_header>
    <some_configelement>whatever</some_configelement>
    <another_configelement>whatever2</another_configelement>
    </config_header>
    <data>
    <some_dataelement>whatever</some_dataelement>
    <another_dataelement>whatever2</another_dataelement>
    </data>
    </the_request>
    </soapenv:body>
    Thats it, no magic, no soap headers, nothing. Its all
    contained within the body. Side note: How does CFinvoke arguments
    keep track of what child elements they are under in the call? Any
    help would be appreciated..
    Thanks! Jeff

    I wish I could give more details. Heck, I would post the
    entire WSDL and soap call, but I am under NDA with the company that
    I am implementing it from. I am also in between a rock and hard
    place, because they DO NOT have any coldfusion implementation of
    their product and know nothing about the language. So, I am SOL
    when I am having problems with consuming their web service.
    With that being said, I have used CFINVOKE and CFinvoke
    arguement. Odd thing is that when I do and pass the correct
    arguments, it tells me that the method doesn't exist. Now, I have
    even heard that you must include all optional arguments with some
    web services. I tried that too, still it tells me the method I
    chose doesn't exist. Very frustrating.
    Thats why I thought there might be a way to use the entire
    soap envelope against the WSDL to produce a result other than
    "method doesn't exist".
    Jeff

  • Could someone help me to clearly distinguish between SOAP and HTTP adapter?

    In which scenarios we can go for HTTP adapter and when to go for SOAP adapter?

    Hi Lekshmi !!
    A SOAP message will be bundled inside the soap envelope.HTTP is not an adapter in adapter engine whereas soap is an adapter i.e, HTTP doesn't require a communication channel where as SOAP requires.You can send soap messages using some SOAP client.
    SOAP Adapter is used to xchange SOAP messages bw remote clients and webservices....
    check this link for more differences..
    SOAP and HTTP adapter
    When you need to Send Data to XI from a Webservice , your SOAP adapter is used.
    HTTP adapter is used when you want to post a HTTP request message from a web application to XI.
    How can i make use of SOAP Sender Adapter without using any tools like XML Spy etc....
    XML SPy is used as a TEST tool when you are sending SOAP information to XI. TO actually send data , you need to configure a webservice and construct a SOAP request message and post the data .
    we use SOAP adapter when we need to connect to remote system or use Webservices in these cases we use SOAP adapter.
    HTTP Adapter is used by extenal systems to connect to Intergartin server using native HTTP Interface.
    the http adapter is a service which is directly connected to integration engine. Adapter Framework (Java) isnt involved. It is much more performant than SOAP adapter.
    The SOAP adapter is written in Java and is responsible for the SOAP envelope around the real XML message. You can build/remove that envelope as well in the mapping and use instead http adapter. But standard for webservices is using SOAP adapter.
    Check this thread....
    Difference between SOAP and Http Sender
    HTTP Adatpter Vs Soap Adapter
    HTPP Adatpter Vs Soap Adapter ????
    Difference between SOAP and Http Sender
    Difference between SOAP and Http Sender
    Plain HTTP Adapter vs SOAP Adapter with regards to SSL
    Plain HTTP Adapter vs SOAP Adapter with regards to SSL
    Hope it clears your doubt !!!!
    Questions are welcome here!!
    <b>Also mark helpful answers by rewarding points </b>
    Thanks,
    Abhishek Agrahari

  • Https for SOAP and HTTP Receiver adapters in PI 7.1

    Hi,
    We need HTTPS Transport protocol is required to send the message to receiver systems.
    Currently we are using below procedures for https:
    1)     HTTP with SSL (= HTTPS) without client authentication
    2)      HTTP with SSL (= HTTPS) with client authentication
    But client donu2019t want this procedure.
    Here my question is How to enable the https Transport protocol in SOAP and HTTP Receiver adapters.

    >>Here my question is How to enable the https Transport protocol in SOAP and HTTP Receiver adapters.
    What I see is your client wants PI to send communication via HTTPS transport protocol. That means you have to apply for trusted certificate and import that certificate root node in Netweaver keystore.
    Then change the transport protocol from http to https in soap and http receiver communication channel and communicate to client via certificate authentication.
    Plenty of documents available in sdn about https certificate authentication. Please go through those links.
    check this thread.. might be helpful
    Client Certificate for PI authentication when Web Dispatcher terminates SSL

  • J2ME and Webservices Help! Please!!!

    Hi guys, I would really like some of you're expert views and experiences with this topic.
    I basically need to access my Oracle database via a PDA or smartphone device.
    From researching the web and other resources, I think that the way to do this is to create a webservice and link it up to my Midlet.
    The only problem is, I do not know how and also, I am unsure of how to use SOAP and WSDL documents, I have read over:
    http://www.javaworld.com/javaworld/jw-08-2002/jw-0823-wireless.html?page=6
    http://developers.sun.com/techtopics/mobility/apis/articles/wsa/
    http://www.java-tips.org/java-me-tips/midp/finding-multimedia-content-type-support-of-a-mobile-d.html
    http://developers.sun.com/techtopics/mobility/midp/articles/wtoolkit/
    http://developers.sun.com/techtopics/mobility/midp/articles/tutorial2/
    http://developers.sun.com/techtopics/mobility/midp/articles/webservices/
    and I am still confused, I have tried to search for tutorials and also sample programs etc -.- but I haven't got anywhere with this.
    Can anyone please help? I need to know the code in order for my Midlet to link up to the WSDL file or generate it?!? and then, how that will interact with the webservice to send and retrieve data from the database.
    any help or suggestions would be very much appreciated, thanks for reading.

    i dont know if smartticket will help me at all, its using a weblogic server, i need to be running tomcat, any one else? please any suggestions!!?!!?

  • SOAP and Webservice

    Hi all,
    i am new to java..!! so can someone pls help me..its urgent?
    i want to create a agent which will read the content sent through SOAP and create an XML file and send it through web service. Can anyone help me in this regard..?
    P.S :- sorry if i am repeating this question as many of them wud have already asked this..i was not able to find anythin to match my requirement.
    thanks
    bala

    i was not able
    to find anythin to match my requirement.What you're asking is so common that I find it difficult to believe your search would come up empty. A quick google search of "java web services" returns more information than you will ever need. First link that pops up:
    java.sun.com/webservices/
    Good luck.

  • SOAP AND HTTP adptors

    Hi All,
    Difference b/w SOAP AND HTTP ADAPTORS.
    WAITING FOR REPLIES.
    SANKAR

    Hello
    Please check the Rules of Engagement, https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement, before posting on the forum.
    Please search the forum before posting questions like this. It has already been answered several times in the forum. Also you will find the answer by searching help.sap.com.
    I am closing this thread.
    Regards
    Mark Smyth
    XI/PI Moderator

  • Help, new to Linux and need help installing 8i

    I am new to Linux and some of this stuff..
    Yet,I have gotten the JDK116_v5 installed and working on my box.
    I have cut a cd for Oracle8i and need help..
    I have also recopiled my kernal as well...
    Does any one know where I can get help...
    null

    Al Pivonka (guest) wrote:
    : I am new to Linux and some of this stuff..
    : Yet,I have gotten the JDK116_v5 installed and working on
    : my box.
    : I have cut a cd for Oracle8i and need help..
    : I have also recopiled my kernal as well...
    : Does any one know where I can get help...
    Try http://www.akadia.com/html/dod-frame.html for Redhat.
    http://www.suse.de/~mha/oracle/ for SuSE
    Also peruse these
    http://www.akadia.com/html/dod-frame.html
    http://jordan.fortwayne.com/oracle/
    Colin.
    null

  • Software update and iLife help not working in Admin account

    For the last few weeks (maybe since iLife 11 was installed) software update and iLife help has quit working on the single administration account on my iMac. All works fine on the secondary accounts.
    If I try to use software update it says everything is up to date, even though I know there are updates available that can be seen if checking from a different account on the machine. In iLife, if I try to access the help files it tells me I need to download them. I click to download and after a few seconds it takes me back to the front help page and I then go through the entire process again but the help download never happens. On secondary accounts the help files work no problem.
    I've tried many of the tips for deleting helpfile plists, but nothing seems to work for me.
    Can any kind person list for me everything I should look to delete or move in the account to get these things working again?
    It would be much appreciated!

    Since the issue is specific to your original user account, you can proceed in two ways. One is to log into your new account, make a list of the preference files (plists) located in /username/Library/Preferences/, including any in the ByHost subfolder, log back into the original account, move everything on that other account's list from the original account's Preferences folder into a newly created folder on the Desktop, log out and back in, and see if the problem goes away. If so, you can copy the ones in the Desktop folder (one at time) back into /Preferences/, restart, and see if the problem returns. If so, you've identified the corrupt/conflicting one. Continue with all of them until isolating the bad ones. That'll save you the trouble of resetting preferences.
    The second way is much more detailed and I'll not burden you with the steps unless the above doesn't fix the issue.

  • Is in PI7.1 possible asynchronous communication between SOAP and ABAPProxy?

    Hi,
    when method execute_asynchronous has disapeared since XI/PI 7.1, is
    there still way how to use ABAP proxy in asynchronous way?
    We need to build asynchronous connection SOAP->PI->ABAP_Proxy.
    In PI, both interfaces are defined as asynchronous (outbound for SOAP and
    inbound for ABAP Proxy).
    Despite of this fact, when message is sent, it is processed
    synchronous way.
    I have set breakpoint in my implementation of method for ABAP Proxy
    message processing. When message is sent and breakpoint is reached,
    whole connection stays open (between SOAP and PI and between PI and
    ABAP Proxy) and waits for processing method (the breakpointed one) to
    return. Only when processing method returns, is connection finelly
    closed.
    If i understand it correctly, this is synchronous behavior. In
    asynchronous behavior, as i understand it, should be connection
    between PI and ABAP Proxy of application server closed immediately
    after message has been delivered. This mean before my processing
    method is even called.
    The same could be said about SOAP and PI communication. Connection
    should be closed immediately after PI has received message. From
    definition of asynchronous communication of PI is obvious, that PI
    should receive message correctly and close connection to sender system
    even when receiver is unreachable. It should deliver message later
    when, receiver system is back on line. So why it keeps connection to
    sender system open while it waits for receiver?
    Why is this happening, when both interfaces are defined as
    asynchronous? Could be the reason for this, if APPLICATION
    ACKNOWLEDGEMENT is set on by default? If so, how can i change it
    to SYSTEM ACKNOWLEDGEMENT, or disable it at all?
    Or is this kind of asynchronous communication even possible since
    XI/PI 7.1 ?
    Processing of message we are sending can take some time, so we dont
    want connection pending open while waiting for finish of
    processing. Thats the reason why we have chose asynchronous model to
    use.

    Quote from How to Use the J2EE SOAP Adapter:
    "If you select Best Effort, the Web service client will receive a response
    message in the SOAP body. Otherwise, the Web service client will not receive a
    response message if no error occurs."
    "if no error occurs" - that is the problem. In either case he still
    waits if some error occure or not. I dont want it. Once PI has
    received message, I want the connection with sender to be closed. If
    there will be error in communication between PI and reciever, I want
    to see it only in PI log. That mean no notification to sender to be
    send about that error.
    Is that possible?

  • A follow up question to Introducing Apple Recommends, Manage Subscriptions, and This Helped Me

    In Introducing Apple Recommends, Manage Subscriptions, and This Helped Me it was written
    Now anyone can click "This helped me" to say thanks to helpful members. When several people mark the same post, it will earn a gold star and appear at the top of the discussion, so it’s easier for others to find. The poster will also earn five reputation points for a job well done.
    Does anyone know (or is it written anywhere) just how many is 'serveral'? Is it decided on the fly? Or does it depend on the phase of the moon?
    Will the points be awarded to the poster only once, or if say 100 people mark it as helpful will more then 5 points be awarded?
    Sounds like a really good system but it seems that a bit more thought should have gone into it, no? Or at least the explanation could be clearer.
    Ciao.
    (Another question) Can the original post (this one) get marked as helpful also? Imagine  earning points for posting :-)

    Howdy GeoCo et al
    I sort of agree with this new "Helpie-ette" deal. I wonder why while at this portion of the UX they didn't address the ongoing issue of the "irrevocable nature " of the OP awards of the traditional Green Stamp and Gold Star - I have made the mistake (once) but I see the silliest things marked Solved frequently. THAT is bad for business in that it gives false visual info and false statistical results.
    We'll see... BTW, the [People] TAB itself is the only new thing (the CONTROL in the TAB bar) - the URL has always been alive and well if one knew to add " /people "

  • Google maps and google help not loading anymore! help!

    Google maps and google help aren't loading since I've updated firefox. Works in Chrome no problem. Tried everything listed here: https://support.mozilla.com/en-US/kb/Error%20loading%20web%20sites, re-installed flash, cleared cache, etc... what am I missing?

    Anyone have any ideas?

  • How can I get no answers and no help!

    Hi All,
    I am so angry frustrated and fed up with BT its not real and after a month of useless customer service people in every country in the world I have decided to get ofcom involved as BT just dont care at all.
    I have been a customer for BT for about 7 years and always paid my bills ontime and have many time in the past recommended BT (Not anymore) alot not only to friend but also to businesses.
    After a messy split with my partner i had to move from my property so on the 6th of January i called BT's moving team and got the process moving to move all my services (phone, broadband & bt vision) the guy was really helpful and said that the old phone and services would be disconnected on the 17th Jan and broadband the same day, he then went on to say that an engineer would have to come to my property on the 21st to check that the bt vision would work correctly as there was low bandwith where i lived but thought it would be ok.
    So i thought great all done but on the 17th nothing happened at the new property i call CS and the lady did try to help and after talking to the old line user said a mistake had happed with a cancellation and they would sort it all out by the 19th so dont worry. 19th comes nothing so another call to CS they could not work it out so put me through to a guy in the UK who could not have been more unhelpful if he tried. He said that the engineer had reported a problem but i would have to wait. At this point i thought i would complain as i had not had any comms from BT at all i had to do all the calling even though they say on the website if the date are moved they will contact you.
    i tried the only complaint messaging service this time. The guy tried to be helpful but then informed me that my order was cancelled? Why i asked he said he did not know but would have to call me back. Well he did call back the next day and still had no idea what had happened and i have now not heard a thing from him since last thursday.
    On Monday i logged into my account and now it shows i wont get any connections until the 7th of feb so i called and said its a joke and whats going on. The guy said what do you expect you only placed the order yesterday? I asked what? and then looked at the only account and true enough the order date had changed to the 23rd and they could not see the previous order even though the order number had not changed. Its a disgrace as i think you will find the moving team dont work sundays so i know someone has changed that so it did not look so bad. The person said he would escalate the connection (I bet he did not as naff all has happened). He said he would get his manager who i have to say i dont think was i just think he passed me to his mate to try and get me off the line. He said they would get it sorted and come back to me with 24hrs and guess what Nothing.
    So if you are a good customer and pay ontime this is what BT really thinks of you and will help you if things go wrong. I have got a complaint reference now and will be keeping a diary of events in order to contact Ofcom when it is all sorted and to post on onther forum the outcome and how i was dealt with.
    Kinga

    Well the useless system has done yet another update and useful as usual it now says my connection date for BT Vision is 26th Jan (2 days ago) but the phone and broadband will be 7th of Feb so that will be a full month since i placed the order and still nothing from anyone at BT.
    Nothing about the original engineer visit or anything so this is going to roll on and on and the so called escalation, well they may as well said what can we say to you to get you off the line as i bet there is no such thing as escalition at all as so far all its done is push these so called dates further and further away.
    Oh and here is a another nugget of so called customer service for you is you ask about compensation for all the calls, hassle and stress they say you cant have a thing as it says it in the terms & conditions. Oh well in that case why call you team customer services if you cant really stand the customers and cant admit when you make a massive mistake causing untold hardship to the customer that you would like to make up for it in someway.
    Kinga

  • IOS 8 - Disentangling Camera Roll and Photostream - help!

    In iOS 8, Apple removed the “Camera Roll” and “Photostream” albums and collapsed them into a single stream of photos on the camera that can be accessed under “Collections”.  “Collections” also includes all other photos otherwise loaded onto the phone, e.g., via iPhoto. This new arrangement upsets several familiar ways in which I’ve been using my iPhone and its camera, and I am wondering if anyone has any suggestions for how to recapture a few simple functions.  (I have submitted Feedback on the elimination of the Camera Roll, and with this post I am looking for practical solutions to a series of new problems.)
    Question #1.  I maintained my Camera Roll as a reasonably-well curated set of maybe 300 photos & videos, taken on my phone, that I could pull up easily to show to people.  I would like to know if there is a way to restore that functionality in iOS 8.  “Recently added” does not go back far enough (one of my favorites was the very first photo I took with any iPhone, back in 2007); and “Collections” shows way too much – it includes everything in Photostream, as well as photos from Albums of scans, non-iPhone photos and other sources that I’ve synced to the phone with iPhoto.  Thousands of photos.  I also don’t care for the way in which Collections interrupts the thumbnails with date and location information.
    Question #2.  I kept Photostream turned on on my phone, because I liked the idea of automatically uploading photos to the cloud, particularly on trips when I was not in a position to download the photos directly to a computer for backup and safekeeping.  However, now that Apple has eliminated the distinction between “photos in my pocket” and “photos in the cloud”, it appears that whenever I want to delete a photo from my phone (e.g. to save space) I must also delete the corresponding Photostream copy.  Is there a way, with Photostream on, to delete local photos without also deleting the copy that has been uploaded to the cloud?
    Question #3.  I have a few old iOS devices that I let my kids use.  They like to take photos and screenshots.  Most of them are pretty stupid but once in a while they do something great. I’ve left Photostream on on those devices to see what they’re up to, and to capture the occasional gem.  This was fine, when “Photostream” was a separate Album that I could look at, or not, as I chose.  In iOS 8 however, all of their junk photos appear in “Collections” and are as much a part of my phone’s photo repository as the carefully-curated Camera Roll photos used to be.  Is there a way to keep Photostream photos out of my “Collection”?
    Question #4.  I suppose someone could write an app that does nothing but display photos that were captured by, and reside physically, on the device.  Perhaps someone already has, if anyone knows.  Of course I’d prefer to use the native app for this function, but I’d take the function over nativity if I had to choose.
    Question #5. Does anyone know (“know” – please no speculation, and nothing that an NDA forbids) how the iCloud Photo Library, which dropped back to beta in the final release of iOS 8, works? Does it provide the backup and safekeeping function of Photostream, along with the ability to view that set of photos separately?  If so then I could turn off Photostream and at least get rid of that clutter.
    Thanks for any and all help.  And by way of reminder - https://www.apple.com/feedback/iphone.html .

    Here's one, eh, kludgy fix for Question #1.  I don't exactly recommend it - it can be pretty laborious - but in the end it seems to get me back to about where I started with my Camera Roll.
    Go into "Collections" and scroll back to about the date at which you expect to find your first native iPhone photo.  (I have many imported photos that predate iPhone, so I can't just look at the first ones.)  Tap through until you are looking at a single photo.  Look at the bottom.  If it displays a "Favorites" heart, it's physically on your iPhone (and as best I can tell, was taken by the device).  Tag it as a favorite.  Swipe to the next photo.  Skip if it shows no Favorites heart - that means it's not on your phone - and tag it if it does.
    At the end of this process (did I mention it's laborious?), you should have a Favorites album that matches the photos that were on your Camera Roll when you upgraded to iOS 8.

Maybe you are looking for

  • Cable help w/ mbp circa august 2006

    dvi, hdmi, vga...it's like a different language. my macbook pro circa august 2006 has finally been demoted to my streaming machine. i'd like to hook it up to my tv so i can watch netflix  on it. my tv only has an hdmi connect, no dvi or vga. my compu

  • Error: Of material 8945868468, only 0.000 PC are available on desired date

    Hi experts, While creating Stock Transport order for storage location to storage location in the same plant. I am getting an warning message as "Of material 8945868468, only 0.000 PC are available on desired date", But the material is available in st

  • Signal Quality in Belle Chasse, La

    Has any one been having 4g reception issues in the Belle Chasse, La area, Specificaly on the Naval Air Station, I have worked here for 3 years and have always had solid 3-4 bars on 4g even inside of the Brick and metal hanger. Now all of a sudden for

  • ARD3.1 : Remote login under different user ID?

    Hello, Is it possible to remote log in using ID, say "UserA" to MacA while the someone is already logged into MacA using ID "UserB" ?? Charles

  • Problem exporting from STP

    When I export as a wav or aif file i get a file which has that extension (.wav or .aif), but the bit rate (I am exporting as 24 bit on drop down) in the file description is 12,800,700!!!! Moreover, this file cannot be read or incorporated into Logic,