hi,MDee,did you resolve this problem? It seemed said: it is not accessable https://mydomain.com/axis2/services/MyWebServices.MyWebServicesHttpSoap12Endpoint/, as your see,XML parser need a hint for namespace definition which normally used as schema import semantic or etc. In a word,I thought you should make the url accessable. perhapse you thank it as an uri,not a url,but also need connect an real xml xsd ( from an url or local file system) with this uri.
Mar 28, 2010 20:18 [Thread-1] org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:202) Unable to sendViaPost to url[https://mydomain.com/axis2/services/MyWebServices.MyWebServicesHttpSoap12Endpoint/] On Fri, Apr 2, 2010 at 2:18 AM, Martin Gainty <[email protected]> wrote: > yes..experience has shown chunking only works on a HTTP 1.1. connection > here is a test client which specifically sets HTTP1.1 protocol as an option > for the serviceClient sender object.. > > OMElement payload = TestingUtils.createDummyOMElement(); > Options options = new Options(); > options.setTo(targetEPR); > options.setTransportInProtocol(Constants.TRANSPORT_HTTP); > options.setProperty(HTTPConstants.HTTP_PROTOCOL_VERSION, > HTTPConstants.HEADER_PROTOCOL_11); > ConfigurationContext configContext = > > ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, > null); > ServiceClient sender = new ServiceClient(configContext, null); > sender.setOptions(options); > OMElement result = sender.sendReceive(payload); > > HTH > Martin Gainty > ______________________________________________ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient lediglich dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie > de ceci est interdite. Ce message sert à l'information seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> Date: Tue, 30 Mar 2010 08:16:44 -0700 >> From: [email protected] >> To: [email protected] >> Subject: Consulting help ($) needed to resolve Axis2 issue >> >> >> Need to get Axis2 based web service up and running. Having problem and can >> pay for help. Issue involves IIS + isapi_redirector + tomcat and Axis2. >> Can read about full problem at: >> >> http://old.nabble.com/Axis2-with-SSL-gives-AxisFault-td28053938.html >> >> Feel free to contact me directly. >> >> Mike >> -- >> View this message in context: >> http://old.nabble.com/Consulting-help-%28%24%29-needed-to-resolve-Axis2-issue-tp28084056p28084056.html >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > ________________________________ > Hotmail: Trusted email with powerful SPAM protection. Sign up now. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
