Changeset e77c86e for wsdl/fedd.wsdl
- Timestamp:
- May 4, 2010 2:28:38 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 175b444
- Parents:
- d20823f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd.wsdl
rd20823f re77c86e 1 1 <?xml version="1.0"?> 2 2 <definitions name="fedd" 3 targetNamespace="http://www.isi.edu/f aber/fedd.wsdl"4 xmlns:tns="http://www.isi.edu/f aber/fedd.wsdl"5 xmlns:xsd1="http://www.isi.edu/f aber/fedd_types"6 xmlns:topdl="http://www.isi.edu/ faber/topdl"3 targetNamespace="http://www.isi.edu/fedd.wsdl" 4 xmlns:tns="http://www.isi.edu/fedd.wsdl" 5 xmlns:xsd1="http://www.isi.edu/fedd_types" 6 xmlns:topdl="http://www.isi.edu/topdl" 7 7 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 8 8 xmlns="http://schemas.xmlsoap.org/wsdl/"> 9 9 10 <import namespace="http://www.isi.edu/f aber/fedd_types"10 <import namespace="http://www.isi.edu/fedd_types" 11 11 location="fedd_types.xsd"/> 12 12 13 <import namespace="http://www.isi.edu/ faber/topdl"13 <import namespace="http://www.isi.edu/topdl" 14 14 location="topdl.xsd"/> 15 15 <!-- … … 275 275 <input> 276 276 <soap:body use="literal" parts="tns:RequestAccessRequestBody" 277 namespace="http://www.isi.edu/f aber/fedd.wsdl"277 namespace="http://www.isi.edu/fedd.wsdl" 278 278 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 279 279 </input> 280 280 <output> 281 281 <soap:body use="literal" parts="tns:RequestAccessResponseBody" 282 namespace="http://www.isi.edu/f aber/fedd.wsdl"282 namespace="http://www.isi.edu/fedd.wsdl" 283 283 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 284 284 </output> 285 285 <fault name="RequestAccessFeddFault"> 286 286 <soap:fault use="literal" name="tns:FeddFault" 287 namespace="http://www.isi.edu/f aber/fedd.wsdl"287 namespace="http://www.isi.edu/fedd.wsdl" 288 288 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 289 289 </fault> … … 296 296 <input> 297 297 <soap:body use="literal" parts="tns:ReleaseAccessRequestBody" 298 namespace="http://www.isi.edu/f aber/fedd.wsdl"298 namespace="http://www.isi.edu/fedd.wsdl" 299 299 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 300 300 </input> 301 301 <output> 302 302 <soap:body use="literal" parts="tns:ReleaseAccessResponseBody" 303 namespace="http://www.isi.edu/f aber/fedd.wsdl"303 namespace="http://www.isi.edu/fedd.wsdl" 304 304 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 305 305 </output> 306 306 <fault name="ReleaseAccessFeddFault"> 307 307 <soap:fault use="literal" name="tns:FeddFault" 308 namespace="http://www.isi.edu/f aber/fedd.wsdl"308 namespace="http://www.isi.edu/fedd.wsdl" 309 309 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 310 310 </fault> … … 317 317 <input> 318 318 <soap:body use="literal" parts="tns:NewRequestBody" 319 namespace="http://www.isi.edu/f aber/fedd.wsdl"319 namespace="http://www.isi.edu/fedd.wsdl" 320 320 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 321 321 </input> 322 322 <output> 323 323 <soap:body use="literal" parts="tns:NewResponseBody" 324 namespace="http://www.isi.edu/f aber/fedd.wsdl"324 namespace="http://www.isi.edu/fedd.wsdl" 325 325 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 326 326 </output> 327 327 <fault name="NewFeddFault"> 328 328 <soap:fault use="literal" name="tns:FeddFault" 329 namespace="http://www.isi.edu/f aber/fedd.wsdl"329 namespace="http://www.isi.edu/fedd.wsdl" 330 330 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 331 331 </fault> … … 338 338 <input> 339 339 <soap:body use="literal" parts="tns:CreateRequestBody" 340 namespace="http://www.isi.edu/f aber/fedd.wsdl"340 namespace="http://www.isi.edu/fedd.wsdl" 341 341 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 342 342 </input> 343 343 <output> 344 344 <soap:body use="literal" parts="tns:CreateResponseBody" 345 namespace="http://www.isi.edu/f aber/fedd.wsdl"345 namespace="http://www.isi.edu/fedd.wsdl" 346 346 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 347 347 </output> 348 348 <fault name="CreateFeddFault"> 349 349 <soap:fault use="literal" name="tns:FeddFault" 350 namespace="http://www.isi.edu/f aber/fedd.wsdl"350 namespace="http://www.isi.edu/fedd.wsdl" 351 351 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 352 352 </fault> … … 359 359 <input> 360 360 <soap:body use="literal" parts="tns:VtopoRequestBody" 361 namespace="http://www.isi.edu/f aber/fedd.wsdl"361 namespace="http://www.isi.edu/fedd.wsdl" 362 362 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 363 363 </input> 364 364 <output> 365 365 <soap:body use="literal" parts="tns:VtopoResponseBody" 366 namespace="http://www.isi.edu/f aber/fedd.wsdl"366 namespace="http://www.isi.edu/fedd.wsdl" 367 367 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 368 368 </output> 369 369 <fault name="VtopoFeddFault"> 370 370 <soap:fault use="literal" name="tns:FeddFault" 371 namespace="http://www.isi.edu/f aber/fedd.wsdl"371 namespace="http://www.isi.edu/fedd.wsdl" 372 372 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 373 373 </fault> … … 381 381 <input> 382 382 <soap:body use="literal" parts="tns:VisRequestBody" 383 namespace="http://www.isi.edu/f aber/fedd.wsdl"383 namespace="http://www.isi.edu/fedd.wsdl" 384 384 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 385 385 </input> 386 386 <output> 387 387 <soap:body use="literal" parts="tns:VisResponseBody" 388 namespace="http://www.isi.edu/f aber/fedd.wsdl"388 namespace="http://www.isi.edu/fedd.wsdl" 389 389 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 390 390 </output> 391 391 <fault name="VisFeddFault"> 392 392 <soap:fault use="literal" name="tns:FeddFault" 393 namespace="http://www.isi.edu/f aber/fedd.wsdl"393 namespace="http://www.isi.edu/fedd.wsdl" 394 394 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 395 395 </fault> … … 402 402 <input> 403 403 <soap:body use="literal" parts="tns:InfoRequestBody" 404 namespace="http://www.isi.edu/f aber/fedd.wsdl"404 namespace="http://www.isi.edu/fedd.wsdl" 405 405 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 406 406 </input> 407 407 <output> 408 408 <soap:body use="literal" parts="tns:InfoResponseBody" 409 namespace="http://www.isi.edu/f aber/fedd.wsdl"409 namespace="http://www.isi.edu/fedd.wsdl" 410 410 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 411 411 </output> 412 412 <fault name="InfoFeddFault"> 413 413 <soap:fault use="literal" name="tns:FeddFault" 414 namespace="http://www.isi.edu/f aber/fedd.wsdl"414 namespace="http://www.isi.edu/fedd.wsdl" 415 415 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 416 416 </fault> … … 423 423 <input> 424 424 <soap:body use="literal" parts="tns:MultiInfoRequestBody" 425 namespace="http://www.isi.edu/f aber/fedd.wsdl"425 namespace="http://www.isi.edu/fedd.wsdl" 426 426 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 427 427 </input> 428 428 <output> 429 429 <soap:body use="literal" parts="tns:MultiInfoResponseBody" 430 namespace="http://www.isi.edu/f aber/fedd.wsdl"430 namespace="http://www.isi.edu/fedd.wsdl" 431 431 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 432 432 </output> 433 433 <fault name="MultiInfoFeddFault"> 434 434 <soap:fault use="literal" name="tns:FeddFault" 435 namespace="http://www.isi.edu/f aber/fedd.wsdl"435 namespace="http://www.isi.edu/fedd.wsdl" 436 436 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 437 437 </fault> … … 444 444 <input> 445 445 <soap:body use="literal" parts="tns:TerminateRequestBody" 446 namespace="http://www.isi.edu/f aber/fedd.wsdl"446 namespace="http://www.isi.edu/fedd.wsdl" 447 447 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 448 448 </input> 449 449 <output> 450 450 <soap:body use="literal" parts="tns:TerminateResponseBody" 451 namespace="http://www.isi.edu/f aber/fedd.wsdl"451 namespace="http://www.isi.edu/fedd.wsdl" 452 452 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 453 453 </output> 454 454 <fault name="TerminateFeddFault"> 455 455 <soap:fault use="literal" name="tns:FeddFault" 456 namespace="http://www.isi.edu/f aber/fedd.wsdl"456 namespace="http://www.isi.edu/fedd.wsdl" 457 457 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 458 458 </fault> … … 465 465 <input> 466 466 <soap:body use="literal" parts="tns:StartSegmentRequestBody" 467 namespace="http://www.isi.edu/f aber/fedd.wsdl"467 namespace="http://www.isi.edu/fedd.wsdl" 468 468 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 469 469 </input> 470 470 <output> 471 471 <soap:body use="literal" parts="tns:StartSegmentResponseBody" 472 namespace="http://www.isi.edu/f aber/fedd.wsdl"472 namespace="http://www.isi.edu/fedd.wsdl" 473 473 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 474 474 </output> 475 475 <fault name="StartSegmentFeddFault"> 476 476 <soap:fault use="literal" name="tns:FeddFault" 477 namespace="http://www.isi.edu/f aber/fedd.wsdl"477 namespace="http://www.isi.edu/fedd.wsdl" 478 478 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 479 479 </fault> … … 486 486 <input> 487 487 <soap:body use="literal" parts="tns:TerminateSegmentRequestBody" 488 namespace="http://www.isi.edu/f aber/fedd.wsdl"488 namespace="http://www.isi.edu/fedd.wsdl" 489 489 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 490 490 </input> 491 491 <output> 492 492 <soap:body use="literal" parts="tns:TerminateSegmentResponseBody" 493 namespace="http://www.isi.edu/f aber/fedd.wsdl"493 namespace="http://www.isi.edu/fedd.wsdl" 494 494 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 495 495 </output> 496 496 <fault name="TerminateSegmentFeddFault"> 497 497 <soap:fault use="literal" name="tns:FeddFault" 498 namespace="http://www.isi.edu/f aber/fedd.wsdl"498 namespace="http://www.isi.edu/fedd.wsdl" 499 499 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 500 500 </fault> … … 507 507 <input> 508 508 <soap:body use="literal" parts="tns:SetValueRequestBody" 509 namespace="http://www.isi.edu/f aber/fedd.wsdl"509 namespace="http://www.isi.edu/fedd.wsdl" 510 510 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 511 511 </input> 512 512 <output> 513 513 <soap:body use="literal" parts="tns:SetValueResponseBody" 514 namespace="http://www.isi.edu/f aber/fedd.wsdl"514 namespace="http://www.isi.edu/fedd.wsdl" 515 515 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 516 516 </output> 517 517 <fault name="SetValueFeddFault"> 518 518 <soap:fault use="literal" name="tns:FeddFault" 519 namespace="http://www.isi.edu/f aber/fedd.wsdl"519 namespace="http://www.isi.edu/fedd.wsdl" 520 520 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 521 521 </fault> … … 528 528 <input> 529 529 <soap:body use="literal" parts="tns:GetValueRequestBody" 530 namespace="http://www.isi.edu/f aber/fedd.wsdl"530 namespace="http://www.isi.edu/fedd.wsdl" 531 531 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 532 532 </input> 533 533 <output> 534 534 <soap:body use="literal" parts="tns:GetValueResponseBody" 535 namespace="http://www.isi.edu/f aber/fedd.wsdl"535 namespace="http://www.isi.edu/fedd.wsdl" 536 536 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 537 537 </output> 538 538 <fault name="GetValueFeddFault"> 539 539 <soap:fault use="literal" name="tns:FeddFault" 540 namespace="http://www.isi.edu/f aber/fedd.wsdl"540 namespace="http://www.isi.edu/fedd.wsdl" 541 541 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 542 542 </fault> … … 549 549 </documentation> 550 550 <port name="feddPort" binding="tns:feddBinding"> 551 <soap:address location="http://www.isi.edu/f aber/fedd"/>551 <soap:address location="http://www.isi.edu/fedd"/> 552 552 </port> 553 553 </service>
Note: See TracChangeset
for help on using the changeset viewer.