Torna indietro   Hardware Upgrade Forum > Software > Programmazione

Il cuore digitale di F1 a Biggin Hill: l'infrastruttura Lenovo dietro la produzione media
Il cuore digitale di F1 a Biggin Hill: l'infrastruttura Lenovo dietro la produzione media
Nel Formula 1 Technology and Media Centre di Biggin Hill, la velocità delle monoposto si trasforma in dati, immagini e decisioni in tempo reale grazie all’infrastruttura Lenovo che gestisce centinaia di terabyte ogni weekend di gara e collega 820 milioni di spettatori nel mondo
DJI Osmo Mobile 8: lo stabilizzatore per smartphone con tracking multiplo e asta telescopica
DJI Osmo Mobile 8: lo stabilizzatore per smartphone con tracking multiplo e asta telescopica
Il nuovo gimbal mobile DJI evolve il concetto di tracciamento automatico con tre modalità diverse, un modulo multifunzionale con illuminazione integrata e controlli gestuali avanzati. Nel gimbal è anche presente un'asta telescopica da 215 mm con treppiede integrato, per un prodotto completo per content creator di ogni livello
Recensione Pura 80 Pro: HUAWEI torna a stupire con foto spettacolari e ricarica superveloce
Recensione Pura 80 Pro: HUAWEI torna a stupire con foto spettacolari e ricarica superveloce
Abbiamo provato il nuovo HUAWEI Pura 80 Pro. Parliamo di uno smartphone che è un vero capolavoro di fotografia mobile, grazie ad un comparto completo in tutto e per tutto, In questa colorazione ci è piaciuto molto, ma i limiti hardware e software, seppur in netto miglioramento, ci sono ancora. Ma HUAWEI ha fatto davvero passi da gigante per questa nuova serie Pura 80. Buona anche l'autonomia e soprattutto la ricarica rapida sia cablata che wireless, velocissima.
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 17-05-2011, 14:01   #1
prazision
Senior Member
 
L'Avatar di prazision
 
Iscritto dal: Dec 2003
Messaggi: 458
[JAVA - AXIS 2] org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException

axis 2.1.5.2

org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement westernUnionCheckResponse

questo il mio wsdl


Codice HTML:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://tempuri.org/checkForWesternUnion" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/checkForWesternUnion" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="checkForWesternUnion" targetNamespace="http://tempuri.org/checkForWesternUnion"><wsdl:types><xsd:schema targetNamespace="http://tempuri.org/checkForWesternUnion" xmlns:mrm="http://tempuri.org/checkForWesternUnion" xmlns:xsd="http://www.w3.org/2001/XMLSchema">


<xsd:complexType name="complexType"><xsd:sequence><xsd:element default="00000000000000000000000000" name="request_id"><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="26"/><xsd:maxLength value="26"/></xsd:restriction></xsd:simpleType></xsd:element><xsd:element name="cognome" type="xsd:string"/><xsd:element name="nome" type="xsd:string"/><xsd:element name="isoStato" type="xsd:string"/><xsd:element name="ixp_operation"><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="8"/><xsd:maxLength value="8"/></xsd:restriction></xsd:simpleType></xsd:element><xsd:element name="ixp_application"><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="8"/><xsd:maxLength value="8"/></xsd:restriction></xsd:simpleType></xsd:element><xsd:element name="ixp_target_des"><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="8"/><xsd:maxLength value="8"/></xsd:restriction></xsd:simpleType></xsd:element><xsd:element name="channel_id"><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="4"/><xsd:maxLength value="4"/></xsd:restriction></xsd:simpleType></xsd:element></xsd:sequence></xsd:complexType>


<xsd:complexType name="complexType1"><xsd:sequence><xsd:element minOccurs="0" name="return"><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="2"/><xsd:maxLength value="2"/></xsd:restriction></xsd:simpleType></xsd:element><xsd:element minOccurs="0" name="error" type="xsd:string"/></xsd:sequence></xsd:complexType>

<xsd:element name="westernUnionCheck" type="complexType"/>

<xsd:element name="westernUnionCheckResponse" type="complexType1"/>


</xsd:schema></wsdl:types><wsdl:message name="westernUnion_in"><wsdl:part element="westernUnionCheck" name="westernUnionCheck"/></wsdl:message><wsdl:message name="westernUnion_out"><wsdl:part element="westernUnionCheckResponse" name="westernUnionCheckResponse"/></wsdl:message><wsdl:message name="westernUnion_fault1"><wsdl:part element="westernUnionCheckResponse" name="westernUnionCheckResponse"/></wsdl:message><wsdl:portType name="checkForWesternUnionPortType"><wsdl:operation name="westernUnion"><wsdl:input message="westernUnion_in" name="westernUnion_Input"/><wsdl:output message="westernUnion_out" name="westernUnion_Output"/><wsdl:fault message="westernUnion_fault1" name="westernUnion_Fault"/></wsdl:operation></wsdl:portType><wsdl:binding name="checkForWesternUnionSOAP_HTTP_Binding" type="checkForWesternUnionPortType"><soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="westernUnion"><soap:operation soapAction="westernUnion"/><wsdl:input name="westernUnion_Input"><soap:body parts="westernUnionCheck" use="literal"/></wsdl:input><wsdl:output name="westernUnion_Output"><soap:body parts="westernUnionCheckResponse" use="literal"/></wsdl:output><wsdl:fault name="westernUnion_Fault"><soap:fault name="westernUnion_Fault" use="literal"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="westernUnion"><wsdl:port binding="checkForWesternUnionSOAP_HTTP_Binding" name="SOAP_HTTP_Port"><soap:address location="http://.......westernUnionCheck"/></wsdl:port>
</wsdl:service></wsdl:definitions>


questo il mio messaggio di risposta
Codice HTML:
HTTP/1.1 200 OK
Date: Tue, 17 May 2011 11:27:28 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Type: text/xml;charset=utf-8
Content-Length: 251
Server: Apache-Coyote/1.1

<?xml version="1.0" encoding="UTF-8"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><NS1:westernUnionCheckResponse xmlns:NS1="http://safewatch.isp.it/"><return>OK</return></NS1:westernUnionCheckResponse></S:Body></S:Envelope>

dove sbaglio? grazie
prazision è offline   Rispondi citando il messaggio o parte di esso
Old 17-05-2011, 15:52   #2
prazision
Senior Member
 
L'Avatar di prazision
 
Iscritto dal: Dec 2003
Messaggi: 458
Quote:
Originariamente inviato da prazision Guarda i messaggi


<?xml version="1.0" encoding="UTF-8"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><NS1:westernUnionCheckResponse xmlns:NS1="http://safewatch.isp.it/"><return>OK</return></NS1:westernUnionCheckResponse></S:Body></S:Envelope>
[/html]


non può essere colpa di quel "NS1="http://safewatch.isp.it/"?
prazision è offline   Rispondi citando il messaggio o parte di esso
Old 18-05-2011, 12:21   #3
prazision
Senior Member
 
L'Avatar di prazision
 
Iscritto dal: Dec 2003
Messaggi: 458
diana_est ha scritto:

> > <?xml version="1.0" encoding="UTF-8"?><S:Envelope
> >
> xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><NS1:westernUnionCheckResponse
> >
> xmlns:NS1="http://safewatch.isp.it/"><return>OK</return></NS1:westernUnionCheckResponse></S:Body></S:Envelope>


> non può essere colpa di quel "NS1="http://safewatch.isp.it/"?

https://forums.aws.amazon.com/thread...threadID=59913
ho risolto usando "-d jaxbri"

grazie
prazision è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Il cuore digitale di F1 a Biggin Hill: l'infrastruttura Lenovo dietro la produzione media Il cuore digitale di F1 a Biggin Hill: l'infrast...
DJI Osmo Mobile 8: lo stabilizzatore per smartphone con tracking multiplo e asta telescopica DJI Osmo Mobile 8: lo stabilizzatore per smartph...
Recensione Pura 80 Pro: HUAWEI torna a stupire con foto spettacolari e ricarica superveloce Recensione Pura 80 Pro: HUAWEI torna a stupire c...
Opera Neon: il browser AI agentico di nuova generazione Opera Neon: il browser AI agentico di nuova gene...
Wind Tre 'accende' il 5G Standalone in Italia: si apre una nuova era basata sui servizi Wind Tre 'accende' il 5G Standalone in Italia: s...
'Non può essere un robot': l'uman...
Monopattino elettrico Segway Ninebot Max...
Syberia Remastered è disponibile:...
Sony scopre che tutti i modelli AI hanno...
Amazon nasconde un -15% su 'Seconda Mano...
Due occasioni Apple su Amazon: iPhone 16...
Verso la fine della TV tradizionale? I g...
Cassa JBL a 39€, portatili, smartphone, ...
Cometa interstellare 3I/ATLAS: la sonda ...
Jensen Huang e Bill Dally di NVIDIA prem...
Il futuro della birra è green: H...
ECOVACS GOAT G1-2000: il robot tagliaerb...
Allarme sui bus elettrici cinesi: centin...
iPhone Fold sempre più vicino: fo...
Soundbar Samsung da 150W con subwoofer i...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 16:12.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v